File: gtyp-gen.h.in

package info (click to toggle)
gccxml 0.9.0%2Bgit20140716-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 60,796 kB
  • ctags: 77,240
  • sloc: ansic: 793,461; cpp: 37,497; asm: 26,833; sh: 5,086; makefile: 4,700; lex: 589; awk: 566; perl: 334; yacc: 271; pascal: 86
file content (8 lines) | stat: -rw-r--r-- 337 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
static const char *const srcdir = "@GCC_SOURCE_DIR@/gcc";
static const char *const lang_files[] = {
@GTYP_GEN_LANG_FILES@0};
static const char *const langs_for_lang_files[] = {
@GTYP_GEN_LANGS_FOR_LANG_FILES@0};
static const char *const all_files[] = {
@GTYP_GEN_ALL_FILES@0};
static const char *const lang_dir_names[] = {"c", "cp", 0};