From 1f815adc05bfef382d99696661f3c853e464b403 Mon Sep 17 00:00:00 2001 From: jbj Date: Mon, 4 Oct 1999 21:00:30 +0000 Subject: [PATCH] Poertability. CVS patchset: 3368 CVS date: 1999/10/04 21:00:30 --- misc/glob.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/glob.h b/misc/glob.h index 05ad47f..df074c5 100644 --- a/misc/glob.h +++ b/misc/glob.h @@ -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 * -- 2.7.4