lua-users home
lua-l archive

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


On Thu, 11 Dec 2014, Luiz Henrique de Figueiredo wrote:

> Lua 5.3.0 (rc0) is now available for testing at
> 	http://www.lua.org/work/lua-5.3.0-rc0.tar.gz

for consistency it would be fine to have at the begin of luaconf.h

#ifndef luaconf_h
#define luaconf_h

instead of

#ifndef lconfig_h
#define lconfig_h

This is the only header file where these defines are not named after the
file name, else a quite helpful convention, particularly if there are
more header files around.

Regards, Hartmut