summaryrefslogtreecommitdiffstats
path: root/regex.h
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2009-11-25 14:49:12 -0800
committerKaz Kylheku <kaz@kylheku.com>2009-11-25 14:49:12 -0800
commit1dc59ff8a80f2635785bef5c50fb3f7e815f060d (patch)
tree27c48721eecf6c3f05a110b89f47d90fe8e45b57 /regex.h
parent77ba4b9b21422d440564c9975ff22abd7c1ada82 (diff)
downloadtxr-1dc59ff8a80f2635785bef5c50fb3f7e815f060d.tar.gz
txr-1dc59ff8a80f2635785bef5c50fb3f7e815f060d.tar.bz2
txr-1dc59ff8a80f2635785bef5c50fb3f7e815f060d.zip
Fix a build breakage that may happen on some platforms.
The parser.y file includes "utf8.h", which uses the the type wint_t. It also includes "lib.h" which uses "wchar_t". But it fails to include any headers which define these types. The generated y.tab.c picks up wchar_t by the Bison-inserted inclusion of <stdlib.h>, so that's how we got that. But wint_t does not come from any of the headers---if they are standard-conforming.
Diffstat (limited to 'regex.h')
0 files changed, 0 insertions, 0 deletions