Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Feb 2009 21:50:24 GMT
From:      Oleksandr Tymoshenko <gonzo@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 158297 for review
Message-ID:  <200902252150.n1PLoOV8043212@repoman.freebsd.org>

index | next in thread | raw e-mail

http://perforce.freebsd.org/chv.cgi?CH=158297

Change 158297 by gonzo@gonzo_figaro on 2009/02/25 21:49:52

	- remove garbage after #undef

Affected files ...

.. //depot/projects/avr32/src/contrib/gcc/config/avr32/freebsd.h#2 edit

Differences ...

==== //depot/projects/avr32/src/contrib/gcc/config/avr32/freebsd.h#2 (text+ko) ====

@@ -79,7 +79,7 @@
    Needs to agree with <machine/ansi.h>.  GCC defaults come from c-decl.c,
    c-common.c, and config/<arch>/<arch>.h.  */
 
-#undef TARGET_VERSION	fprintf (stderr, " (FreeBSD/avr32)");
+#undef TARGET_VERSION
 #define TARGET_VERSION	fprintf (stderr, " (FreeBSD/avr32)");
 
 /* Target CPU builtins.  */


help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902252150.n1PLoOV8043212>