lua: add parents to luaconf.h to quiet a gcc warning
authorH. Peter Anvin <hpa@linux.intel.com>
Fri, 2 Jul 2010 18:18:57 +0000 (11:18 -0700)
committerH. Peter Anvin <hpa@linux.intel.com>
Fri, 2 Jul 2010 18:18:57 +0000 (11:18 -0700)
commitd1e65715467febf68f72b908cf8d43b45548549d
treec4bae46b2089a9fc377244855ec0f0a077437685
parent0e07090a733fda73ae8bb90088b6375f9d51c2f1
lua: add parents to luaconf.h to quiet a gcc warning

gcc warns about suspicious-looking code with a comparison inside ==.
The code is correct, but add parens so that gcc know we know it is
correct.

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
com32/lua/src/luaconf.h