Do not use '#endif/#else xxx'; it is not allowed for ANSI C

This commit is contained in:
ceriel
1991-12-17 14:27:24 +00:00
parent 929a0025ca
commit 8482d2c110
5 changed files with 5 additions and 9 deletions

View File

@@ -26,5 +26,5 @@ sprint(s, format) char *s; char *format; { ; }
/* FORMAT1 */
doprnt(filep, format) File *filep; char *format; { ; }
#endif lint
#endif /* lint */