fix for Irix
This commit is contained in:
parent
098b344ac7
commit
8fa1e89a8d
|
|
@ -20,11 +20,15 @@ extern "C" {
|
|||
#include <stdlib.h>
|
||||
#include <fcntl.h>
|
||||
typedef double dblparam_t;
|
||||
#ifdef __GNUCC__
|
||||
#ifdef __STRICT_ANSI__
|
||||
#define INLINE __inline__
|
||||
#else
|
||||
#define INLINE inline
|
||||
#endif
|
||||
#else
|
||||
#define INLINE
|
||||
#endif
|
||||
#define GLOBALDATA(TYPE,NAME) extern TYPE NAME
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@
|
|||
* strings unsigned char*
|
||||
*/
|
||||
#ifndef PROTYPES_H
|
||||
// panda comment: int8 already defined in with nspr\include\obsolete\protypes.h
|
||||
/* panda comment: int8 already defined in with nspr\include\obsolete\protypes.h */
|
||||
#ifdef __STDC__
|
||||
typedef signed char int8; /* NB: non-ANSI compilers may not grok */
|
||||
#else
|
||||
|
|
|
|||
Loading…
Reference in New Issue