This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Removed functions still in header files
- From: Steven Bosscher <s dot bosscher at student dot tudelft dot nl>
- To: gcc at gcc dot gnu dot org
- Date: 09 May 2002 13:15:16 +0200
- Subject: Removed functions still in header files
Hi,
While browsing tree.h I found a prototype for a function
'type_precision()'. According to the changelogs, this function was
removed from tree.c back in 1998. The same seems to be true for some
other functions (object_permanent_p, preserve_data, etc).
Shouldn't these protos be removed from the header files??
Greetz
Steven