diff options
Diffstat (limited to 'code/qcommon/q_shared.h')
-rw-r--r-- | code/qcommon/q_shared.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/code/qcommon/q_shared.h b/code/qcommon/q_shared.h index b817da0..f70571d 100644 --- a/code/qcommon/q_shared.h +++ b/code/qcommon/q_shared.h @@ -58,8 +58,10 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA //Ignore __attribute__ on non-gcc platforms #ifndef __GNUC__ +#ifndef __attribute__ #define __attribute__(x) #endif +#endif /********************************************************************** VM Considerations |