jkp@SAUNA.HUT.FI (Jyrki Kuoppala) (03/09/91)
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