diff options
author | Jouk Jansen <[email protected]> | 2001-03-22 11:38:36 +0000 |
---|---|---|
committer | Jouk Jansen <[email protected]> | 2001-03-22 11:38:36 +0000 |
commit | df1e73af7a46911935a9746e29ad7c5f1644e789 (patch) | |
tree | 370b1b6c8dd5bfb001846388622a354aefdec91f /src/glu/sgi/include/gluos.h | |
parent | ea1bfcc80a524ee2466874081194c1697e1fc936 (diff) |
Modified Files:
Mesa/descrip.mms Mesa/mms-config Mesa/demos/descrip.mms
Mesa/si-glu/include/gluos.h
Mesa/si-glu/libnurbs/internals/bufpool.h
Mesa/si-glu/libnurbs/internals/mysetjmp.h
Mesa/src-glut/descrip.mms
Added Files:
Mesa/si-glu/descrip.mms Mesa/si-glu/mesaglu.opt
changes needed to compile SI-GLU on VMS.
----------------------------------------------------------------------
Diffstat (limited to 'src/glu/sgi/include/gluos.h')
-rw-r--r-- | src/glu/sgi/include/gluos.h | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/glu/sgi/include/gluos.h b/src/glu/sgi/include/gluos.h index 45a471d8fad..4132842dafc 100644 --- a/src/glu/sgi/include/gluos.h +++ b/src/glu/sgi/include/gluos.h @@ -1,8 +1,15 @@ /* ** gluos.h - operating system dependencies for GLU ** -** $Header: /home/krh/git/sync/mesa-cvs-repo/Mesa/src/glu/sgi/include/gluos.h,v 1.1 2001/03/17 00:25:40 brianp Exp $ +** $Header: /home/krh/git/sync/mesa-cvs-repo/Mesa/src/glu/sgi/include/gluos.h,v 1.2 2001/03/22 11:38:36 joukj Exp $ */ +#ifdef __VMS +#ifdef __cplusplus +#pragma message disable nocordel +#pragma message disable codeunreachable +#pragma message disable codcauunr +#endif +#endif #ifdef _WIN32 |