summaryrefslogtreecommitdiffstats
path: root/amarok
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-02-21 11:16:24 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-02-21 11:17:00 +0900
commitb44894a6019cec5b301d8129753887479474f2ed (patch)
tree8a9a65b453da17460d07909b701445ccace1d1b0 /amarok
parent3b1d651ab7f591e88f0e7842eaa5276817888438 (diff)
downloadamarok-b44894a6019cec5b301d8129753887479474f2ed.tar.gz
amarok-b44894a6019cec5b301d8129753887479474f2ed.zip
Remove remaining 'register' instructions.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 46033f12ce9fc986dc1b96538a1b7278542ba07c)
Diffstat (limited to 'amarok')
-rw-r--r--amarok/src/engine/helix/helix-sp/helix-include/common/include/atomicbase.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/amarok/src/engine/helix/helix-sp/helix-include/common/include/atomicbase.h b/amarok/src/engine/helix/helix-sp/helix-include/common/include/atomicbase.h
index 08a30791..800f4a21 100644
--- a/amarok/src/engine/helix/helix-sp/helix-include/common/include/atomicbase.h
+++ b/amarok/src/engine/helix/helix-sp/helix-include/common/include/atomicbase.h
@@ -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;