- 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

@@ -25,7 +25,7 @@ linePrint (int i)
}
int
correspondingSend (System sys, int rd)
correspondingSend (const System sys, int rd)
{
int labelMatch = 0;
@@ -198,7 +198,7 @@ correspondingSend (System sys, int rd)
}
void
tracePrint (System sys)
tracePrint (const System sys)
{
int i, j;
int lastrid;
@@ -347,7 +347,7 @@ tracePrint (System sys)
void
attackDisplayAscii (System sys)
attackDisplayAscii (const System sys)
{
int i, j;
int length;
@@ -479,7 +479,7 @@ attackDisplayAscii (System sys)
void
attackDisplay (System sys)
attackDisplay (const System sys)
{
if (!sys->report || sys->switchStatespace)
return;