Committing in .
authorJouk Jansen <joukj@hrem.stm.tudelft.nl>
Mon, 22 Apr 2002 10:29:43 +0000 (10:29 +0000)
committerJouk 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

index 0e74277..f9e630d 100644 (file)
@@ -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 \