* Removed all Id tags.
[cacao.git] / src / vm / jit / stack.h
index 97d7b220fe018c0454814a158d8323adca0a232c..2af166477e2e98c6358f6bdc976a8c5d869a1f3d 100644 (file)
@@ -29,8 +29,6 @@
    Changes: Christian Ullrich
                        Edwin Steiner
 
-   $Id: stack.h 5655 2006-10-03 20:44:46Z edwin $
-
 */
 
 
 #define NEWSTACK0(s)    NEWSTACK(s,UNDEFVAR,0)
 
 
-/* external macros ************************************************************/
-
-#define BLOCK_OF(index)                                              \
-    (jd->new_basicblocks + jd->new_basicblockindex[index])
-
-
 /* function prototypes ********************************************************/
 
 bool stack_init(void);
 
 bool stack_analyse(jitdata *jd);
 
+void stack_javalocals_store(instruction *iptr, s4 *javalocals);
+
 #endif /* _STACK_H */