summaryrefslogtreecommitdiff
blob: ed137e83727ce77ce3f4e78e63941fe8caae0d60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- a/xmalloc.c
+++ b/xmalloc.c
@@ -68,12 +68,6 @@
    The caller may set it to some other value.  */
 int xmalloc_exit_failure = EXIT_FAILURE;
 
-#if __STDC__ && (HAVE_VPRINTF || HAVE_DOPRNT)
-void error (int, int, const char *, ...);
-#else
-void error ();
-#endif
-
 static VOID *
 fixup_null_alloc (n)
      size_t n;