diff options
Diffstat (limited to 'lstrlib.c')
-rw-r--r-- | lstrlib.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lstrlib.c,v 1.25 1999/02/05 11:22:58 roberto Exp roberto $ | 2 | ** $Id: lstrlib.c,v 1.26 1999/02/12 19:23:02 roberto Exp roberto $ |
3 | ** Standard library for strings and pattern-matching | 3 | ** Standard library for strings and pattern-matching |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -532,7 +532,7 @@ static struct luaL_reg strlib[] = { | |||
532 | {"strupper", str_upper}, | 532 | {"strupper", str_upper}, |
533 | {"strchar", str_char}, | 533 | {"strchar", str_char}, |
534 | {"strrep", str_rep}, | 534 | {"strrep", str_rep}, |
535 | {"ascii", str_byte}, /* for compatibility */ | 535 | {"ascii", str_byte}, /* for compatibility with 3.0 and earlier */ |
536 | {"strbyte", str_byte}, | 536 | {"strbyte", str_byte}, |
537 | {"format", str_format}, | 537 | {"format", str_format}, |
538 | {"strfind", str_find}, | 538 | {"strfind", str_find}, |