This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Typo in gcc/config/kfreebsdgnu.h


I'm following gcc from CVS and found this:

--- gcc/gcc/config/orig.kfreebsdgnu.h	2003-12-18 01:05:18.000000000 +0100
+++ gcc/gcc/config/kfreebsdgnu.h	2003-12-18 01:05:56.000000000 +0100
@@ -23,7 +23,7 @@
 #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");		\


Thanks.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]