Commit 79e02787 authored by Guido van Rossum's avatar Guido van Rossum

Added prototype for strerror.

parent b9e9bfa9
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment