aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2014-05-11 10:03:48 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2014-05-11 10:03:48 -0300
commitec11d132db52703e7b131ce56ad9dba3154bc363 (patch)
tree80fb1364bcc336178ebbe440101099b7d77c4e0d
parent06dc893f88641e1df6a455c1f24ecaf9ce484d8d (diff)
downloadlua-ec11d132db52703e7b131ce56ad9dba3154bc363.tar.gz
lua-ec11d132db52703e7b131ce56ad9dba3154bc363.tar.bz2
lua-ec11d132db52703e7b131ce56ad9dba3154bc363.zip
comments
-rw-r--r--luaconf.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/luaconf.h b/luaconf.h
index 5685e4bf..86c55c1a 100644
--- a/luaconf.h
+++ b/luaconf.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: luaconf.h,v 1.199 2014/04/16 18:45:51 roberto Exp roberto $ 2** $Id: luaconf.h,v 1.200 2014/04/17 14:41:11 roberto Exp roberto $
3** Configuration file for Lua 3** Configuration file for Lua
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -549,7 +549,7 @@
549#define LUAI_UACINT LUA_INTEGER 549#define LUAI_UACINT LUA_INTEGER
550 550
551/* 551/*
552** use LUAI_UACINT here to avoid problems with promotions (which 552** use LUAI_UACINT here to avoid problems with promotions (which
553** can turn a comparison between unsigneds into a signed comparison) 553** can turn a comparison between unsigneds into a signed comparison)
554*/ 554*/
555#define LUA_UNSIGNED unsigned LUAI_UACINT 555#define LUA_UNSIGNED unsigned LUAI_UACINT
@@ -598,7 +598,10 @@
598#endif 598#endif
599 599
600#elif defined(LUA_INT_SHORT) /* }{ short int */ 600#elif defined(LUA_INT_SHORT) /* }{ short int */
601/* this option is for tests only; it is not fully functional */ 601/*
602** this option is for tests only; it is not particularly useful and
603** it does not pass the test suit.
604*/
602 605
603#define LUA_INTEGER short int 606#define LUA_INTEGER short int
604#define LUA_INTEGER_FRMLEN "" 607#define LUA_INTEGER_FRMLEN ""