diff options
author | mrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4> | 1994-05-19 20:19:03 +0000 |
---|---|---|
committer | mrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4> | 1994-05-19 20:19:03 +0000 |
commit | bb0726a148f7adef1517311f8a5037cb525e0f39 (patch) | |
tree | 6821be58065899a0af95c7612b289e6fe83ca054 /gcc/cp/lex.h | |
parent | dd0637857dcaec160c42e0bf1ba437961d7d2e0d (diff) | |
download | gcc-bb0726a148f7adef1517311f8a5037cb525e0f39.tar.gz |
38th Cygnus<->FSF merge
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7337 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/lex.h')
-rw-r--r-- | gcc/cp/lex.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/cp/lex.h b/gcc/cp/lex.h index f9bf3f1aea3..a9ea60efa0a 100644 --- a/gcc/cp/lex.h +++ b/gcc/cp/lex.h @@ -26,6 +26,7 @@ enum rid { RID_UNUSED, RID_INT, + RID_BOOL, RID_CHAR, RID_WCHAR, RID_FLOAT, |