]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove StopPrint hack
authorGuido van Rossum <guido@python.org>
Fri, 7 Jun 1991 22:50:34 +0000 (22:50 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 7 Jun 1991 22:50:34 +0000 (22:50 +0000)
Include/objimpl.h

index 1cf1849e401563b0b716c573b714abf423526659..18de355135c1a386a476d0a6b8875b5a771ac4a2 100644 (file)
@@ -46,5 +46,3 @@ extern varobject *newvarobject PROTO((typeobject *, unsigned int));
 
 #define NEWOBJ(type, typeobj) ((type *) newobject(typeobj))
 #define NEWVAROBJ(type, typeobj, n) ((type *) newvarobject(typeobj, n))
-
-extern int StopPrint; /* Set when printing is interrupted */