summaryrefslogtreecommitdiff
path: root/bugs
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2017-08-12 10:12:42 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2017-08-12 10:12:42 -0300
commitf185c0132e09a5e0a32782c674de75b510f887d8 (patch)
treeeb21eb59a9cf170aa78ab1a1b7e4b8dbdef8ee45 /bugs
parentb77f792b23fa4fe12918659d61961b2a50d151d0 (diff)
downloadlua-github-f185c0132e09a5e0a32782c674de75b510f887d8.tar.gz
comment in code fragment
Diffstat (limited to 'bugs')
-rw-r--r--bugs6
1 files changed, 3 insertions, 3 deletions
diff --git a/bugs b/bugs
index a071937e..8761cb63 100644
--- a/bugs
+++ b/bugs
@@ -3680,9 +3680,9 @@ It needs an "interceptor" 'memcmp' function that continues
reading memory after a difference is found.]],
patch = [[
2c2
-< ** $Id: bugs,v 1.154 2017/05/22 12:55:16 roberto Exp roberto $
+< ** $Id: bugs,v 1.155 2017/07/27 13:55:38 roberto Exp roberto $
---
-> ** $Id: bugs,v 1.154 2017/05/22 12:55:16 roberto Exp roberto $
+> ** $Id: bugs,v 1.155 2017/07/27 13:55:38 roberto Exp roberto $
263c263,264
< for (option = LUA_STRFTIMEOPTIONS; *option != '\0'; option += oplen) {
---
@@ -3761,7 +3761,7 @@ patch = [[
enterblock(fs, &bl, 0); /* must enter block before 'goto' */
gotostat(ls, v.t); /* handle goto/break */
- skipnoopstat(ls); /* skip other no-op statements */
-+ while (testnext(ls, ';')) {} /* skip colons */
++ while (testnext(ls, ';')) {} /* skip semicolons */
if (block_follow(ls, 0)) { /* 'goto' is the entire block? */
leaveblock(fs);
return; /* and that is it */