diff options
author | Daniel Franke <dfranke@gcc.gnu.org> | 2008-05-26 16:41:20 -0400 |
---|---|---|
committer | Daniel Franke <dfranke@gcc.gnu.org> | 2008-05-26 16:41:20 -0400 |
commit | 273d8a65e2e9b220f067c490951d23a6b81610a6 (patch) | |
tree | c3bdb3cdebcbd0d6fdeaeacccc9ddee6a7c971a2 /gcc/fortran/cpp.c | |
parent | 3c2a68b3a308d07c208df790d87c034aae2f0b48 (diff) | |
download | gcc-273d8a65e2e9b220f067c490951d23a6b81610a6.zip gcc-273d8a65e2e9b220f067c490951d23a6b81610a6.tar.gz gcc-273d8a65e2e9b220f067c490951d23a6b81610a6.tar.bz2 |
cpp.c (cpp_define_builtins): Fixed warning about comment.
2008-05-26 Daniel Franke <franke.daniel@gmail.com>
* cpp.c (cpp_define_builtins): Fixed warning about comment.
From-SVN: r135958
Diffstat (limited to 'gcc/fortran/cpp.c')
-rw-r--r-- | gcc/fortran/cpp.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/gcc/fortran/cpp.c b/gcc/fortran/cpp.c index 0376342..865e2ef 100644 --- a/gcc/fortran/cpp.c +++ b/gcc/fortran/cpp.c @@ -226,11 +226,7 @@ cpp_define_builtins (cpp_reader *pfile) flags only valid/defined in C (same as noted above). [config/i386/mingw32.h, config/i386/cygming.h] - other platforms (not as popular) break similarly - [grep for 'builtin_define_with_int_value' in config/*] - - darwin will compile but not link - (Makefile.in needs to link f951 with some target library or - object files. Adding $(C_TARGET_OBJS) to $(F951_OBJS) does - seemingly not fix the problem.) + [grep for 'builtin_define_with_int_value' in gcc/config/] TARGET_CPU_CPP_BUILTINS (); TARGET_OS_CPP_BUILTINS (); |