]> gcc.gnu.org Git - gcc.git/commitdiff
(scan_for_missed_items): Add keywords: else, do, case.
authorDoug Evans <dje@gnu.org>
Fri, 23 Apr 1993 18:00:18 +0000 (18:00 +0000)
committerDoug Evans <dje@gnu.org>
Fri, 23 Apr 1993 18:00:18 +0000 (18:00 +0000)
From-SVN: r4197

gcc/protoize.c

index 858a0b004858209de2ac7ab093744a855378a20f..cbcfd5c65808fdbb6e103828ea44222e50064659 100644 (file)
@@ -3983,7 +3983,7 @@ scan_for_missed_items (file_p)
                  {
                    char *func_name = (char *) alloca (id_length + 1);
                    static const char * const stmt_keywords[]
-                     = { "if", "while", "for", "switch", "return", 0 };
+                     = { "if", "else", "do", "while", "for", "switch", "case", "return", 0 };
                    const char * const *stmt_keyword;
 
                    strncpy (func_name, id_start, id_length);
This page took 0.066171 seconds and 5 git commands to generate.