changeset 1853:a058618316b1

[project @ 1996-02-03 14:27:57 by jwe]
author jwe
date Sat, 03 Feb 1996 14:27:57 +0000
parents 4ca8c2d4e5f8
children 95a580423e62
files libcruft/misc/dostop.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libcruft/misc/dostop.c
+++ b/libcruft/misc/dostop.c
@@ -40,9 +40,9 @@
 
 volatile void
 #if defined (F77_APPEND_UNDERSCORE)
-dostop_ (const char *s, int slen)
+dostop_ (const char *s, long slen)
 #else
-dostop (const char *s, int slen)
+dostop (const char *s, long slen)
 #endif
 {
   if (slen > 0)