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

This commit is contained in:
ceriel
1991-12-17 15:49:18 +00:00
parent df1ed9426d
commit 168634cd0b
3 changed files with 4 additions and 4 deletions

View File

@@ -29,10 +29,10 @@ extern SHOWAVAIL(); /* (avail_p avp)
* Shows an available expression.
*/
#else TRACE
#else /* TRACE */
#define OUTAVAILS()
#define OUTENTITIES()
#define SHOWAVAIL(x)
#endif TRACE
#endif /* TRACE */