15 lines
480 B
C
15 lines
480 B
C
/* $XFree86: xc/programs/Xserver/hw/xfree86/os-support/misc/xf86_IlHack.c,v 3.4 1996/12/23 06:50:24 dawes Exp $ */
|
|
/*
|
|
* 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.
|
|
*/
|
|
/* $Xorg: xf86_IlHack.c,v 1.3 2000/08/17 19:51:25 cpqbld Exp $ */
|
|
|
|
|
|
#define static /**/
|
|
#define __inline__ /**/
|
|
#undef NO_INLINE
|
|
#include "compiler.h"
|