summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2002-10-31 00:36:12 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2002-10-31 00:36:12 +0000
commitfb57130061d6731e9b8bdd81c06f7e03bc361787 (patch)
tree62752da892f8de0abde7c33467ed960377ae64cf
parent8973ef2cd0b0845aed5ec2c2d8d51d3762e2e2b2 (diff)
s/XFree86LOADER/XFree86Module/ to sync with DRI
-rw-r--r--src/mesa/main/glheader.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/main/glheader.h b/src/mesa/main/glheader.h
index 2d15256776..858b6c5db8 100644
--- a/src/mesa/main/glheader.h
+++ b/src/mesa/main/glheader.h
@@ -1,4 +1,4 @@
-/* $Id: glheader.h,v 1.23.2.4 2002/06/12 00:28:55 brianp Exp $ */
+/* $Id: glheader.h,v 1.23.2.5 2002/10/31 00:36:12 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -46,7 +46,7 @@
-#ifdef XFree86LOADER
+#ifdef XFree86Module
#include "xf86_ansic.h"
#else
#include <assert.h>