From d9f68d6d4b92febb4e9c6e7e58c28369bee392dd Mon Sep 17 00:00:00 2001 From: Peter Johnson Date: Mon, 10 Mar 2003 08:55:41 +0000 Subject: Unmodularize errwarn, while making key errwarn functions replaceable. Also removes dependency of libyasm on libintl (gettext), so it can be linked -no-undefined now! svn path=/trunk/yasm/; revision=842 --- util.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'util.h') diff --git a/util.h b/util.h index 4236844f..8857cdc0 100644 --- a/util.h +++ b/util.h @@ -130,8 +130,6 @@ int yasm__strncasecmp(const char *s1, const char *s2, size_t n); /*@only@*/ char *xstrdup(const char *str); /* Error-checking memory allocation routines in xmalloc.c. */ -void xalloc_initialize(/*@exits@*/ void (*fatal_func) (int type), - int nomem_fatal_type); /*@only@*/ /*@out@*/ void *xmalloc(size_t size); /*@only@*/ void *xcalloc(size_t nelem, size_t elsize); /*@only@*/ void *xrealloc(/*@only@*/ /*@out@*/ /*@returned@*/ /*@null@*/ -- cgit v1.2.1