]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/cp/lex.c
* c-lex.c (narrowest_unsigned_type): Change itk to int.
[thirdparty/gcc.git] / gcc / cp / lex.c
index c2744c9f8fda61051d835c1f013ee98ab6e17eeb..233011b85d9e84107aee4b7e62b092b077d6a828 100644 (file)
@@ -344,7 +344,7 @@ init_reswords (void)
   for (i = 0; i < ARRAY_SIZE (reswords); i++)
     {
       id = get_identifier (reswords[i].word);
-      C_RID_CODE (id) = reswords[i].rid;
+      C_SET_RID_CODE (id, reswords[i].rid);
       ridpointers [(int) reswords[i].rid] = id;
       if (! (reswords[i].disable & mask))
        C_IS_RESERVED_WORD (id) = 1;