summaryrefslogtreecommitdiff
path: root/src/mesa/shader/descrip.mms
diff options
context:
space:
mode:
authorJouk Jansen <joukj@hrem.stm.tudelft.nl>2006-11-20 14:04:04 +0000
committerJouk Jansen <joukj@hrem.stm.tudelft.nl>2006-11-20 14:04:04 +0000
commitd2fc1c8384da403930e8d4b9ca95da55846d1696 (patch)
treef47ec4a2c24dc179f2cf840c6526955f6363a8e6 /src/mesa/shader/descrip.mms
parent87f602dd820b8cca5293bd30ba356123ab0f9e36 (diff)
Committing in .
Solve small definition problem for OpenVMS Modified Files: Mesa/src/mesa/shader/descrip.mms
Diffstat (limited to 'src/mesa/shader/descrip.mms')
-rw-r--r--src/mesa/shader/descrip.mms7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/mesa/shader/descrip.mms b/src/mesa/shader/descrip.mms
index 95569a6f25..d70cec3830 100644
--- a/src/mesa/shader/descrip.mms
+++ b/src/mesa/shader/descrip.mms
@@ -1,7 +1,6 @@
# Makefile for core library for VMS
-# contributed by Jouk Jansen joukj@hrem.stm.tudelft.nl
-# Last revision : 1 June 2005
-
+# contributed by Jouk Jansen joukj@hrem.nano.tudelft.nl
+# Last revision : 20 November 2006
.first
define gl [---.include.gl]
define math [-.math]
@@ -16,7 +15,7 @@ VPATH = RCS
INCDIR = [---.include],[.grammar],[-.main],[-.glapi],[.slang]
LIBDIR = [---.lib]
-CFLAGS = /include=($(INCDIR),[])/define=(PTHREADS=1)/name=(as_is,short)/float=ieee/ieee=denorm
+CFLAGS = /include=($(INCDIR),[])/define=(PTHREADS=1,"__extension__=")/name=(as_is,short)/float=ieee/ieee=denorm
SOURCES = \
atifragshader.c \