Remove remaining 'register' instructions.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/10/head
Michele Calgaro 4 years ago
parent 9223963dba
commit 46033f12ce
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -993,7 +993,7 @@ extern "C" {
#elif defined(_MACINTOSH) && defined(__MWERKS__) #elif defined(_MACINTOSH) && defined(__MWERKS__)
inline UINT32 inline UINT32
HXAtomicIncRetUINT32(register UINT32* pNum) HXAtomicIncRetUINT32(UINT32* pNum)
{ {
UINT32 zeroOffset = 0; UINT32 zeroOffset = 0;
UINT32 temp; UINT32 temp;
@ -1011,7 +1011,7 @@ HXAtomicIncRetUINT32(register UINT32* pNum)
} }
inline UINT32 inline UINT32
HXAtomicDecRetUINT32(register UINT32* pNum) HXAtomicDecRetUINT32(UINT32* pNum)
{ {
UINT32 zeroOffset = 0; UINT32 zeroOffset = 0;
UINT32 temp; UINT32 temp;

Loading…
Cancel
Save