- Renamed runs.[c|h] to system.[c|h], which makes much more sense.

This commit is contained in:
ccremers
2004-07-24 15:08:35 +00:00
parent 3ac2a8d9bb
commit ace16a896f
26 changed files with 29 additions and 29 deletions

View File

@@ -4,7 +4,7 @@
#include "terms.h"
#include "termlists.h"
#include "memory.h"
#include "runs.h"
#include "system.h"
#include "knowledge.h"
#include "symbols.h"
#include "substitutions.h"
@@ -40,7 +40,7 @@ Termlist tacTermlist (Tac tc);
/* externally used:
* TERM_Function in termlists.c for inversekeys
* TERM_Type in runs.c for type determination.
* TERM_Type in system.c for type determination.
*/
Term TERM_Agent;