* src/vm/jit/replace.c: Only recompile if necessary. Count
[cacao.git] / src / vm / descriptor.h
index db711e10eea583f6f7592fc27bdf0f69fa4b4cbe..9183fffd981c09d07dff9e46410127479ca2eb58 100644 (file)
@@ -28,7 +28,7 @@
 
    Changes:
 
-   $Id: descriptor.h 5828 2006-10-26 10:09:11Z twisti $
+   $Id: descriptor.h 6012 2006-11-16 19:45:15Z twisti $
 
 */
 
 /* forward typedefs ***********************************************************/
 
 typedef struct descriptor_pool descriptor_pool;
-typedef struct paramdesc paramdesc;
+typedef struct typedesc        typedesc;
+typedef struct paramdesc       paramdesc;
+typedef struct methoddesc      methoddesc;
+
 
 #include "vm/class.h"
 #include "vm/global.h"