diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2009-11-25 14:49:12 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2009-11-25 14:49:12 -0800 |
commit | 1dc59ff8a80f2635785bef5c50fb3f7e815f060d (patch) | |
tree | 27c48721eecf6c3f05a110b89f47d90fe8e45b57 /stream.h | |
parent | 77ba4b9b21422d440564c9975ff22abd7c1ada82 (diff) | |
download | txr-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 'stream.h')
0 files changed, 0 insertions, 0 deletions