Remove StopPrint hack
This commit is contained in:
parent
d783a46d73
commit
76085b95b9
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue