1
0
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:
Nick Briggs
2017-05-24 15:40:03 -07:00
parent 28887f01c8
commit 27dc6eb849

View File

@@ -41,7 +41,7 @@ int PrintLen[20] ;
/* */
/************************************************************************/
prindatum(LispPTR x)
void prindatum(LispPTR x)
{
NEWSTRINGP *newstring ;
struct dtd *dtd_base;