summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1992-03-27 17:23:59 (GMT)
committerGuido van Rossum <guido@python.org>1992-03-27 17:23:59 (GMT)
commit559e55f73c0af9d0c62f3227b1ce0dd3f4ee8ff4 (patch)
treea735eb6aabc0021d07073dd943c01f02156ea360 /Include
parent85998fa069b735b30ccf696898b9118d9bbc8b21 (diff)
downloadcpython-559e55f73c0af9d0c62f3227b1ce0dd3f4ee8ff4.zip
cpython-559e55f73c0af9d0c62f3227b1ce0dd3f4ee8ff4.tar.gz
cpython-559e55f73c0af9d0c62f3227b1ce0dd3f4ee8ff4.tar.bz2
Make it lint-free
Diffstat (limited to 'Include')
-rw-r--r--Include/allobjects.h1
1 files changed, 1 insertions, 0 deletions
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 @@ 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 *));