From f2f6d8dddfebf04f3369c9fefe77dd1c43aec0b6 Mon Sep 17 00:00:00 2001 From: Will Estes Date: Tue, 26 Nov 2002 14:46:31 +0000 Subject: __STDC_VERSION__ needs an L suffix --- flexint.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flexint.h') 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 -- cgit v1.2.3