]> granicus.if.org Git - flex/commitdiff
Removed logical and from preprocessor statement.
authorJohn Millaway <john43@users.sourceforge.net>
Tue, 14 Feb 2006 18:07:00 +0000 (18:07 +0000)
committerJohn Millaway <john43@users.sourceforge.net>
Tue, 14 Feb 2006 18:07:00 +0000 (18:07 +0000)
flexint.h

index fd649c44f06bd877e0e58db560029849273447f4..be824dedd6955c2bc89f585aefe7c03abbfaa667 100644 (file)
--- a/flexint.h
+++ b/flexint.h
@@ -5,7 +5,7 @@
 
 /* C99 systems have <inttypes.h>. Non-C99 systems may or may not. */
 
-#if defined __STDC_VERSION__ && __STDC_VERSION__ >= 199901L
+#if __STDC_VERSION__ >= 199901L
 #include <inttypes.h>
 typedef int8_t flex_int8_t;
 typedef uint8_t flex_uint8_t;