Older versions of SINIX C development system inherited a bug from
SGI' cc; enable workaround. Submitted by: Martin Kraemer
This commit is contained in:
parent
7e70181723
commit
95f9968e5e
1 changed files with 3 additions and 0 deletions
3
e_os.h
3
e_os.h
|
@ -351,6 +351,9 @@ extern HINSTANCE _hInstance;
|
||||||
#ifdef sgi
|
#ifdef sgi
|
||||||
#define IRIX_CC_BUG /* all version of IRIX I've tested (4.* 5.*) */
|
#define IRIX_CC_BUG /* all version of IRIX I've tested (4.* 5.*) */
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef SNI
|
||||||
|
#define IRIX_CC_BUG /* CDS++ up to V2.0Bsomething suffered from the same bug.*/
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef NO_MD2
|
#ifdef NO_MD2
|
||||||
#define MD2_Init MD2Init
|
#define MD2_Init MD2Init
|
||||||
|
|
Loading…
Reference in a new issue