summaryrefslogtreecommitdiff
path: root/flexint.h
diff options
context:
space:
mode:
authorWill Estes <wlestes@users.sourceforge.net>2002-11-26 14:46:31 +0000
committerWill Estes <wlestes@users.sourceforge.net>2002-11-26 14:46:31 +0000
commitf2f6d8dddfebf04f3369c9fefe77dd1c43aec0b6 (patch)
tree5294fe492b67caa5807dd6e889b38cdfb999954d /flexint.h
parent048dcfad479910b673a200615a223f5cbe2b335f (diff)
__STDC_VERSION__ needs an L suffix
Diffstat (limited to 'flexint.h')
-rw-r--r--flexint.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/flexint.h b/flexint.h
index e2b425f..6a4c83e 100644
--- a/flexint.h
+++ b/flexint.h
@@ -11,7 +11,7 @@ sys/types.h. If that doesn't work for you, then define
FLEX_NEED_INTEGRAL_TYPE_DEFINITIONS. If that gives you problems, check
that your header files and such are happy. */
-#if defined __STDC_VERSION__ && __STDC_VERSION__ >= 199901
+#if defined __STDC_VERSION__ && __STDC_VERSION__ >= 199901L
#include <inttypes.h>
#endif
#ifndef FLEX_NEED_INTEGRAL_TYPE_DEFINITIONS