remove interp global variable!

Finish removing references to the 'interp' global variable from the
command module, encapsulating all reference via command_context.

Eliminates use of the global entirely, so it can be removed.  Hurrah!
This commit is contained in:
Zachary T Welch
2009-11-29 18:50:48 -08:00
parent cbc894ed7b
commit 8fc5a9a5e9
3 changed files with 22 additions and 20 deletions

View File

@@ -386,7 +386,7 @@ int server_loop(struct command_context *command_context)
}
target_call_timer_callbacks();
process_jim_events ();
process_jim_events(command_context);
if (retval == 0)
{