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
commit829a5736b99738193a56f98fb2d5a5e1c04c17f7 (patch)
tree3c2b9bb0d004079de78a2259c818a98961dfdd7f /lib-src
parent657fcfbd4150f53c40223693688cba83bc91e9b3 (diff)
downloademacs-829a5736b99738193a56f98fb2d5a5e1c04c17f7.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.