Enabling the print builtin nodes, soon to be used to test CALL generation

This commit is contained in:
Wolfgang Bumiller 2012-07-04 13:31:10 +02:00
parent 29091971d2
commit 2c1f08a209

View file

@ -31,11 +31,9 @@ int main()
/* opts_debug = true; */ /* opts_debug = true; */
#if 0 BUILTIN(print, TYPE_VOID, -1);
BUILTIN(print, TYPE_VOID, -1); PARAM(TYPE_STRING, text);
PARAM(TYPE_STRING, text); ENDBUILTIN();
ENDBUILTIN();
#endif
TESTINIT(); TESTINIT();
VAR(TYPE_FLOAT, f0); VAR(TYPE_FLOAT, f0);