X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=headers.c;h=6f95bdca5868fca891cc39aaf42f030eb53e3160;hb=28533b92f858b348106dc09a751132fde01cb0fb;hp=d28baccef059f4b3304d5a341bf8a6197ffcf88c;hpb=07e4f5234e51d51a108327aeb96f661fc14cd436;p=cacao.git diff --git a/headers.c b/headers.c index d28baccef..6f95bdca5 100644 --- a/headers.c +++ b/headers.c @@ -1,5 +1,4 @@ -/* -*- mode: c; tab-width: 4; c-basic-offset: 4 -*- */ -/****************************** headers.c ************************************** +/* headers.c ******************************************************************* Copyright (c) 1997 A. Krall, R. Grafl, M. Gschwind, M. Probst @@ -62,7 +61,7 @@ void asm_builtin_aastore (java_objectarray *a, s4 index, java_objectheader *o) { u1 *createcompilerstub (methodinfo *m) {return NULL;} u1 *createnativestub (functionptr f, methodinfo *m) {return NULL;} -u1 *ncreatenativestub (functionptr f, methodinfo *m) {return NULL;} +u1 *oldcreatenativestub (functionptr f, methodinfo *m) {return NULL;} void removecompilerstub (u1 *stub) {} void removenativestub (u1 *stub) {} @@ -474,3 +473,15 @@ int main(int argc, char **argv) } +/* + * These are local overrides for various environment variables in Emacs. + * Please do not remove this and leave it at the end of the file, where + * Emacs will automagically detect them. + * --------------------------------------------------------------------- + * Local variables: + * mode: c + * indent-tabs-mode: t + * c-basic-offset: 4 + * tab-width: 4 + * End: + */