From: Will Estes Date: Tue, 26 Nov 2002 14:46:31 +0000 (+0000) Subject: __STDC_VERSION__ needs an L suffix X-Git-Tag: flex-2-5-25~12 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f2f6d8dddfebf04f3369c9fefe77dd1c43aec0b6;p=flex __STDC_VERSION__ needs an L suffix --- 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 #endif #ifndef FLEX_NEED_INTEGRAL_TYPE_DEFINITIONS