diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2016-12-22 11:08:50 -0200 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2016-12-22 11:08:50 -0200 |
commit | 2a235312f029cbd2b1eb79f158d4f74b3ffa1b85 (patch) | |
tree | ee359ba97c390d1d6709243ab7c92c1e8252617a /lstrlib.c | |
parent | 9903dd52a39fbe4531596b1266e226f01769de21 (diff) | |
download | lua-2a235312f029cbd2b1eb79f158d4f74b3ffa1b85.tar.gz lua-2a235312f029cbd2b1eb79f158d4f74b3ffa1b85.tar.bz2 lua-2a235312f029cbd2b1eb79f158d4f74b3ffa1b85.zip |
detail (removing spaces at end of lines)
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.252 2016/06/27 13:15:08 roberto Exp roberto $ | 2 | ** $Id: lstrlib.c,v 1.253 2016/12/20 18:37:00 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 | */ |
@@ -1261,7 +1261,7 @@ static KOption getoption (Header *h, const char **fmt, int *size) { | |||
1261 | ** 'psize' is filled with option's size, 'notoalign' with its | 1261 | ** 'psize' is filled with option's size, 'notoalign' with its |
1262 | ** alignment requirements. | 1262 | ** alignment requirements. |
1263 | ** Local variable 'size' gets the size to be aligned. (Kpadal option | 1263 | ** Local variable 'size' gets the size to be aligned. (Kpadal option |
1264 | ** always gets its full alignment, other options are limited by | 1264 | ** always gets its full alignment, other options are limited by |
1265 | ** the maximum alignment ('maxalign'). Kchar option needs no alignment | 1265 | ** the maximum alignment ('maxalign'). Kchar option needs no alignment |
1266 | ** despite its size. | 1266 | ** despite its size. |
1267 | */ | 1267 | */ |