8 INCL_GRAPH
= 0, EXCL_GRAPH
,
18 extern Sym_Table syms
[NUM_TABLES
];
20 extern void sym_id_add
PARAMS ((const char *spec
, Table_Id which_table
));
21 extern void sym_id_parse
PARAMS ((void));
22 extern bool sym_id_arc_is_present
PARAMS ((Sym_Table
* symtab
,
23 Sym
* from
, Sym
* to
));
25 #endif /* sym_ids_h */
This page took 0.030584 seconds and 4 git commands to generate.