- Made all references to system explicit const references.
- Removed config.h reference.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user