mirror of
https://github.com/Interlisp/maiko.git
synced 2026-02-04 23:44:42 +00:00
Add missing void declarations. Rearrange code to avoid forward references
This commit is contained in:
@@ -41,7 +41,7 @@ int PrintLen[20] ;
|
||||
/* */
|
||||
/************************************************************************/
|
||||
|
||||
prindatum(LispPTR x)
|
||||
void prindatum(LispPTR x)
|
||||
{
|
||||
NEWSTRINGP *newstring ;
|
||||
struct dtd *dtd_base;
|
||||
|
||||
Reference in New Issue
Block a user