mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-16 16:19:10 +00:00
Add missing void declarations. Rearrange code to avoid forward references
This commit is contained in:
parent
28887f01c8
commit
27dc6eb849
@ -41,7 +41,7 @@ int PrintLen[20] ;
|
||||
/* */
|
||||
/************************************************************************/
|
||||
|
||||
prindatum(LispPTR x)
|
||||
void prindatum(LispPTR x)
|
||||
{
|
||||
NEWSTRINGP *newstring ;
|
||||
struct dtd *dtd_base;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user