comparison gcc/c-lex.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
22 #include "config.h" 22 #include "config.h"
23 #include "system.h" 23 #include "system.h"
24 #include "coretypes.h" 24 #include "coretypes.h"
25 #include "tm.h" 25 #include "tm.h"
26 26
27 #include "real.h"
28 #include "rtl.h"
29 #include "tree.h" 27 #include "tree.h"
30 #include "input.h" 28 #include "input.h"
31 #include "output.h" 29 #include "output.h"
32 #include "c-tree.h" 30 #include "c-tree.h"
33 #include "c-common.h" 31 #include "c-common.h"
35 #include "timevar.h" 33 #include "timevar.h"
36 #include "cpplib.h" 34 #include "cpplib.h"
37 #include "c-pragma.h" 35 #include "c-pragma.h"
38 #include "toplev.h" 36 #include "toplev.h"
39 #include "intl.h" 37 #include "intl.h"
40 #include "tm_p.h"
41 #include "splay-tree.h" 38 #include "splay-tree.h"
42 #include "debug.h" 39 #include "debug.h"
43 #include "target.h" 40 #include "target.h"
44 41
45 /* We may keep statistics about how long which files took to compile. */ 42 /* We may keep statistics about how long which files took to compile. */