lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> 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.