diff options
author | John Wiegley <johnw@newartisans.com> | 2007-04-19 14:47:33 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 03:38:27 -0400 |
commit | c5214c87594e0de68111a9160dba5dc1aceb9a43 (patch) | |
tree | 41419220704bb48e79d506cee4d12cb3e35fdc69 /acconf.h.in | |
parent | 53c132ad98caf765eaba51fe4c5a85e4a69ddf06 (diff) | |
download | fork-ledger-c5214c87594e0de68111a9160dba5dc1aceb9a43.tar.gz fork-ledger-c5214c87594e0de68111a9160dba5dc1aceb9a43.tar.bz2 fork-ledger-c5214c87594e0de68111a9160dba5dc1aceb9a43.zip |
Changed date parser to use lex/yacc.
Diffstat (limited to 'acconf.h.in')
-rw-r--r-- | acconf.h.in | 4 |
1 files changed, 4 insertions, 0 deletions
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 <sys/types.h> does not define. */ #undef size_t |