comparison gcc/c-family/c-pretty-print.c @ 116:367f9f4f266e

fix gimple.h
author mir3636
date Tue, 28 Nov 2017 20:22:01 +0900
parents bdf41c9fa0b7
children d34655255c78
comparison
equal deleted inserted replaced
115:4cb7a319550d 116:367f9f4f266e
27 #include "stringpool.h" 27 #include "stringpool.h"
28 #include "attribs.h" 28 #include "attribs.h"
29 #include "intl.h" 29 #include "intl.h"
30 #include "tree-pretty-print.h" 30 #include "tree-pretty-print.h"
31 #ifndef noCbC 31 #ifndef noCbC
32 #include "cbc-tree.h" 32 #include "../c/cbc-tree.h"
33 #endif 33 #endif
34 34
35 /* The pretty-printer code is primarily designed to closely follow 35 /* The pretty-printer code is primarily designed to closely follow
36 (GNU) C and C++ grammars. That is to be contrasted with spaghetti 36 (GNU) C and C++ grammars. That is to be contrasted with spaghetti
37 codes we used to have in the past. Following a structured 37 codes we used to have in the past. Following a structured