aboutsummaryrefslogtreecommitdiff
path: root/bugs
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2000-11-29 09:57:42 -0200
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2000-11-29 09:57:42 -0200
commitfc7b167ae0a0d65f0050299101e7d177550d7120 (patch)
treeabe23b5f00100d17aaf5b2055d361a518d559407 /bugs
parent96253ed8ceb38afa50887ccb5500442b5b220f08 (diff)
downloadlua-fc7b167ae0a0d65f0050299101e7d177550d7120.tar.gz
lua-fc7b167ae0a0d65f0050299101e7d177550d7120.tar.bz2
lua-fc7b167ae0a0d65f0050299101e7d177550d7120.zip
BUG: parser does not accept a `;' after a `return'
Diffstat (limited to 'bugs')
-rw-r--r--bugs10
1 files changed, 10 insertions, 0 deletions
diff --git a/bugs b/bugs
index 92c172ed..1aff4595 100644
--- a/bugs
+++ b/bugs
@@ -235,3 +235,13 @@ Thu Oct 26 10:50:46 EDT 2000
235>> allocate new memory 235>> allocate new memory
236(by Mauro Vezzosi; since 4.0b) 236(by Mauro Vezzosi; since 4.0b)
237 237
238
239
240=================================================================
241--- Version 4.0
242
243** lparser.c
244Wed Nov 29 09:51:44 EDT 2000
245>> parser does not accept a `;' after a `return'
246(by lhf; since 4.0b)
247