comparison lib-src/etags.c @ 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 e315e4e6d40b
children dd3a2332a66f
comparison
equal deleted inserted replaced
19184:83b4daf16443 19185:77910f9661a9
364 "asm", /* Microcontroller assembly */ 364 "asm", /* Microcontroller assembly */
365 "def", /* BSO/Tasking definition includes */ 365 "def", /* BSO/Tasking definition includes */
366 "inc", /* Microcontroller include files */ 366 "inc", /* Microcontroller include files */
367 "ins", /* Microcontroller include files */ 367 "ins", /* Microcontroller include files */
368 "s", "sa", /* Unix assembler */ 368 "s", "sa", /* Unix assembler */
369 "S", /* cpp-processed Unix assembler */
369 "src", /* BSO/Tasking C compiler output */ 370 "src", /* BSO/Tasking C compiler output */
370 NULL 371 NULL
371 }; 372 };
372 373
373 /* Note that .c and .h can be considered C++, if the --c++ flag was 374 /* Note that .c and .h can be considered C++, if the --c++ flag was
425 426
426 char *TeX_suffixes [] = 427 char *TeX_suffixes [] =
427 { "TeX", "bib", "clo", "cls", "ltx", "sty", "tex", NULL }; 428 { "TeX", "bib", "clo", "cls", "ltx", "sty", "tex", NULL };
428 429
429 char *Yacc_suffixes [] = 430 char *Yacc_suffixes [] =
430 { "y", "ym", NULL }; /* .ym is Objective yacc file */ 431 { "y", "ym", "yy", "yxx", "y++", NULL }; /* .ym is Objective yacc file */
431 432
432 /* Table of language names and corresponding functions, file suffixes 433 /* Table of language names and corresponding functions, file suffixes
433 and interpreter names. 434 and interpreter names.
434 It is ok for a given function to be listed under more than one 435 It is ok for a given function to be listed under more than one
435 name. I just didn't. */ 436 name. I just didn't. */