aboutsummaryrefslogtreecommitdiffstats
path: root/pack.c
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-03-11 13:39:29 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-03-11 13:39:29 +0000
commitfb1d5520fa83bd34f6fde54350d2c7280d7c7a88 (patch)
treeb5aa9fb34a44f15d686d582f8aaf337d009fc387 /pack.c
parent7c269e72efa9e37150831e6d5d37f4f6f5622d20 (diff)
downloadruby-fb1d5520fa83bd34f6fde54350d2c7280d7c7a88.tar.gz
add comment.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26874 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'pack.c')
-rw-r--r--pack.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/pack.c b/pack.c
index 5b9c4d81d8..91f3eb5b2a 100644
--- a/pack.c
+++ b/pack.c
@@ -30,6 +30,7 @@
#ifdef DYNAMIC_ENDIAN
/* for universal binary of NEXTSTEP and MacOS X */
+ /* useless since autoconf 2.63? */
static int
is_bigendian(void)
{