diff options
author | jbj <devnull@localhost> | 1999-10-04 21:00:30 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 1999-10-04 21:00:30 +0000 |
commit | 1f815adc05bfef382d99696661f3c853e464b403 (patch) | |
tree | a8d15a65f6303e52a1d5eae519b730693608a155 /misc | |
parent | be45257fd9ca72ea8d450afe20ea3fc8254f0798 (diff) | |
download | librpm-tizen-1f815adc05bfef382d99696661f3c853e464b403.tar.gz librpm-tizen-1f815adc05bfef382d99696661f3c853e464b403.tar.bz2 librpm-tizen-1f815adc05bfef382d99696661f3c853e464b403.zip |
Poertability.
CVS patchset: 3368
CVS date: 1999/10/04 21:00:30
Diffstat (limited to 'misc')
-rw-r--r-- | misc/glob.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/glob.h b/misc/glob.h index 05ad47f05..df074c5de 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 * |