Branch: Tag:

2001-05-10

2001-05-10 22:14:38 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>

use less C stack

Rev: src/interpret.c:1.193
Rev: src/interpret.h:1.81
Rev: src/interpret_functions.h:1.52
Rev: src/lex.c:1.88
Rev: src/opcodes.h:1.14
Rev: src/program.c:1.320
Rev: src/testsuite.in:1.407

1: - test_true([["$Id: testsuite.in,v 1.406 2001/05/07 21:45:07 grubba Exp $"]]); + test_true([["$Id: testsuite.in,v 1.407 2001/05/10 22:14:38 hubbe Exp $"]]);      cond([[all_constants()->_verify_internals]],   [[
842:   dnl this should really work...   dnl test_compile_any([[void foo(int,string,...);]])    - test_eval_error([[class X { int create() { create(); } }();]]) + dnl This test doesn't run out of stack anymore, freaky + dnl test_eval_error([[class X { int create() { create(); } }();]])   test_compile_error([[ int float; ]])   test_compile_error([[ int array; ]])   test_compile_error([[ int function; ]])