[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Compiling Lua 5.2 with Turbo C 1.0 (1990) just works
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Thu, 30 Jan 2014 07:43:21 -0200
> I find this rather interesting and amusing: Lua 5.2 compiles out of the
> box with a 23 year old DOS C compiler.
>
> http://www.youtube.com/watch?v=-jvLY5pUwic
Oh, that video brought back many memories!
> There are some compiler warnings though
I recall doing this in the early Lua days and that there was an error on
incomplete types, such as this in lua.h:
typedef struct lua_State lua_State;
Perhaps this was due to stricter compiling flags, I don't recall now.
I'm pretty sure it was Turbo C 1.5 or 2.0, not 1.0.