From 8e1a53ead3206d6ed4c94702d56ce9eca670d7b0 Mon Sep 17 00:00:00 2001 From: akr Date: Sun, 8 Jan 2006 05:21:17 +0000 Subject: * eval.c (GCC_VERSION_BEFORE): check __INTEL_COMPILER. Intel C++ Compiler defines __GNUC__. http://www.intel.com/software/products/compilers/clin/docs/ug_cpp/lin1077.htm git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9807 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 26740f8a6..070a970b6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Sun Jan 8 14:15:27 2006 Tanaka Akira + + * eval.c (GCC_VERSION_BEFORE): check __INTEL_COMPILER. + Intel C++ Compiler defines __GNUC__. + http://www.intel.com/software/products/compilers/clin/docs/ug_cpp/lin1077.htm + Sat Jan 7 15:40:07 2006 Nobuyoshi Nakada * parse.y (singleton): get rid of segfault on syntax error. -- cgit