diff options
author | Kaveh R. Ghazi <ghazi@caip.rutgers.edu> | 2001-12-28 22:27:29 +0000 |
---|---|---|
committer | Kaveh Ghazi <ghazi@gcc.gnu.org> | 2001-12-28 22:27:29 +0000 |
commit | 7b0295ab201ba2b3416c6913eb5177d76d6e9cc5 (patch) | |
tree | 1bf39f21c64536984fbe1a6aa340f1c00c31be64 /gcc/java/chartables.h | |
parent | 5adf72de273fbcbb3459cba3443fc3cbf87eda4a (diff) | |
download | gcc-7b0295ab201ba2b3416c6913eb5177d76d6e9cc5.zip gcc-7b0295ab201ba2b3416c6913eb5177d76d6e9cc5.tar.gz gcc-7b0295ab201ba2b3416c6913eb5177d76d6e9cc5.tar.bz2 |
gen-table.pl: Const-ify output.
* gen-table.pl: Const-ify output. Document the location of a
suitable unicode input file.
* chartables.h: Regenerate.
From-SVN: r48354
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 */ |