Poertability.
authorjbj <devnull@localhost>
Mon, 4 Oct 1999 21:00:30 +0000 (21:00 +0000)
committerjbj <devnull@localhost>
Mon, 4 Oct 1999 21:00:30 +0000 (21:00 +0000)
CVS patchset: 3368
CVS date: 1999/10/04 21:00:30

misc/glob.h

index 05ad47f..df074c5 100644 (file)
@@ -25,7 +25,7 @@ extern "C"
 #endif
 
 #undef __ptr_t
-#if defined (__cplusplus) || (defined (__STDC__) && __STDC__)
+#if defined (__cplusplus) || defined (__STDC__)
 #undef __P
 #define        __P(protos)     protos
 #define        __ptr_t void *