made more acceptable for ANSI C
authorceriel <none@none>
Tue, 26 Nov 1991 14:39:52 +0000 (14:39 +0000)
committerceriel <none@none>
Tue, 26 Nov 1991 14:39:52 +0000 (14:39 +0000)
modules/src/alloc/alloc.h
modules/src/assert/assert.h
modules/src/flt_arith/flt_arith.h

index 9479e5e..bd730d8 100644 (file)
@@ -36,11 +36,11 @@ typedef struct _ALLOC_ {
                                                (_PALLOC_) ptr)
 #ifndef        BOTCH_FREE
 #define st_free(ptr, phead, size)      _A_st_free(ptr, phead, size)
-#else  def BOTCH_FREE
+#else  /* def BOTCH_FREE */
 #define        st_free(ptr, phead, size)       (botch((char *)(ptr), size), \
                                                _A_st_free(ptr, phead, size))
-#endif BOTCH_FREE
+#endif /* BOTCH_FREE */
 
 #define Free(p)        free(p)
 
-#endif __ALLOC_INCLUDED__
+#endif /* __ALLOC_INCLUDED__ */
index 66e9709..5fe28b2 100644 (file)
@@ -14,4 +14,4 @@
 #endif
 #else
 #define        assert(exp)     (1)
-#endif DEBUG
+#endif /* DEBUG */
index ddbb703..1b4ce68 100644 (file)
@@ -26,4 +26,4 @@ extern int    flt_status;
 #define FLT_BTSM       020
 
 #define FLT_STRLEN     32      /* max length of result of flt_flt2str() */
-#endif __FLT_INCLUDED__
+#endif /* __FLT_INCLUDED__ */