summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--eval_error.ci1
-rw-r--r--eval_jump.ci1
-rw-r--r--eval_method.ci1
-rw-r--r--eval_safe.ci1
5 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f2f7247e4..4dacdaa33 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Mon Jun 25 09:45:46 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * eval_error.ci, eval_jump.ci, eval_method.ci, eval_safe.ci: c-mode.
+
Mon Jun 25 05:27:54 2007 Koichi Sasada <ko1@atdot.net>
* eval.c: remove ruby_current_node and change eval() prototype.
diff --git a/eval_error.ci b/eval_error.ci
index d719953f2..07302bf37 100644
--- a/eval_error.ci
+++ b/eval_error.ci
@@ -1,3 +1,4 @@
+/* -*-c-*- */
/*
* included by eval.c
*/
diff --git a/eval_jump.ci b/eval_jump.ci
index b929136af..6d1e730d0 100644
--- a/eval_jump.ci
+++ b/eval_jump.ci
@@ -1,3 +1,4 @@
+/* -*-c-*- */
/*
* from eval.c
*/
diff --git a/eval_method.ci b/eval_method.ci
index 1f4ba33d2..f91e89c03 100644
--- a/eval_method.ci
+++ b/eval_method.ci
@@ -1,3 +1,4 @@
+/* -*-c-*- */
/*
* This file is included by eval.c
*/
diff --git a/eval_safe.ci b/eval_safe.ci
index 2c8d8de32..7d0a07788 100644
--- a/eval_safe.ci
+++ b/eval_safe.ci
@@ -1,3 +1,4 @@
+/* -*-c-*- */
/*
* This file is included by eval.c
*/