]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Change tb_here() prototype.
authorGuido van Rossum <guido@python.org>
Tue, 14 Jan 1992 18:45:09 +0000 (18:45 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 14 Jan 1992 18:45:09 +0000 (18:45 +0000)
Include/traceback.h

index 8acca86b8a7dfcc4a6edad5fca31eb7aaab8b056..894938b71edeb166556fe47e41d36d233d258ea6 100644 (file)
@@ -24,7 +24,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 
 /* Traceback interface */
 
-int tb_here PROTO((struct _frame *, int, int));
+int tb_here PROTO((struct _frame *));
 object *tb_fetch PROTO((void));
 int tb_store PROTO((object *));
 int tb_print PROTO((object *, FILE *));