Changeset 3188 for trunk/essentials/dev-lang/perl/perl.h
- Timestamp:
- Apr 22, 2007, 10:57:48 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/essentials/dev-lang/perl/perl.h
r3187 r3188 95 95 * __bsdi__ for BSD/OS 96 96 */ 97 #if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(PERL_DARWIN) || defined(__bsdi__) || defined(BSD41) || defined(BSD42) || defined(BSD43) || defined(BSD44) 97 #if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(PERL_DARWIN) || defined(__bsdi__) || defined(BSD41) || defined(BSD42) || defined(BSD43) || defined(BSD44) 98 98 # ifndef BSDish 99 99 # define BSDish … … 160 160 161 161 #ifndef PERL_UNUSED_DECL 162 # if def HASATTRIBUTE_UNUSED162 # if defined(HASATTRIBUTE_UNUSED) 163 163 # define PERL_UNUSED_DECL __attribute__unused__ 164 164 # else
Note:
See TracChangeset
for help on using the changeset viewer.