aboutsummaryrefslogtreecommitdiff
path: root/lstrlib.c
diff options
context:
space:
mode:
Diffstat (limited to 'lstrlib.c')
-rw-r--r--lstrlib.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lstrlib.c b/lstrlib.c
index eec14d34..551bd445 100644
--- a/lstrlib.c
+++ b/lstrlib.c
@@ -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},