Removed remaining 'Const' declarations.

This commit is contained in:
Cas Cremers 2012-07-12 12:13:36 +02:00
parent bb3cea7548
commit fc72b5f6ff

View File

@ -1304,7 +1304,7 @@ printRunConstants (const System sys, const int run)
{
if (sys->runs[run].constants != NULL)
{
eprintf ("Const ");
eprintf ("Fresh ");
showLocals (run, sys->runs[run].role->declaredconsts,
sys->runs[run].constants, NULL, "", ", ");
eprintf ("\\l");