Do not use '#endif/#else xxx'; it is not allowed for ANSI C
authorceriel <none@none>
Tue, 17 Dec 1991 15:49:18 +0000 (15:49 +0000)
committerceriel <none@none>
Tue, 17 Dec 1991 15:49:18 +0000 (15:49 +0000)
util/ego/cs/cs_debug.h
util/int/fra.h
util/led/scan.h

index 9433ccd..f7f1694 100644 (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 */
index 3926b96..3b97ed6 100644 (file)
@@ -15,4 +15,4 @@ extern char *FRA_sh;          /* shadowbytes of Function Return Area */
 
 #define        spoilFRA()
 
-#endif LOGGING
+#endif /* LOGGING */
index 8657f06..1784d19 100644 (file)
@@ -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 */