Subject: sun-lamp CVS commits
To: None <source-changes@pain.lcs.mit.edu>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 09/27/1995 10:10:08
cgd
Wed Sep 27 10:01:03 EDT 1995
Update of /a/cvsroot/src/gnu/usr.bin/groff/groff
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv25947

Modified Files:
	groff.cc 
Log Message:
if __NetBSD__ defined, don't prototype strsignal() -- string.h already
provides a prototype, and it's different from what was here!
(proto here was const char *..., proto in string.h was just char *...)


cgd
Wed Sep 27 10:02:08 EDT 1995
Update of /a/cvsroot/src/gnu/usr.bin/groff/troff
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv26027

Modified Files:
	div.h node.cc node.h 
Log Message:
consistently declare functions inline or volatile.

cgd
Wed Sep 27 10:03:25 EDT 1995
Update of /a/cvsroot/src/gnu/usr.bin/groff/addftinfo
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv26091

Modified Files:
	addftinfo.cc 
Log Message:
ANSI C++ says that typedefs must specify a type (i.e. can't just
default 'int').  One here didn't.