commit f185c0132e09a5e0a32782c674de75b510f887d8
parent b77f792b23fa4fe12918659d61961b2a50d151d0
Author: Roberto Ierusalimschy <roberto@inf.puc-rio.br>
Date: Sat, 12 Aug 2017 10:12:15 -0300
comment in code fragment
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git 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 */