aboutsummaryrefslogtreecommitdiff
path: root/lstrlib.c
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>1999-02-25 18:07:26 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>1999-02-25 18:07:26 -0300
commit6a853fcb8b9e333d768c739c36c99b144bbde607 (patch)
tree5645e5fbe3a43f15044591be30c5d4607cb7357c /lstrlib.c
parent31bea2190b25e5b6687d92d807af522378168bfa (diff)
downloadlua-6a853fcb8b9e333d768c739c36c99b144bbde607.tar.gz
lua-6a853fcb8b9e333d768c739c36c99b144bbde607.tar.bz2
lua-6a853fcb8b9e333d768c739c36c99b144bbde607.zip
details (from lhf)
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},