- Made all references to system explicit const references.

- Removed config.h reference.
This commit is contained in:
ccremers
2004-07-20 12:41:56 +00:00
parent 2065c89add
commit b570ca2d8a
16 changed files with 42 additions and 44 deletions

View File

@@ -1,7 +1,7 @@
#ifndef COMPILER
#define COMPILER
void compile (System sys, Tac tc, int maxruns);
void compile (const System sys, Tac tc, int maxruns);
void preprocess (const System sys);
#endif