diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2015-07-23 11:32:17 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2015-07-23 11:32:17 -0300 |
commit | 935d9f7f9042d11acf6b6b9943ddc3812063b875 (patch) | |
tree | 4becbe918e6b5d9c64ee24ea8bb211ae9748093c | |
parent | e247c3ada3ff47a1352927e797263137f4e02e0e (diff) | |
download | lua-935d9f7f9042d11acf6b6b9943ddc3812063b875.tar.gz lua-935d9f7f9042d11acf6b6b9943ddc3812063b875.tar.bz2 lua-935d9f7f9042d11acf6b6b9943ddc3812063b875.zip |
new entry should not be commented out
-rw-r--r-- | bugs | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -3458,7 +3458,6 @@ patch = [[ | |||
3458 | } | 3458 | } |
3459 | 3459 | ||
3460 | 3460 | ||
3461 | --[=[ | ||
3462 | Bug{ | 3461 | Bug{ |
3463 | what = [['io.lines' does not check maximum number of options]], | 3462 | what = [['io.lines' does not check maximum number of options]], |
3464 | report = [[Patrick Donnell, 2015/07/10]], | 3463 | report = [[Patrick Donnell, 2015/07/10]], |
@@ -3490,7 +3489,6 @@ patch = [[ | |||
3490 | lua_rotate(L, 2, 2); /* move 'n' and 'toclose' to their positions */ | 3489 | lua_rotate(L, 2, 2); /* move 'n' and 'toclose' to their positions */ |
3491 | ]] | 3490 | ]] |
3492 | } | 3491 | } |
3493 | ]=] | ||
3494 | 3492 | ||
3495 | 3493 | ||
3496 | --[=[ | 3494 | --[=[ |