summaryrefslogtreecommitdiff
path: root/ports/sysdeps/ia64/bits/byteswap-16.h
diff options
context:
space:
mode:
Diffstat (limited to 'ports/sysdeps/ia64/bits/byteswap-16.h')
-rw-r--r--ports/sysdeps/ia64/bits/byteswap-16.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/sysdeps/ia64/bits/byteswap-16.h b/ports/sysdeps/ia64/bits/byteswap-16.h
index 2ff9b749c9..d91824e5b2 100644
--- a/ports/sysdeps/ia64/bits/byteswap-16.h
+++ b/ports/sysdeps/ia64/bits/byteswap-16.h
@@ -23,7 +23,7 @@
#if defined __GNUC__ && __GNUC__ >= 2
# define __bswap_16(x) \
(__extension__ \
- ({ register unsigned short int __v, __x = (unsigned short int) (x); \
+ ({ unsigned short int __v, __x = (unsigned short int) (x); \
if (__builtin_constant_p (x)) \
__v = __bswap_constant_16 (__x); \
else \