summaryrefslogtreecommitdiff
path: root/st.c
diff options
context:
space:
mode:
Diffstat (limited to 'st.c')
-rw-r--r--st.c4
1 files changed, 2 insertions, 2 deletions
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;
}