diff options
| author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2014-11-24 12:56:56 -0200 |
|---|---|---|
| committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2014-11-24 12:56:56 -0200 |
| commit | 075661ffde8cdd48dcb7e4e2033408cee4535edf (patch) | |
| tree | 066db62900eba0ed7d1959d7705fe09e16337bca | |
| parent | db5ac2fa0df1e0d6f7a4a1e5d6e0b5e4ac4456c0 (diff) | |
| download | lua-075661ffde8cdd48dcb7e4e2033408cee4535edf.tar.gz lua-075661ffde8cdd48dcb7e4e2033408cee4535edf.tar.bz2 lua-075661ffde8cdd48dcb7e4e2033408cee4535edf.zip | |
new test for macro 'luai_numinvalidop'
| -rw-r--r-- | ltests.h | 6 |
1 files changed, 5 insertions, 1 deletions
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** $Id: ltests.h,v 2.39 2014/07/24 19:33:29 roberto Exp roberto $ | 2 | ** $Id: ltests.h,v 2.40 2014/10/01 11:54:56 roberto Exp roberto $ |
| 3 | ** Internal Header for Debugging of the Lua Implementation | 3 | ** Internal Header for Debugging of the Lua Implementation |
| 4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
| 5 | */ | 5 | */ |
| @@ -104,5 +104,9 @@ void *debug_realloc (void *ud, void *block, size_t osize, size_t nsize); | |||
| 104 | #define LUAI_USER_ALIGNMENT_T union { char b[sizeof(void*) * 8]; } | 104 | #define LUAI_USER_ALIGNMENT_T union { char b[sizeof(void*) * 8]; } |
| 105 | 105 | ||
| 106 | 106 | ||
| 107 | /* check macro 'luai_numinvalidop' */ | ||
| 108 | #undef luai_numinvalidop | ||
| 109 | #define luai_numinvalidop(op,a,b) (op == LUA_OPADD && a == 1.1 && b == 1) | ||
| 110 | |||
| 107 | #endif | 111 | #endif |
| 108 | 112 | ||
