Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

sun-lamp CVS commits



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.




Home | Main Index | Thread Index | Old Index