OSDN Git Service

From Santiago Vila
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 18 Dec 2003 02:32:11 +0000 (02:32 +0000)
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 18 Dec 2003 02:32:11 +0000 (02:32 +0000)
* config/kfreebsdgnu.h (TARGET_OS_CPP_BUILTINS): Rename from
TARET_OS_CPP_BUILTINS.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74768 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/kfreebsdgnu.h

index e9a983b..f92b1b5 100644 (file)
@@ -1,3 +1,8 @@
+2003-12-17  Santiago Vila  <sanvila@unex.es>
+
+       * config/kfreebsdgnu.h (TARGET_OS_CPP_BUILTINS): Rename from
+       TARET_OS_CPP_BUILTINS.
+
 2003-12-16  Kazu Hirata  <kazu@cs.umass.edu>
 
        * emit-rtl.c: Fix signed/unsigned comparison warnings.
index 59a6829..ad8d68c 100644 (file)
@@ -23,7 +23,7 @@ Boston, MA 02111-1307, USA.  */
 #define WCHAR_TYPE "int"
 
 #undef TARGET_OS_CPP_BUILTINS
-#define TARET_OS_CPP_BUILTINS()                                \
+#define TARGET_OS_CPP_BUILTINS()                               \
   builtin_define ("__GNU_KFreeBSD__=0");               \
   builtin_define ("__gnu_kfreebsd__=0");               \
   builtin_define ("__FreeBSD_kernel__=5");             \