diff src/config.h.in @ 274:ca9a9ec9c1c1 r21-0b35

Import from CVS: tag r21-0b35
author cvs
date Mon, 13 Aug 2007 10:29:42 +0200
parents c5d627a313b1
children 6330739388db
line wrap: on
line diff
--- a/src/config.h.in	Mon Aug 13 10:28:54 2007 +0200
+++ b/src/config.h.in	Mon Aug 13 10:29:42 2007 +0200
@@ -739,7 +739,7 @@
    bitfield.  In practice, we would like to use enums as bitfields.
    The following should just result in warning avoidance:
    warning: nonportable bit-field type */
-#if !(defined (__SUNPRO_C) && __STDC__ == 1)
+#ifdef __GNUC__
 #define enum_field(enumeration_type) enum enumeration_type
 #else
 #define enum_field(enumeration_type) unsigned int