From ddd281e6b9408c786cdc759cf7d1ec8972048658 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Thu, 1 Jun 2006 21:49:51 +0000 Subject: For the 20-odd symbols defined both in libXfont and the X server, emit them as weak symbols so that the linker will prefer the server's definition when present. --- src/stubs/fatalerror.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/stubs/fatalerror.c') diff --git a/src/stubs/fatalerror.c b/src/stubs/fatalerror.c index 7dff170..295593e 100644 --- a/src/stubs/fatalerror.c +++ b/src/stubs/fatalerror.c @@ -1,13 +1,9 @@ -/* $XFree86: xc/lib/font/stubs/fatalerror.c,v 1.1 1999/01/11 05:13:19 dawes Exp $ */ - #ifdef HAVE_CONFIG_H #include #endif #include "stubs.h" -void +weak void FatalError(const char *f, ...) { } - -/* end of file */ -- cgit v1.2.3