* PATCH: minor type fixes
@ 1999-03-24 9:38 Peter Stephenson
0 siblings, 0 replies; only message in thread
From: Peter Stephenson @ 1999-03-24 9:38 UTC (permalink / raw)
To: Zsh hackers list
--- Src/Modules/zftp.c.pr Wed Mar 24 10:19:50 1999
+++ Src/Modules/zftp.c Wed Mar 24 10:20:02 1999
@@ -391,7 +391,7 @@
/**/
static void
-zfunalarm()
+zfunalarm(void)
{
if (oalremain) {
/*
@@ -670,7 +670,7 @@
/**/
static int
-zfgetmsg()
+zfgetmsg(void)
{
char line[256], *ptr, *verbose;
int stopit, printing = 0, tmout;
--- Src/Zle/zle_move.c.pr Wed Apr 29 23:42:44 1998
+++ Src/Zle/zle_move.c Wed Mar 24 10:21:09 1999
@@ -30,7 +30,7 @@
#include "zle.mdh"
#include "zle_move.pro"
-static vimarkcs[27], vimarkline[27];
+static int vimarkcs[27], vimarkline[27];
/**/
void
--- Src/Zle/zle_tricky.c.pr Wed Mar 24 09:33:10 1999
+++ Src/Zle/zle_tricky.c Wed Mar 24 10:20:52 1999
@@ -181,7 +181,7 @@
/* The match counter when unambig_data() was called. */
-static unambig_mnum;
+static int unambig_mnum;
/* Match flags for all matches in this group. */
--- Src/glob.c.pr Wed Mar 24 10:19:45 1999
+++ Src/glob.c Wed Mar 24 10:20:10 1999
@@ -583,7 +583,7 @@
/**/
static int
-getglobflags()
+getglobflags(void)
{
char *nptr;
/* (#X): assumes we are still positioned on the initial '(' */
--
Peter Stephenson <pws@ibmth.df.unipi.it> Tel: +39 050 844536
WWW: http://www.ifh.de/~pws/
Dipartimento di Fisica, Via Buonarroti 2, 56127 Pisa, Italy
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~1999-03-24 9:55 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-03-24 9:38 PATCH: minor type fixes Peter Stephenson
Code repositories for project(s) associated with this public inbox
https://git.vuxu.org/mirror/zsh/
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).