summaryrefslogtreecommitdiff
path: root/pack.c
diff options
context:
space:
mode:
Diffstat (limited to 'pack.c')
-rw-r--r--pack.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/pack.c b/pack.c
index 5538600449..a6e4b08a1b 100644
--- a/pack.c
+++ b/pack.c
@@ -1026,11 +1026,7 @@ qpencode(str, from, len)
}
}
-#if defined(__GNUC__) && __GNUC__ >= 2 && !defined(RUBY_NO_INLINE)
-static __inline__ int
-#else
-static int
-#endif
+static INLINE int
hex2num(c)
char c;
{