summaryrefslogtreecommitdiff
path: root/hw/xfree86/os-support/misc/xf86_IlHack.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/xfree86/os-support/misc/xf86_IlHack.c')
-rw-r--r--hw/xfree86/os-support/misc/xf86_IlHack.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/hw/xfree86/os-support/misc/xf86_IlHack.c b/hw/xfree86/os-support/misc/xf86_IlHack.c
index 204fe4717..019156357 100644
--- a/hw/xfree86/os-support/misc/xf86_IlHack.c
+++ b/hw/xfree86/os-support/misc/xf86_IlHack.c
@@ -1,14 +1,15 @@
-/* $XFree86: xc/programs/Xserver/hw/xfree86/os-support/misc/xf86_IlHack.c,v 3.4 1996/12/23 06:50:24 dawes Exp $ */
+/* $XFree86: xc/programs/Xserver/hw/xfree86/os-support/misc/xf86_IlHack.c,v 3.5 1998/07/25 16:56:51 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 $ */
+/* $XConsortium: xf86_IlHack.c /main/4 1996/02/21 17:52:26 kaleb $ */
#define static /**/
#define __inline__ /**/
#undef NO_INLINE
+#define DO_PROTOTYPES
#include "compiler.h"