From c5214c87594e0de68111a9160dba5dc1aceb9a43 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 19 Apr 2007 14:47:33 +0000 Subject: Changed date parser to use lex/yacc. --- acconf.h.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'acconf.h.in') diff --git a/acconf.h.in b/acconf.h.in index e1f233dd..9c64213f 100644 --- a/acconf.h.in +++ b/acconf.h.in @@ -81,5 +81,9 @@ /* Version number of package */ #undef VERSION +/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a + `char[]'. */ +#undef YYTEXT_POINTER + /* Define to `unsigned int' if does not define. */ #undef size_t -- cgit v1.2.3