mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
Change tb_here() prototype.
This commit is contained in:
parent
c6515d12b7
commit
11c03836a2
1 changed files with 1 additions and 1 deletions
|
|
@ -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 *));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue