summaryrefslogtreecommitdiff
path: root/hw/xfree86/os-support/misc/xf86_IlHack.c
blob: 204fe4717f439b03a63d04efd2608fa5a052e530 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* $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"