20 lines
483 B
Text
20 lines
483 B
Text
|
--- misc.h.orig Wed Sep 23 20:07:19 1998
|
||
|
+++ misc.h Mon Sep 5 15:21:26 2005
|
||
|
@@ -33,16 +33,6 @@ extern char Z_err_buf[];
|
||
|
#define Z_ALLOC(n,type) ((type*) _Z_myalloc((n) * sizeof (type)))
|
||
|
extern int *_Z_myalloc();
|
||
|
|
||
|
-/*
|
||
|
-** lines needed to shut up lint
|
||
|
-*/
|
||
|
-extern char *sprintf();
|
||
|
-extern char *strcat();
|
||
|
-extern char *strncat();
|
||
|
-extern char *strcpy();
|
||
|
-extern char *strncpy();
|
||
|
-extern char *malloc();
|
||
|
-
|
||
|
extern void Z_complain();
|
||
|
extern void Z_fatal();
|
||
|
extern void Z_exceed();
|