aboutsummaryrefslogtreecommitdiff
path: root/lstrlib.c
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2014-10-30 16:53:28 -0200
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2014-10-30 16:53:28 -0200
commit4542fb9f78ff72c6bc72be76385f9710ffee867a (patch)
treed61e42e9130445fda7fe8968a6bf17ffc16f5364 /lstrlib.c
parent80e817719de40823622f0c91288d129293373875 (diff)
downloadlua-4542fb9f78ff72c6bc72be76385f9710ffee867a.tar.gz
lua-4542fb9f78ff72c6bc72be76385f9710ffee867a.tar.bz2
lua-4542fb9f78ff72c6bc72be76385f9710ffee867a.zip
comments (a few extra quotes around identifiers)
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 18e76304..387dcd70 100644
--- a/lstrlib.c
+++ b/lstrlib.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lstrlib.c,v 1.208 2014/10/27 13:30:24 roberto Exp roberto $ 2** $Id: lstrlib.c,v 1.209 2014/10/28 18:23:31 roberto Exp roberto $
3** Standard library for string operations and pattern-matching 3** Standard library for string operations and pattern-matching
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -1101,7 +1101,7 @@ static KOption getoption (Header *h, const char **fmt, int *size) {
1101** alignment requirements. 1101** alignment requirements.
1102** Local variable 'size' gets the size to be aligned. (Kpadal option 1102** Local variable 'size' gets the size to be aligned. (Kpadal option
1103** always gets its full alignment, other options are limited by 1103** always gets its full alignment, other options are limited by
1104** the maximum alignment ('maxalign). Kchar option needs no aligment 1104** the maximum alignment ('maxalign'). Kchar option needs no alignment
1105** despite its size. 1105** despite its size.
1106*/ 1106*/
1107static KOption getdetails (Header *h, size_t totalsize, 1107static KOption getdetails (Header *h, size_t totalsize,