* Removed all Id tags.
[cacao.git] / src / vm / jit / patcher-common.c
index 30c99e37fb9ed45560b2ee02d71aad2f1f6cede1..7a91ce246f94800e11ad4fbadae1be9d801efc27 100644 (file)
@@ -22,8 +22,6 @@
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    02110-1301, USA.
 
-   $Id$
-
 */
 
 
@@ -197,14 +195,14 @@ static int patcher_depth = 0;
 # define TRACE_PATCHER_INDENT for (i=0; i<patcher_depth; i++) printf("\t")
 #endif
 
-java_objectheader *patcher_handler(u1 *pc)
+java_handle_t *patcher_handler(u1 *pc)
 {
-       codeinfo          *code;
-       patchref_t        *pr;
-       bool               result;
-       java_objectheader *e;
+       codeinfo      *code;
+       patchref_t    *pr;
+       bool           result;
+       java_handle_t *e;
 #ifdef TRACE_PATCHER
-       int                i;
+       int            i;
 #endif
 
        /* define the patcher function */