java.net implemented.
[cacao.git] / compiler.h
index c9e0e4aa60d7709d6a02e7ed2e14ad2ac30361d5..dbd8184da9ec5c4954e29d7aac867149fb4f0979 100644 (file)
@@ -1,3 +1,4 @@
+/* -*- mode: c; tab-width: 4; c-basic-offset: 4 -*- */
 /****************************** compiler.h *************************************
 
        Copyright (c) 1997 A. Krall, R. Grafl, M. Gschwind, M. Probst
@@ -21,6 +22,7 @@
 extern bool compileverbose;     
 extern bool showstack;          
 extern bool showdisassemble;    
+extern bool showddatasegment;    
 extern bool showintermediate;   
 extern int   optimizelevel;      
 
@@ -76,10 +78,12 @@ methodptr compiler_compile (methodinfo *m);
 void compiler_init ();
 void compiler_close ();
 
+u1 *oldcreatenativestub (functionptr f, methodinfo *m);
+
+/*
 u1 *createcompilerstub (methodinfo *m);
-u1 *createnativestub (functionptr f, methodinfo *m);
-u1 *ncreatenativestub (functionptr f, methodinfo *m);
 
 void removecompilerstub (u1 *stub);
 void removenativestub (u1 *stub);
+*/