1
0
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:
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;