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 6328fbe1ee3275b1c35cca7712d42ef9e9066233..8cf66c1f1c40a40b6ce85d313e4ff15a30ed892d 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 bd9e652de89651e7f4cabb1450ff9e6dfd9b550c..7f0fbd577df9d7afb1d344f8a96c92912a7e7d58 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 1eecfdd532359304fc6b1efafe069bbf1ef64e5e..f54d9b305049717aaba631599cc10f0d6790b672 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 c9d56397259fa42e2f8eb14a248348d03f24a58c..43d70941ec4e6d751c41cd0fe94dcf017a1e563e 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 },