Xref: utzoo gnu.g++.help:581 comp.lang.c++:12125 Path: utzoo!utgpu!watserv1!watmath!uunet!zaphod.mps.ohio-state.edu!tut.cis.ohio-state.edu!unreplyable!garbage From: jkp@SAUNA.HUT.FI (Jyrki Kuoppala) Newsgroups: gnu.g++.help,comp.lang.c++ Subject: headaches with g++ 1.39 cplus-lex.c Message-ID: <9103091442.AA26546@cs.hut.fi> Date: 9 Mar 91 14:42:22 GMT Sender: daemon@tut.cis.ohio-state.edu Followup-To: gnu.g++.help Organization: Helsinki University of Technology, Finland. Lines: 13 Has anyone modified g++ 1.39's cplus-lex.c to not mung with stdio internals ? I use g++ 1.39 on Minix 1.5.10 with ESTDIO, whose internals are quite different from the Unix ones cplus-lex.c expects. I have managed to get it almost working, but still have trouble with some inline stuff or whatever they're called, thingies inside {}. I get parse errors at null character, but now only for some of those inline thingies, not all. Wouldn't a somewhat more portable implementation of handling this be appropriate ? //Jyrki