projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f55b303
)
Committing in .
author
Jouk Jansen
<joukj@hrem.stm.tudelft.nl>
Mon, 22 Apr 2002 10:29:43 +0000
(10:29 +0000)
committer
Jouk Jansen
<joukj@hrem.stm.tudelft.nl>
Mon, 22 Apr 2002 10:29:43 +0000
(10:29 +0000)
Remove __FUNCTION__ macro definition from CC compile definitions.
(OpenVMS only)
Modified Files:
Mesa/src/descrip.mms
----------------------------------------------------------------------
src/mesa/main/descrip.mms
patch
|
blob
|
history
diff --git
a/src/mesa/main/descrip.mms
b/src/mesa/main/descrip.mms
index 0e74277ea1899536d8ea44530dd1937d3e1f5106..f9e630d2b08abbc324498be3f2dca26597bcce11 100644
(file)
--- a/
src/mesa/main/descrip.mms
+++ b/
src/mesa/main/descrip.mms
@@
-13,8
+13,7
@@
VPATH = RCS
INCDIR = [-.include]
LIBDIR = [-.lib]
-CFLAGS = /include=($(INCDIR),[])/define=(PTHREADS=1)/name=(as_is,short)\
- /define=("__FUNCTION__=""<has no meaning on OpenVMS>""")
+CFLAGS = /include=($(INCDIR),[])/define=(PTHREADS=1)/name=(as_is,short)
CORE_SOURCES =accum.c \
api_loopback.c \