Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 12/29/1996 10:50:03
cgd
Sun Dec 29 02:41:55 PST 1996
Update of /cvsroot/src/usr.bin/tip
In directory netbsd1:/var/slash-tmp/cvs-serv22599
Modified Files:
value.c
Log Message:
fix up -ansi -pedantic warnings produced because of static function
declarations nested in other functions. The solution: declare the
static functions at the top level.
cgd
Sun Dec 29 02:42:05 PST 1996
Update of /cvsroot/src/usr.bin/tip/aculib
In directory netbsd1:/var/slash-tmp/cvs-serv22599/aculib
Modified Files:
biz22.c courier.c t3000.c v3451.c v831.c ventel.c
Log Message:
fix up -ansi -pedantic warnings produced because of static function
declarations nested in other functions. The solution: declare the
static functions at the top level.