From 344808cb75859933f21b2b277a02fdcb01d146fb Mon Sep 17 00:00:00 2001 From: rizzo Date: Sat, 17 Nov 2007 10:26:21 +0000 Subject: some version of flex produce code that wants __STDC_VERSION__ defined, but the compiler does not always define it. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@89370 f38db490-d61c-443f-a65b-d21fe96a405b --- include/asterisk/compat.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include') diff --git a/include/asterisk/compat.h b/include/asterisk/compat.h index 819ac4675..5d97f4915 100644 --- a/include/asterisk/compat.h +++ b/include/asterisk/compat.h @@ -20,6 +20,11 @@ #ifndef _COMPAT_H #define _COMPAT_H +#ifndef __STDC_VERSION__ +/* flex output wants to find this defined. */ +#define __STDC_VERSION__ 0 +#endif + #ifdef HAVE_INTTYPES_H #include #endif -- cgit v1.2.3