PERFORCE change 31511 for review
    David E. O'Brien 
    obrien at FreeBSD.org
       
    Tue May 20 01:02:41 PDT 2003
    
    
  
http://perforce.freebsd.org/chv.cgi?CH=31511
Change 31511 by obrien at obrien_trang on 2003/05/20 01:02:36
	These should be explicitly defined as 1, per GCC coding rules
	(which I sometimes depend on).
Affected files ...
.. //depot/projects/hammer/contrib/gcc/config/i386/biarch64.h#2 edit
Differences ...
==== //depot/projects/hammer/contrib/gcc/config/i386/biarch64.h#2 (text+ko) ====
@@ -21,5 +21,5 @@
 the Free Software Foundation, 59 Temple Place - Suite 330,
 Boston, MA 02111-1307, USA.  */
 
-#define TARGET_64BIT_DEFAULT
-#define TARGET_BI_ARCH
+#define TARGET_64BIT_DEFAULT	1
+#define TARGET_BI_ARCH		1
    
    
More information about the p4-projects
mailing list