comparison gcc/tree-browser.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 a06113de4d67
children f6334be47118
comparison
equal deleted inserted replaced
56:3c8a44c06a95 63:b7f97abdc517
1 /* Tree browser. 1 /* Tree browser.
2 Copyright (C) 2002, 2003, 2004, 2007, 2008 Free Software Foundation, Inc. 2 Copyright (C) 2002, 2003, 2004, 2007, 2008, 2010
3 Free Software Foundation, Inc.
3 Contributed by Sebastian Pop <s.pop@laposte.net> 4 Contributed by Sebastian Pop <s.pop@laposte.net>
4 5
5 This file is part of GCC. 6 This file is part of GCC.
6 7
7 GCC is free software; you can redistribute it and/or modify it under 8 GCC is free software; you can redistribute it and/or modify it under
23 #include "coretypes.h" 24 #include "coretypes.h"
24 #include "tm.h" 25 #include "tm.h"
25 #include "tree.h" 26 #include "tree.h"
26 #include "tree-inline.h" 27 #include "tree-inline.h"
27 #include "diagnostic.h" 28 #include "diagnostic.h"
29 #include "tree-pretty-print.h"
28 #include "hashtab.h" 30 #include "hashtab.h"
29 31
30 32
31 #define TB_OUT_FILE stdout 33 #define TB_OUT_FILE stdout
32 #define TB_IN_FILE stdin 34 #define TB_IN_FILE stdin