diff options
| -rw-r--r-- | luaconf.h | 9 |
1 files changed, 6 insertions, 3 deletions
| @@ -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 "" |
