Re: Ver 4.0 Another WIN98 parsing crash
- Posted by jimcbrown (admin) Sep 15, 2008
- 766 views
Nevermind, somehow my source hadnt updated emit.e (even though it was at rev 1173)
Testing again now...
jimcbrown said...
Confirmed with exw and exwc at svn rev 1149 and 1173
Curiously, linux exu at svn rev 1171 doesn't have the issue.
bernie said...
If you run this simple program it will crash on WIN98.
Note: the d3[1] should have been d[1]
-- junk.ew sequence d d = {1} if d3[1] then puts(1,"error") end if if getc(0) then end if -- end junk.ew