mirror of
https://github.com/Interlisp/maiko.git
synced 2026-05-04 15:26:16 +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 ;
|
NEWSTRINGP *newstring ;
|
||||||
struct dtd *dtd_base;
|
struct dtd *dtd_base;
|
||||||
|
|||||||
Reference in New Issue
Block a user