diff options
Diffstat (limited to 'gcc/java/chartables.h')
-rw-r--r-- | gcc/java/chartables.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/java/chartables.h b/gcc/java/chartables.h index 28de2a4..9c50e67 100644 --- a/gcc/java/chartables.h +++ b/gcc/java/chartables.h @@ -1,8 +1,8 @@ /* This file is automatically generated. DO NOT EDIT! Instead, edit gen-table.pl and re-run. */ -#ifndef CHARTABLES_H -#define CHARTABLES_H +#ifndef GCC_CHARTABLES_H +#define GCC_CHARTABLES_H #define LETTER_START 1 #define LETTER_PART 2 @@ -3209,4 +3209,4 @@ static const char *const type_table[256] = { page255 }; -#endif /* CHARTABLES_H */ +#endif /* ! GCC_CHARTABLES_H */ |