]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Make it lint-free
authorGuido van Rossum <guido@python.org>
Fri, 27 Mar 1992 17:23:59 +0000 (17:23 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 27 Mar 1992 17:23:59 +0000 (17:23 +0000)
Include/allobjects.h

index 3fe2e83a807ea6e393cab72cdde45d3c9b5f1051..6cc37ba003fc44dbc2da9f56ece90fe4febf4882 100644 (file)
@@ -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 *));