commit | 559e55f73c0af9d0c62f3227b1ce0dd3f4ee8ff4 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Fri Mar 27 17:23:59 1992 +0000 |
committer | Guido van Rossum <guido@python.org> | Fri Mar 27 17:23:59 1992 +0000 |
tree | a735eb6aabc0021d07073dd943c01f02156ea360 | |
parent | 85998fa069b735b30ccf696898b9118d9bbc8b21 [diff] [blame] |
Make it lint-free
diff --git a/Include/allobjects.h b/Include/allobjects.h index 3fe2e83..6cc37ba 100644 --- a/Include/allobjects.h +++ b/Include/allobjects.h
@@ -53,3 +53,4 @@ #include "malloc.h" extern char *strdup PROTO((const char *)); +extern void fatal PROTO((char *));