aboutsummaryrefslogtreecommitdiff
path: root/backendC/CleanCompilerSources/tcsupport.h
blob: 111c6e98cd93f5be8717e0586b8ca660fcf0885b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*

Version 1.0 06/09/1995

Author: Sjaak Smetsers 

*/

extern BITVECT DetermineUniPropOfTypeCons (SymbDef typecons);

extern BITVECT DetermineConsVarsOfTypeCons (SymbDef typecons, ConsVarList * cons_vars);

extern void PrintNodeSymbol (Node node, int arg_nr, File file);