Change tb_here() prototype.

This commit is contained in:
Guido van Rossum 1992-01-14 18:45:09 +00:00
parent c6515d12b7
commit 11c03836a2

View 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 *));