lua-users home
lua-l archive

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


Whilst I understand the logic of putting Lua headers in the <> , I
think this makes some rather heavy presumptions about how people Lua 
are using
Lua (especially Win32).
I much prefer (and I think it is more appropriate for an addon package) that the
quoted form is used. More to the point, the mix of conventions from
the kepler project is a potential problem.

 from ifc.c -
> #include <lua.h>
> #include <lauxlib.h>
> #include <lualib.h>
> #include <compat-5.1.h>


-- 
DB