summaryrefslogtreecommitdiff
path: root/gcc/cp/lex.h
diff options
context:
space:
mode:
authormrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>1994-05-19 20:19:03 +0000
committermrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>1994-05-19 20:19:03 +0000
commitbb0726a148f7adef1517311f8a5037cb525e0f39 (patch)
tree6821be58065899a0af95c7612b289e6fe83ca054 /gcc/cp/lex.h
parentdd0637857dcaec160c42e0bf1ba437961d7d2e0d (diff)
downloadgcc-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.h1
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,