From: Stefan Ring Date: Thu, 16 Oct 2008 06:42:42 +0000 (+0200) Subject: Merged with 5c0d843cb949. X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=commitdiff_plain;h=2c421cee708ccd727c99d63569ab9e40110c05c7;hp=4a0381835b3032b374685f34d8428786a9abad92;p=cacao.git Merged with 5c0d843cb949. --- diff --git a/src/vm/classcache.cpp b/src/vm/classcache.cpp index 5458ec80b..93db61a9b 100644 --- a/src/vm/classcache.cpp +++ b/src/vm/classcache.cpp @@ -1586,7 +1586,7 @@ dump_it: * Emacs will automagically detect them. * --------------------------------------------------------------------- * Local variables: - * mode: c + * mode: c++ * indent-tabs-mode: t * c-basic-offset: 4 * tab-width: 4 diff --git a/src/vm/classcache.hpp b/src/vm/classcache.hpp index 84ba73658..aef65e21c 100644 --- a/src/vm/classcache.hpp +++ b/src/vm/classcache.hpp @@ -167,7 +167,7 @@ void classcache_debug_dump(FILE *file,utf *only); * Emacs will automagically detect them. * --------------------------------------------------------------------- * Local variables: - * mode: c + * mode: c++ * indent-tabs-mode: t * c-basic-offset: 4 * tab-width: 4 diff --git a/src/vm/jit/inline/inline.cpp b/src/vm/jit/inline/inline.cpp index cb6d37cb7..73c8667d2 100644 --- a/src/vm/jit/inline/inline.cpp +++ b/src/vm/jit/inline/inline.cpp @@ -3235,7 +3235,7 @@ bool inline_inline(jitdata *jd) * Emacs will automagically detect them. * --------------------------------------------------------------------- * Local variables: - * mode: c + * mode: c++ * indent-tabs-mode: t * c-basic-offset: 4 * tab-width: 4 diff --git a/src/vm/jit/inline/inline.hpp b/src/vm/jit/inline/inline.hpp index 629f649a9..373de8fac 100644 --- a/src/vm/jit/inline/inline.hpp +++ b/src/vm/jit/inline/inline.hpp @@ -53,7 +53,7 @@ bool inline_inline(jitdata *jd); * Emacs will automagically detect them. * --------------------------------------------------------------------- * Local variables: - * mode: c + * mode: c++ * indent-tabs-mode: t * c-basic-offset: 4 * tab-width: 4 diff --git a/src/vm/jit/intrp/disass.cpp b/src/vm/jit/intrp/disass.cpp index 4219f0012..f2b74ef1c 100644 --- a/src/vm/jit/intrp/disass.cpp +++ b/src/vm/jit/intrp/disass.cpp @@ -231,7 +231,7 @@ void printarg_avftbl (vftbl_t * avftbl ) * Emacs will automagically detect them. * --------------------------------------------------------------------- * Local variables: - * mode: c + * mode: c++ * indent-tabs-mode: t * c-basic-offset: 4 * tab-width: 4 diff --git a/src/vm/jit/verify/icmds.cpp b/src/vm/jit/verify/icmds.cpp index 65adf817d..0d3457e56 100644 --- a/src/vm/jit/verify/icmds.cpp +++ b/src/vm/jit/verify/icmds.cpp @@ -770,7 +770,7 @@ case ICMD_DUP2_X2: /* {STACKBASED} */ * Emacs will automagically detect them. * --------------------------------------------------------------------- * Local variables: - * mode: c + * mode: c++ * indent-tabs-mode: t * c-basic-offset: 4 * tab-width: 4 diff --git a/src/vm/jit/verify/typecheck-common.cpp b/src/vm/jit/verify/typecheck-common.cpp index 62818a158..88f38615b 100644 --- a/src/vm/jit/verify/typecheck-common.cpp +++ b/src/vm/jit/verify/typecheck-common.cpp @@ -549,7 +549,7 @@ bool typecheck_init_locals(verifier_state *state, bool newthis) * Emacs will automagically detect them. * --------------------------------------------------------------------- * Local variables: - * mode: c + * mode: c++ * indent-tabs-mode: t * c-basic-offset: 4 * tab-width: 4 diff --git a/src/vm/jit/verify/typecheck-common.hpp b/src/vm/jit/verify/typecheck-common.hpp index bc47e375d..f6cb2e4c4 100644 --- a/src/vm/jit/verify/typecheck-common.hpp +++ b/src/vm/jit/verify/typecheck-common.hpp @@ -306,7 +306,7 @@ bool typecheck_init_locals(verifier_state *state, bool newthis); * Emacs will automagically detect them. * --------------------------------------------------------------------- * Local variables: - * mode: c + * mode: c++ * indent-tabs-mode: t * c-basic-offset: 4 * tab-width: 4 diff --git a/src/vm/jit/verify/typecheck-stackbased.cpp b/src/vm/jit/verify/typecheck-stackbased.cpp index ceb27be3e..8ac6267b8 100644 --- a/src/vm/jit/verify/typecheck-stackbased.cpp +++ b/src/vm/jit/verify/typecheck-stackbased.cpp @@ -1024,7 +1024,7 @@ static void typecheck_stackbased_show_state(verifier_state *state, * Emacs will automagically detect them. * --------------------------------------------------------------------- * Local variables: - * mode: c + * mode: c++ * indent-tabs-mode: t * c-basic-offset: 4 * tab-width: 4 diff --git a/src/vm/jit/verify/typecheck-typeinferer.cpp b/src/vm/jit/verify/typecheck-typeinferer.cpp index 6f8ee53cd..0d48656a3 100644 --- a/src/vm/jit/verify/typecheck-typeinferer.cpp +++ b/src/vm/jit/verify/typecheck-typeinferer.cpp @@ -483,7 +483,7 @@ bool typecheck_infer_types(jitdata *jd) * Emacs will automagically detect them. * --------------------------------------------------------------------- * Local variables: - * mode: c + * mode: c++ * indent-tabs-mode: t * c-basic-offset: 4 * tab-width: 4 diff --git a/src/vm/jit/verify/typecheck-typeinferer.hpp b/src/vm/jit/verify/typecheck-typeinferer.hpp index 7bffa5201..a3e79b8ab 100644 --- a/src/vm/jit/verify/typecheck-typeinferer.hpp +++ b/src/vm/jit/verify/typecheck-typeinferer.hpp @@ -61,7 +61,7 @@ bool typecheck_infer_types(jitdata *jd); * Emacs will automagically detect them. * --------------------------------------------------------------------- * Local variables: - * mode: c + * mode: c++ * indent-tabs-mode: t * c-basic-offset: 4 * tab-width: 4 diff --git a/src/vm/jit/verify/typecheck.cpp b/src/vm/jit/verify/typecheck.cpp index 574e33a81..695be0199 100644 --- a/src/vm/jit/verify/typecheck.cpp +++ b/src/vm/jit/verify/typecheck.cpp @@ -832,7 +832,7 @@ bool typecheck(jitdata *jd) * Emacs will automagically detect them. * --------------------------------------------------------------------- * Local variables: - * mode: c + * mode: c++ * indent-tabs-mode: t * c-basic-offset: 4 * tab-width: 4 diff --git a/src/vm/jit/verify/typecheck.hpp b/src/vm/jit/verify/typecheck.hpp index dac58ca41..8e0305c6c 100644 --- a/src/vm/jit/verify/typecheck.hpp +++ b/src/vm/jit/verify/typecheck.hpp @@ -56,7 +56,7 @@ bool typecheck_stackbased(jitdata *jd); * Emacs will automagically detect them. * --------------------------------------------------------------------- * Local variables: - * mode: c + * mode: c++ * indent-tabs-mode: t * c-basic-offset: 4 * tab-width: 4 diff --git a/src/vm/jit/verify/typeinfo.cpp b/src/vm/jit/verify/typeinfo.cpp index 1a02ca001..4df771a9d 100644 --- a/src/vm/jit/verify/typeinfo.cpp +++ b/src/vm/jit/verify/typeinfo.cpp @@ -2563,7 +2563,7 @@ typevector_print(FILE *file,varinfo *vec,int size) * Emacs will automagically detect them. * --------------------------------------------------------------------- * Local variables: - * mode: c + * mode: c++ * indent-tabs-mode: t * c-basic-offset: 4 * tab-width: 4 diff --git a/src/vm/jit/verify/typeinfo.hpp b/src/vm/jit/verify/typeinfo.hpp index 00d78e008..ea4292528 100644 --- a/src/vm/jit/verify/typeinfo.hpp +++ b/src/vm/jit/verify/typeinfo.hpp @@ -530,7 +530,7 @@ void typevector_print(FILE *file,varinfo *vec,int size); * Emacs will automagically detect them. * --------------------------------------------------------------------- * Local variables: - * mode: c + * mode: c++ * indent-tabs-mode: t * c-basic-offset: 4 * tab-width: 4 diff --git a/src/vm/method.cpp b/src/vm/method.cpp index 471842315..b25fd91e6 100644 --- a/src/vm/method.cpp +++ b/src/vm/method.cpp @@ -1217,7 +1217,7 @@ void method_methodref_println(constant_FMIref *mr) * Emacs will automagically detect them. * --------------------------------------------------------------------- * Local variables: - * mode: c + * mode: c++ * indent-tabs-mode: t * c-basic-offset: 4 * tab-width: 4 diff --git a/src/vm/method.hpp b/src/vm/method.hpp index 754bacc17..f9c7891c6 100644 --- a/src/vm/method.hpp +++ b/src/vm/method.hpp @@ -221,7 +221,7 @@ void method_methodref_println(constant_FMIref *mr); * Emacs will automagically detect them. * --------------------------------------------------------------------- * Local variables: - * mode: c + * mode: c++ * indent-tabs-mode: t * c-basic-offset: 4 * tab-width: 4 diff --git a/src/vm/zip.cpp b/src/vm/zip.cpp index 841109a0e..b9c870c9e 100644 --- a/src/vm/zip.cpp +++ b/src/vm/zip.cpp @@ -457,7 +457,7 @@ classbuffer *zip_get(list_classpath_entry *lce, classinfo *c) * Emacs will automagically detect them. * --------------------------------------------------------------------- * Local variables: - * mode: c + * mode: c++ * indent-tabs-mode: t * c-basic-offset: 4 * tab-width: 4 diff --git a/src/vm/zip.hpp b/src/vm/zip.hpp index 660553594..d79f8efbb 100644 --- a/src/vm/zip.hpp +++ b/src/vm/zip.hpp @@ -110,7 +110,7 @@ classbuffer *zip_get(list_classpath_entry *lce, classinfo *c); * Emacs will automagically detect them. * --------------------------------------------------------------------- * Local variables: - * mode: c + * mode: c++ * indent-tabs-mode: t * c-basic-offset: 4 * tab-width: 4