[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua on DOS with 8086
- From: "Mauro Vezzosi"<mvezzosi@...>
- Date: Mon, 19 Jun 2000 16:52:10 +0200
> I tried Turbo C 2.0, but it's not really ANSI.
> I also tried Watcom C for DOS, but its preprocessor is not ANSI, and
breaks
> the tests we do in llimits.h.
> Does anyone have a suggestion?
I use the old Microsoft C/C++ 7.0. It seems compiling fine but I don't
know if it's really standard ANSI.
In my 1th email to lua@tecgraf.puc-rio.br (not to this mailing list) at
25 Feb 2000, I attached the warning message of my compiler: perhaps you
can understand if it's ANSI or not.
Mauro