diff options
author | jbj <devnull@localhost> | 2000-03-11 20:59:30 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2000-03-11 20:59:30 +0000 |
commit | 15432f908996c74cebb6d9e0409f922794528950 (patch) | |
tree | 9312814bcead90cd1e9b8cae8ef30b23fa079268 /misc | |
parent | ef56b9257c56f7e43bbc82fd577f589a767a247a (diff) | |
download | librpm-tizen-15432f908996c74cebb6d9e0409f922794528950.tar.gz librpm-tizen-15432f908996c74cebb6d9e0409f922794528950.tar.bz2 librpm-tizen-15432f908996c74cebb6d9e0409f922794528950.zip |
Red Hat 5.2 has not __PMT.
CVS patchset: 3623
CVS date: 2000/03/11 20:59: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 c4ad24f17..c0c7b302b 100644 --- a/misc/glob.h +++ b/misc/glob.h @@ -24,7 +24,7 @@ extern "C" { #undef __ptr_t #if defined __cplusplus || (defined __STDC__ && __STDC__) || defined WINDOWS32 -# if !defined __GLIBC__ || !defined __P +# if !defined __GLIBC__ || !defined __P || !defined __PMT # undef __P # undef __PMT # define __P(protos) protos |