Made some more things static, and other cleanup for new naming scheme

This commit is contained in:
Guido van Rossum 1995-01-17 16:13:48 +00:00
parent 78c0535a22
commit cd938fc5a1
5 changed files with 10 additions and 11 deletions

View file

@ -26,7 +26,6 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include "allobjects.h"
#include "compile.h"
#include "modsupport.h"
static char new_im_doc[] =
"Create a instance method object from (FUNCTION, INSTANCE, CLASS).";