]> git.eshelyaron.com Git - emacs.git/commitdiff
(tparam):
authorDave Love <fx@gnu.org>
Thu, 14 Nov 2002 14:18:05 +0000 (14:18 +0000)
committerDave Love <fx@gnu.org>
Thu, 14 Nov 2002 14:18:05 +0000 (14:18 +0000)
Declare all args (per C99).

src/terminfo.c

index 17ce16dabd6558e8addab1913ed05184cd2d2512..8b41de4e47ee43b512a459c74521515b70738877 100644 (file)
@@ -38,7 +38,7 @@ char *
 tparam (string, outstring, len, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9)
      char *string;
      char *outstring;
-     int arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9;
+     int len, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9;
 {
   char *temp;
   extern char *tparm();