Commit 273d8a65 by Daniel Franke

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
parent 3c2a68b3
...@@ -226,11 +226,7 @@ cpp_define_builtins (cpp_reader *pfile) ...@@ -226,11 +226,7 @@ cpp_define_builtins (cpp_reader *pfile)
flags only valid/defined in C (same as noted above). flags only valid/defined in C (same as noted above).
[config/i386/mingw32.h, config/i386/cygming.h] [config/i386/mingw32.h, config/i386/cygming.h]
- other platforms (not as popular) break similarly - other platforms (not as popular) break similarly
[grep for 'builtin_define_with_int_value' in config/*] [grep for 'builtin_define_with_int_value' in gcc/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.)
TARGET_CPU_CPP_BUILTINS (); TARGET_CPU_CPP_BUILTINS ();
TARGET_OS_CPP_BUILTINS (); TARGET_OS_CPP_BUILTINS ();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment