comparison gcc/c-ppoutput.c @ 63:b7f97abdc517 gcc-4.6-20100522

update gcc from gcc-4.5.0 to gcc-4.6
author ryoma <e075725@ie.u-ryukyu.ac.jp>
date Mon, 24 May 2010 12:47:05 +0900
parents 77e2b8dfacca
children
comparison
equal deleted inserted replaced
56:3c8a44c06a95 63:b7f97abdc517
18 <http://www.gnu.org/licenses/>. */ 18 <http://www.gnu.org/licenses/>. */
19 19
20 #include "config.h" 20 #include "config.h"
21 #include "system.h" 21 #include "system.h"
22 #include "coretypes.h" 22 #include "coretypes.h"
23 #include "tm.h"
24 #include "cpplib.h" 23 #include "cpplib.h"
25 #include "../libcpp/internal.h" 24 #include "../libcpp/internal.h"
26 #include "tree.h" 25 #include "tree.h"
27 #include "c-common.h" /* For flags. */ 26 #include "c-common.h" /* For flags. */
28 #include "c-pragma.h" /* For parse_in. */ 27 #include "c-pragma.h" /* For parse_in. */