Removed remaining 'Const' declarations.
This commit is contained in:
parent
bb3cea7548
commit
fc72b5f6ff
@ -1304,7 +1304,7 @@ printRunConstants (const System sys, const int run)
|
|||||||
{
|
{
|
||||||
if (sys->runs[run].constants != NULL)
|
if (sys->runs[run].constants != NULL)
|
||||||
{
|
{
|
||||||
eprintf ("Const ");
|
eprintf ("Fresh ");
|
||||||
showLocals (run, sys->runs[run].role->declaredconsts,
|
showLocals (run, sys->runs[run].role->declaredconsts,
|
||||||
sys->runs[run].constants, NULL, "", ", ");
|
sys->runs[run].constants, NULL, "", ", ");
|
||||||
eprintf ("\\l");
|
eprintf ("\\l");
|
||||||
|
Loading…
Reference in New Issue
Block a user