parent
a9feb9addd
commit
c559c62853
|
@ -102,12 +102,6 @@
|
||||||
==========================================================
|
==========================================================
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* Ignore GCC attributes if this is not GCC */
|
|
||||||
#ifndef __GNUC__
|
|
||||||
#define __attribute__(x) /* __attribute__(x) */
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
/* Are restricted pointers available? (C99) */
|
/* Are restricted pointers available? (C99) */
|
||||||
#if (__STDC_VERSION__ != 199901L)
|
#if (__STDC_VERSION__ != 199901L)
|
||||||
/* Not a C99 compiler */
|
/* Not a C99 compiler */
|
||||||
|
|
Loading…
Reference in New Issue