diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2000-07-15 13:37:03 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2000-07-15 13:37:03 +0000 |
| commit | eb0970089c9874da15f8adc6e0a719fc0b131e5b (patch) | |
| tree | 141b338eb698556bb47682ada965c2cd331825bb /st.c | |
| parent | 241a6fd3166ad9c609f2c705c8ff7f6b594df9b7 (diff) | |
| download | ruby-eb0970089c9874da15f8adc6e0a719fc0b131e5b.tar.gz ruby-eb0970089c9874da15f8adc6e0a719fc0b131e5b.tar.xz ruby-eb0970089c9874da15f8adc6e0a719fc0b131e5b.zip | |
matz
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@836 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'st.c')
| -rw-r--r-- | st.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; } |
