Branch: Tag:

2000-04-06

2000-04-06 19:24:08 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>

fixed the 'bozo' bug

Rev: src/language.yacc:1.177
Rev: src/testsuite.in:1.293

1: - test_true([["$Id: testsuite.in,v 1.292 2000/03/30 20:05:24 grubba Exp $"]]); + test_true([["$Id: testsuite.in,v 1.293 2000/04/06 19:24:08 hubbe Exp $"]]);      cond([[all_constants()->_verify_internals]],   [[
332:   ]])   test_compile([[Stdio.File foo=Stdio.FILE();]])    + test_any([[string gurk="bozo"; string b(int x) { return (x?b(x-1)+gurk:""); }; return b(5)]],[["bozo"*5]]) +    dnl this should really work...   dnl test_compile_any([[void foo(int,string,...);]])