From: Vern Paxson Date: Sat, 26 May 1990 16:40:17 +0000 (+0000) Subject: declared void functions as such X-Git-Tag: flex-2-5-5b~503 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c657eaf0c805d275259dbccb7a797b06df68ec18;p=flex declared void functions as such declared void functions as such --- diff --git a/ecs.c b/ecs.c index b3d7f93..d095fc1 100644 --- a/ecs.c +++ b/ecs.c @@ -43,7 +43,7 @@ static char rcsid[] = * ccl2ecl(); */ -ccl2ecl() +void ccl2ecl() { int i, ich, newlen, cclp, ccls, cclmec; @@ -235,7 +235,7 @@ int ecmap[]; * NUL_mapping is the value which NUL (0) should be mapped to. */ -mkeccl( ccls, lenccl, fwd, bck, llsiz, NUL_mapping ) +void mkeccl( ccls, lenccl, fwd, bck, llsiz, NUL_mapping ) Char ccls[]; int lenccl, fwd[], bck[], llsiz, NUL_mapping; @@ -334,7 +334,7 @@ next_pt: * mkechar( tch, fwd, bck ); */ -mkechar( tch, fwd, bck ) +void mkechar( tch, fwd, bck ) int tch, fwd[], bck[]; {