summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorjbj <devnull@localhost>1999-10-04 21:00:30 +0000
committerjbj <devnull@localhost>1999-10-04 21:00:30 +0000
commit1f815adc05bfef382d99696661f3c853e464b403 (patch)
treea8d15a65f6303e52a1d5eae519b730693608a155 /misc
parentbe45257fd9ca72ea8d450afe20ea3fc8254f0798 (diff)
downloadlibrpm-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.h2
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 *