Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 12/16/1997 09:30:02
mycroft
Tue Dec 16 01:22:37 PST 1997
Update of /cvsroot/src/gnu/usr.bin/gcc/cc1plus
In directory netbsd1:/var/slash-tmp/cvs-serv6391

Modified Files:
	cp-tree.h decl.c decl2.c pt.c 
Log Message:
Eliminate DECL_C_STATIC() and DECL_PUBLIC(), as in egcs.
Make sure TREE_PUBLIC() is set for inline functions which are not static, so
that they actually get instantiated.