Skip to content

Commit

Permalink
Remove StopPrint hack
Browse files Browse the repository at this point in the history
  • Loading branch information
gvanrossum committed Jun 7, 1991
1 parent d783a46 commit 76085b9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Include/objimpl.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

0 comments on commit 76085b9

Please sign in to comment.