diff options
Diffstat (limited to 'gcc/tree-dump.h')
-rw-r--r-- | gcc/tree-dump.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/tree-dump.h b/gcc/tree-dump.h index 4c4962c..9e9888e 100644 --- a/gcc/tree-dump.h +++ b/gcc/tree-dump.h @@ -19,8 +19,8 @@ along with GCC; see the file COPYING. If not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#ifndef GCC_C_DUMP_H -#define GCC_C_DUMP_H +#ifndef GCC_TREE_DUMP_H +#define GCC_TREE_DUMP_H /* Flags used with queue functions. */ #define DUMP_NONE 0 @@ -92,4 +92,4 @@ extern void queue_and_dump_index extern void queue_and_dump_type PARAMS ((dump_info_p, tree)); -#endif /* ! GCC_C_DUMP_H */ +#endif /* ! GCC_TREE_DUMP_H */ |