From 37ac8f179e663d9f1d975a266864de197ec24a05 Mon Sep 17 00:00:00 2001 From: "Markus F.X.J. Oberhumer" Date: Sat, 11 Mar 2006 00:03:05 +0000 Subject: [PATCH] New ACC version. committer: mfx 1142035385 +0000 --- src/miniacc.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/miniacc.h b/src/miniacc.h index a41cb212..8ffbe475 100644 --- a/src/miniacc.h +++ b/src/miniacc.h @@ -37,7 +37,7 @@ #ifndef __ACC_H_INCLUDED #define __ACC_H_INCLUDED 1 -#define ACC_VERSION 20060307L +#define ACC_VERSION 20060309L #if defined(__CYGWIN32__) && !defined(__CYGWIN__) # define __CYGWIN__ __CYGWIN32__ #endif @@ -1383,7 +1383,7 @@ extern "C" { #endif #endif #if !defined(__acc_noinline) -#if 1 && (ACC_ARCH_I386) && (ACC_CC_GNUC >= 0x040000ul) && (ACC_CC_GNUC < 0x040100ul) +#if 1 && (ACC_ARCH_I386) && (ACC_CC_GNUC >= 0x040000ul) && (ACC_CC_GNUC < 0x040003ul) # define __acc_noinline __attribute__((__noinline__,__used__)) #elif (ACC_CC_GNUC >= 0x030200ul) # define __acc_noinline __attribute__((__noinline__))