]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - trek/getpar.c
enable WARNS?=1 by default, & temporarily disable for the few unclean programs
[bsdgames-darwin.git] / trek / getpar.c
index f2370f10356ad1d75048a88158738c126acfa208..77bfa360a9c27a62b27f94e3646cbbc14e8c4d6e 100644 (file)
@@ -1,4 +1,4 @@
-/*     $NetBSD: getpar.c,v 1.3 1995/04/22 10:58:57 cgd Exp $   */
+/*     $NetBSD: getpar.c,v 1.4 1995/04/24 12:25:57 cgd Exp $   */
 
 /*
  * Copyright (c) 1980, 1993
@@ -37,7 +37,7 @@
 #if 0
 static char sccsid[] = "@(#)getpar.c   8.1 (Berkeley) 5/31/93";
 #else
-static char rcsid[] = "$NetBSD: getpar.c,v 1.3 1995/04/22 10:58:57 cgd Exp $";
+static char rcsid[] = "$NetBSD: getpar.c,v 1.4 1995/04/24 12:25:57 cgd Exp $";
 #endif
 #endif /* not lint */
 
@@ -109,7 +109,7 @@ char        *s;
        struct cvntab           *r;
 
        r = getcodpar(s, Yntab);
-       return ((int) r->value);
+       return ((long) r->value);
 }