summaryrefslogtreecommitdiffstats
path: root/pack.c
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-01-10 10:07:31 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-01-10 10:07:31 +0000
commit3b9557fda087643e155432c5055aea1f76c54fb6 (patch)
treef436ade55218d83f2154f34d7f91f7e5403ebc72 /pack.c
parent6e525927d9bf89145236db65ad4795f9fc7b42a6 (diff)
downloadruby-3b9557fda087643e155432c5055aea1f76c54fb6.tar.gz
ruby-3b9557fda087643e155432c5055aea1f76c54fb6.tar.xz
ruby-3b9557fda087643e155432c5055aea1f76c54fb6.zip
inline fix
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1113 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'pack.c')
-rw-r--r--pack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pack.c b/pack.c
index 975081cca..9e05f46c5 100644
--- a/pack.c
+++ b/pack.c
@@ -1026,7 +1026,7 @@ qpencode(str, from, len)
}
}
-static INLINE int
+static inline int
hex2num(c)
char c;
{