Added prototype for strerror.

This commit is contained in:
Guido van Rossum 1990-11-02 17:50:28 +00:00
parent bd3edc8dc3
commit f5401bd49e
1 changed files with 2 additions and 0 deletions

View File

@ -41,6 +41,8 @@
#include "tupleobject.h"
#include "errors.h"
extern char *strerror PROTO((int));
/* Last exception stored by err_setval() */
static object *last_exception;