Do not use '#endif/#else xxx'; it is not allowed for ANSI C
This commit is contained in:
parent
df1ed9426d
commit
168634cd0b
|
@ -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 */
|
||||
|
|
|
@ -15,4 +15,4 @@ extern char *FRA_sh; /* shadowbytes of Function Return Area */
|
|||
|
||||
#define spoilFRA()
|
||||
|
||||
#endif LOGGING
|
||||
#endif /* LOGGING */
|
||||
|
|
|
@ -14,4 +14,4 @@
|
|||
#define IND_CHAR(x) (IND_NAME(x) + (x).oh_nname * sizeof(struct outname))
|
||||
#ifdef SYMDBUG
|
||||
#define OFF_DBUG(x) (OFF_CHAR(x) + (x).oh_nchar)
|
||||
#endif SYMDBUG
|
||||
#endif /* SYMDBUG */
|
||||
|
|
Loading…
Reference in a new issue