Remove remaining 'register' instructions.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 46033f12ce)
r14.0.x
Michele Calgaro 4 years ago
parent 3b1d651ab7
commit b44894a601
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

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

Loading…
Cancel
Save