(Yacc_suffixes, Asm_suffixes): Add some alternatives.

This commit is contained in:
Richard M. Stallman 1997-08-06 07:11:59 +00:00
parent 657fcfbd41
commit 829a5736b9

View 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.