aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorshyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-07-01 08:31:55 +0000
committershyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-07-01 08:31:55 +0000
commitddc5f561e7df66a8f50df81686586f1e1c6b2c72 (patch)
tree7bbe16a3210f1f6f2624705ef938acdb0788d44d /ChangeLog
parent3e69e83a62be745e1ace41cb0293ec0692baaeb6 (diff)
downloadruby-ddc5f561e7df66a8f50df81686586f1e1c6b2c72.tar.gz
* process.c (run_exec_rlimit): ISO C90 forbids mixed declarations
and code git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17767 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a5735ec98e..cfadd673c5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,7 @@
-Tue Jul 1 17:14:59 2008 URABE Shyouhei <shyouhei@ruby-lang.org>
+Tue Jul 1 17:30:30 2008 URABE Shyouhei <shyouhei@ruby-lang.org>
+
+ * process.c (run_exec_rlimit): ISO C90 forbids mixed declarations
+ and code
* include/ruby/ruby.h (enum ruby_special_consts): ISO C forbids
comma at end of enumerator list