diff src/share/vm/opto/addnode.cpp @ 4045:a6eef545f1a2

7103224: collision between __LEAF define in interfaceSupport.hpp and /usr/include/sys/cdefs.h with gcc Reviewed-by: never Contributed-by: Omair Majid <omajid@redhat.com>
author never
date Tue, 25 Oct 2011 08:17:15 -0700
parents f95d63e2154a
children e626685e9f6c
line wrap: on
line diff
--- a/src/share/vm/opto/addnode.cpp	Tue Oct 25 04:07:20 2011 -0700
+++ b/src/share/vm/opto/addnode.cpp	Tue Oct 25 08:17:15 2011 -0700
@@ -34,8 +34,6 @@
 
 // Portions of code courtesy of Clifford Click
 
-#define MAXFLOAT        ((float)3.40282346638528860e+38)
-
 // Classic Add functionality.  This covers all the usual 'add' behaviors for
 // an algebraic ring.  Add-integer, add-float, add-double, and binary-or are
 // all inherited from this class.  The various identity values are supplied