changeset 19185:77910f9661a9

(Yacc_suffixes, Asm_suffixes): Add some alternatives.
author Richard M. Stallman <rms@gnu.org>
date Wed, 06 Aug 1997 07:11:59 +0000
parents 83b4daf16443
children 023404dbc696
files lib-src/etags.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib-src/etags.c	Wed Aug 06 06:31:13 1997 +0000
+++ b/lib-src/etags.c	Wed Aug 06 07:11:59 1997 +0000
@@ -366,6 +366,7 @@
 			  "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 @@
   { "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.