diff options
author | YamaArashi <shadow962@live.com> | 2016-02-13 19:24:59 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-02-13 19:24:59 -0800 |
commit | d28ac43428269276aca46f62d4822be5b5a5c343 (patch) | |
tree | bb9586db049c08bf3f958421a488896d43e191bf /gcc/tree.h | |
parent | 3878c0ffc606b95917af8a9f3fb406a1718b6c2e (diff) |
clean up thumb code
Diffstat (limited to 'gcc/tree.h')
-rwxr-xr-x | gcc/tree.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -18,6 +18,9 @@ along with GNU CC; see the file COPYING. If not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#ifndef _TREE_H +#define _TREE_H + #include "machmode.h" #ifndef RTX_CODE @@ -2330,3 +2333,5 @@ extern void dwarf2out_begin_prologue PROTO((void)); code for a function definition. */ extern void dwarf2out_end_epilogue PROTO((void)); + +#endif /* _TREE_H */ |