summaryrefslogtreecommitdiff
path: root/lib-src
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-08-06 07:11:59 +0000
committerRichard M. Stallman <rms@gnu.org>1997-08-06 07:11:59 +0000
commit9de375132959f68307377ef1bc90ddc28f888863 (patch)
treee6649eac753d991765e54d6c0a93b3f8f7f21ee9 /lib-src
parentb0d197c37f2b8533fd8628950e4608eab895e07b (diff)
downloademacs-9de375132959f68307377ef1bc90ddc28f888863.tar.gz
(Yacc_suffixes, Asm_suffixes): Add some alternatives.
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/etags.c3
1 files changed, 2 insertions, 1 deletions
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.