From: Guido van Rossum Date: Fri, 27 Mar 1992 17:23:59 +0000 (+0000) Subject: Make it lint-free X-Git-Tag: v0.9.8~447 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=559e55f73c0af9d0c62f3227b1ce0dd3f4ee8ff4;p=thirdparty%2FPython%2Fcpython.git Make it lint-free --- diff --git a/Include/allobjects.h b/Include/allobjects.h index 3fe2e83a807e..6cc37ba003fc 100644 --- a/Include/allobjects.h +++ b/Include/allobjects.h @@ -53,3 +53,4 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. #include "malloc.h" extern char *strdup PROTO((const char *)); +extern void fatal PROTO((char *));