From 829a5736b99738193a56f98fb2d5a5e1c04c17f7 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 6 Aug 1997 07:11:59 +0000 Subject: [PATCH] (Yacc_suffixes, Asm_suffixes): Add some alternatives. --- lib-src/etags.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib-src/etags.c b/lib-src/etags.c index 11f4f6a97a2..3e3407bba5b 100644 --- a/lib-src/etags.c +++ b/lib-src/etags.c @@ -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. -- 2.39.2