From 23dd3051c06c781b3905c993fd8fc1b3ccff6b81 Mon Sep 17 00:00:00 2001 From: matz Date: Sat, 15 Jul 2000 13:37:03 +0000 Subject: matz git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@836 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- st.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'st.c') diff --git a/st.c b/st.c index e7bd0ecf52..f14c69f271 100644 --- a/st.c +++ b/st.c @@ -546,14 +546,14 @@ strhash(string) static int numcmp(x, y) - int x, y; + long x, y; { return x != y; } static int numhash(n) - int n; + long n; { return n; } -- cgit v1.2.3