File: gtyp-gen.h.in

package info (click to toggle)
gccxml 0.9.0%2Bcvs20100501-2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 79,132 kB
  • ctags: 73,371
  • sloc: ansic: 751,436; cpp: 34,175; asm: 26,833; sh: 5,077; makefile: 4,696; lex: 589; awk: 566; perl: 334; yacc: 271; pascal: 86; python: 29
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};