This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Typo in gcc/config/kfreebsdgnu.h
- From: Santiago Vila <sanvila at unex dot es>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 18 Dec 2003 01:17:21 +0100 (CET)
- Subject: 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.