Include main.h for compiler switches.
[cacao.git] / jit / reg.h
index 49ea7966c3f7951d2ed6581af6d55f1654cbdd04..70d6c20b0bd2b7c99b98e4582213549188f845d0 100644 (file)
--- a/jit/reg.h
+++ b/jit/reg.h
@@ -27,7 +27,7 @@
 
    Authors: Christian Thalinger
 
-   $Id: reg.h 589 2003-11-09 19:42:39Z twisti $
+   $Id: reg.h 767 2003-12-13 22:53:49Z twisti $
 
 */
 
@@ -46,6 +46,7 @@ extern int arguments_num;
 
 /* function prototypes */
 void reg_init();
+void reg_setup();
 void reg_close();
 void local_init();
 void regalloc();