foreach, foreachi, foreachvar points to function in stack when stack

can be reallocated.
This commit is contained in:
Roberto Ierusalimschy
1999-05-24 14:53:49 -03:00
parent 995775e1cb
commit 3b533ea7c7
2 changed files with 26 additions and 14 deletions

6
bugs
View File

@@ -90,3 +90,9 @@ Fri Apr 30 11:10:20 EST 1999
>> '$' at end of pattern was matching regular '$', too.
(by anna)
** lbuiltin.c
Fri May 21 17:15:11 EST 1999
>> foreach, foreachi, foreachvar points to function in stack when stack
can be reallocated.
(by tomas)