- First broken steps towards prec() computation for each claim label.

This commit is contained in:
ccremers
2004-06-14 22:08:47 +00:00
parent 0e0f52c6aa
commit 9634034ebb
5 changed files with 89 additions and 1 deletions

View File

@@ -2,5 +2,6 @@
#define COMPILER
void compile (System sys, Tac tc, int maxruns);
void preprocess (const System sys);
#endif