diff options
| author | Roberto I <roberto@inf.puc-rio.br> | 2025-10-31 14:48:55 -0300 |
|---|---|---|
| committer | Roberto I <roberto@inf.puc-rio.br> | 2025-10-31 14:48:55 -0300 |
| commit | f791bb69061c15f73395c5a95958ac18af5ef764 (patch) | |
| tree | cc3ecee14b9db4c6f91eb2e5979ec01fdaf57882 /ltests.h | |
| parent | d342328e5b24c9b3c6c5b33bfcf9f8534210b8e6 (diff) | |
| download | lua-f791bb69061c15f73395c5a95958ac18af5ef764.tar.gz lua-f791bb69061c15f73395c5a95958ac18af5ef764.tar.bz2 lua-f791bb69061c15f73395c5a95958ac18af5ef764.zip | |
Details
- New macro l_strcoll to ease changing 'strcoll' to something else.
- MAXINDEXRK==1 in 'ltests.h' is enough to run test 'code.lua'.
- Removed unused '#include' in 'lutf8lib.c'.
Diffstat (limited to 'ltests.h')
| -rw-r--r-- | ltests.h | 7 |
1 files changed, 1 insertions, 6 deletions
| @@ -142,12 +142,7 @@ LUA_API void *debug_realloc (void *ud, void *block, | |||
| 142 | #define STRCACHE_N 23 | 142 | #define STRCACHE_N 23 |
| 143 | #define STRCACHE_M 5 | 143 | #define STRCACHE_M 5 |
| 144 | 144 | ||
| 145 | 145 | #define MAXINDEXRK 1 | |
| 146 | /* | ||
| 147 | ** This one is not compatible with tests for opcode optimizations, | ||
| 148 | ** as it blocks some optimizations | ||
| 149 | #define MAXINDEXRK 0 | ||
| 150 | */ | ||
| 151 | 146 | ||
| 152 | 147 | ||
| 153 | /* | 148 | /* |
