Changed identifier name to make it acceptable for our ANSI C compiler

This commit is contained in:
ceriel
1991-12-03 10:52:03 +00:00
parent 40e580cae6
commit 4bb6c5c4e8
5 changed files with 25 additions and 25 deletions

View File

@@ -121,9 +121,9 @@ void cvw()
}
}
void Loc(const) long const;
void Loc(cst) long cst;
{
if (vz>wz) C_ldc((arith) const); else C_loc((arith) const);
if (vz>wz) C_ldc((arith) cst); else C_loc((arith) cst);
}
void Lol(offset) int offset;