]> git.eshelyaron.com Git - emacs.git/commitdiff
(Yacc_suffixes, Asm_suffixes): Add some alternatives.
authorRichard M. Stallman <rms@gnu.org>
Wed, 6 Aug 1997 07:11:59 +0000 (07:11 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 6 Aug 1997 07:11:59 +0000 (07:11 +0000)
lib-src/etags.c

index 11f4f6a97a2033715291facc105130ba7f3ab80e..3e3407bba5b11f9897a8681a2cf04d7a67e9b7d4 100644 (file)
@@ -366,6 +366,7 @@ char *Asm_suffixes [] = { "a",      /* Unix assembler */
                          "inc", /* Microcontroller include files */
                          "ins", /* Microcontroller include files */
                          "s", "sa", /* Unix assembler */
+                         "S",   /* cpp-processed Unix assembler */
                          "src", /* BSO/Tasking C compiler output */
                          NULL
                        };
@@ -427,7 +428,7 @@ char *TeX_suffixes [] =
   { "TeX", "bib", "clo", "cls", "ltx", "sty", "tex", NULL };
 
 char *Yacc_suffixes [] =
-  { "y", "ym", NULL };         /* .ym is Objective yacc file */
+  { "y", "ym", "yy", "yxx", "y++", NULL }; /* .ym is Objective yacc file */
 
 /* Table of language names and corresponding functions, file suffixes
    and interpreter names.