* src/vm/classcache.cpp,
authorAndreas HUBERT <andreas.hubert@gmx.at>
Wed, 15 Oct 2008 09:01:38 +0000 (11:01 +0200)
committerAndreas HUBERT <andreas.hubert@gmx.at>
Wed, 15 Oct 2008 09:01:38 +0000 (11:01 +0200)
  src/vm/classcache.hpp,
  src/vm/jit/inline/inline.cpp,
  src/vm/jit/inline/inline.hpp,
  src/vm/jit/intrp/disass.cpp,
  src/vm/jit/verify/icmds.cpp,
  src/vm/jit/verify/typecheck-common.cpp,
  src/vm/jit/verify/typecheck-common.hpp,
  src/vm/jit/verify/typecheck-stackbased.cpp,
  src/vm/jit/verify/typecheck-typeinferer.cpp,
  src/vm/jit/verify/typecheck-typeinferer.hpp,
  src/vm/jit/verify/typecheck.cpp,
  src/vm/jit/verify/typecheck.hpp,
  src/vm/jit/verify/typeinfo.cpp,
  src/vm/jit/verify/typeinfo.hpp,
  src/vm/method.cpp,
  src/vm/method.hpp,
  src/vm/zip.cpp,
  src/vm/zip.hpp: Changed editor mode to c++.

19 files changed:
src/vm/classcache.cpp
src/vm/classcache.hpp
src/vm/jit/inline/inline.cpp
src/vm/jit/inline/inline.hpp
src/vm/jit/intrp/disass.cpp
src/vm/jit/verify/icmds.cpp
src/vm/jit/verify/typecheck-common.cpp
src/vm/jit/verify/typecheck-common.hpp
src/vm/jit/verify/typecheck-stackbased.cpp
src/vm/jit/verify/typecheck-typeinferer.cpp
src/vm/jit/verify/typecheck-typeinferer.hpp
src/vm/jit/verify/typecheck.cpp
src/vm/jit/verify/typecheck.hpp
src/vm/jit/verify/typeinfo.cpp
src/vm/jit/verify/typeinfo.hpp
src/vm/method.cpp
src/vm/method.hpp
src/vm/zip.cpp
src/vm/zip.hpp

index 5458ec80bf42ff013475ebbec7c74032e228075d..93db61a9b4eeaafbbf5bc37a6ad168a4d1473cc8 100644 (file)
@@ -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
index 84ba7365846d585439a4941bae284bad6b5a7131..aef65e21c4e4af5fccea718c8f8a04cbd2410a4e 100644 (file)
@@ -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
index cb6d37cb701ca79ce1ba45554f7a534dab522a77..73c8667d2ee95dca23bd2a420fbfb9ef18c4da3b 100644 (file)
@@ -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
index 629f649a9dca2a570603b0cefb8ede76fdc63a2c..373de8facbaf0f0c3c525bdd0422e472fbeddbb2 100644 (file)
@@ -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
index 4219f0012aca3e5d91b97aa0be9bdf07ffe15608..f2b74ef1c7ff7cc6df426578e11bacdfc73d0805 100644 (file)
@@ -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
index 65adf817db6f44f51b129b69d84b782cf84ad2a6..0d3457e56b8877277652bf71a9954a41d3a467c9 100644 (file)
@@ -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
index 62818a158bf3dc4351e472969fefe2c41141030d..88f38615bff1908d566eb9559d916ae0cba37054 100644 (file)
@@ -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
index bc47e375d1b27353073a3097fa6e68a9f03b5345..f6cb2e4c428b99ac7bf6b386f7b631285a02ac30 100644 (file)
@@ -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
index ceb27be3ef93405d8688c0e07fa54ce55063c89d..8ac6267b802f65a9dbff59bddd52761a238fc15d 100644 (file)
@@ -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
index 6f8ee53cd69b9030021301bbcdcd76f8ef913dfa..0d48656a3ae64a734295d30f4fc7e448aaf297f2 100644 (file)
@@ -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
index 7bffa52014f185c8d5e00b17a15c9e782159747b..a3e79b8ab254228fbc938267ca55cf98a931b4d6 100644 (file)
@@ -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
index 574e33a81a1cfa42a4ad8dd0e8eddef8c8f2bb67..695be019994f94bf6353abcb2648d9c9f2f30478 100644 (file)
@@ -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
index dac58ca419cd757c977cf3182d0663e6c9bb6e7b..8e0305c6c903c7c514777ac354f5af86c7fcd225 100644 (file)
@@ -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
index 1a02ca001819993ed04e2f20f6d1077922f9fa77..4df771a9da68dccb5f8fadefd9aa365a749ab21c 100644 (file)
@@ -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
index 00d78e0080b921f29b42d56046e49c82dc7c9e29..ea4292528cc3a1876206bec31935a84e6ae56bff 100644 (file)
@@ -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
index 471842315974050813134d828068d835c360925a..b25fd91e6fe862d58d5df031d85ed12d1d60701a 100644 (file)
@@ -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
index 754bacc17a34807bd0b560909544edbb78bd6fa7..f9c7891c66eef27b2ff7f446d24c4559c12cb24b 100644 (file)
@@ -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
index 841109a0e7fff1c5f1e93a1ef62d216cff63f96b..b9c870c9ec1a8441efdaf09ddb734b8d319b0b4f 100644 (file)
@@ -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
index 660553594273fc3d6c83b1a4dfe12e8931126a53..d79f8efbbbc9ac63d60f8a5f0f9092700ec1b4d7 100644 (file)
@@ -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