xserver-multidpi/hw/xfree86/os-support/misc/xf86_IlHack.c

16 lines
510 B
C
Raw Normal View History

2004-04-23 21:54:30 +02:00
/* $XFree86: xc/programs/Xserver/hw/xfree86/os-support/misc/xf86_IlHack.c,v 3.4.4.1 1998/06/04 17:36:01 dawes Exp $ */
2003-11-14 16:54:54 +01:00
/*
* This file is an incredible crock to get the normally-inline functions
* built into the server so that things can be debugged properly.
*
* Note: this doesn't work when using a compiler other than GCC.
*/
2003-11-14 17:49:22 +01:00
/* $XConsortium: xf86_IlHack.c /main/4 1996/02/21 17:52:26 kaleb $ */
2003-11-14 16:54:54 +01:00
#define static /**/
#define __inline__ /**/
#undef NO_INLINE
2003-11-14 17:49:22 +01:00
#define DO_PROTOTYPES
2003-11-14 16:54:54 +01:00
#include "compiler.h"