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 /lutf8lib.c | |
| 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 'lutf8lib.c')
| -rw-r--r-- | lutf8lib.c | 1 |
1 files changed, 0 insertions, 1 deletions
| @@ -10,7 +10,6 @@ | |||
| 10 | #include "lprefix.h" | 10 | #include "lprefix.h" |
| 11 | 11 | ||
| 12 | 12 | ||
| 13 | #include <assert.h> | ||
| 14 | #include <limits.h> | 13 | #include <limits.h> |
| 15 | #include <stdlib.h> | 14 | #include <stdlib.h> |
| 16 | #include <string.h> | 15 | #include <string.h> |
