remove interp global variable!
commit8fc5a9a5e90ba1c7580e9d883aed0d790e594c8e
authorZachary T Welch <zw@superlucidity.net>
Mon, 30 Nov 2009 02:50:48 +0000 (29 18:50 -0800)
committerZachary T Welch <zw@superlucidity.net>
Tue, 1 Dec 2009 00:29:34 +0000 (30 16:29 -0800)
treedac4e48d14ed8ac37541bdfd9433629cca3da511
parentcbc894ed7b07f7eea34acfea62c728bdf182918f
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!
src/helper/command.c
src/helper/command.h
src/server/server.c