Added prototype for strerror.
This commit is contained in:
parent
bd3edc8dc3
commit
f5401bd49e
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue