c-parse.in (reswords): Add _Complex.
authorJoseph Myers <jsm28@cam.ac.uk>
Thu, 14 Sep 2000 23:44:47 +0000 (00:44 +0100)
committerJoseph Myers <jsm28@gcc.gnu.org>
Thu, 14 Sep 2000 23:44:47 +0000 (00:44 +0100)
* c-parse.in (reswords): Add _Complex.

cp:
* lex.c (reswords): Add _Complex.

From-SVN: r36422

gcc/ChangeLog
gcc/c-parse.in
gcc/cp/ChangeLog
gcc/cp/lex.c

index 6328fbe..8cf66c1 100644 (file)
@@ -1,3 +1,7 @@
+2000-09-14  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * c-parse.in (reswords): Add _Complex.
+
 2000-09-14  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
 
        * gcc.1: Delete documentation for -undef preprocessor option.
index bd9e652..7f0fbd5 100644 (file)
@@ -2817,6 +2817,7 @@ struct resword
 
 static const struct resword reswords[] =
 {
+  { "_Complex",                RID_COMPLEX,    0 },
   { "__alignof",       RID_ALIGNOF,    0 },
   { "__alignof__",     RID_ALIGNOF,    0 },
   { "__asm",           RID_ASM,        0 },
index 1eecfdd..f54d9b3 100644 (file)
@@ -1,3 +1,7 @@
+2000-09-14  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * lex.c (reswords): Add _Complex.
+
 Thu Sep 14 12:10:45 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
 
        * Make-lang.in (cplib2.txt): Depend on cp/Makefile.
index c9d5639..43d7094 100644 (file)
@@ -414,6 +414,7 @@ CONSTRAINT(ridbits_fit, RID_LAST_MODIFIER < sizeof(unsigned long) * CHAR_BIT);
 
 static const struct resword reswords[] =
 {
+  { "_Complex",                RID_COMPLEX,    0 },
   { "__alignof",       RID_ALIGNOF,    0 },
   { "__alignof__",     RID_ALIGNOF,    0 },
   { "__asm",           RID_ASM,        0 },