On Thu, 2006-11-09 at 06:17 +0000, Brendon Costa wrote: > How do i determine if two type nodes in the C front end are equivilent? > In C++ i use same_type_p() but do not see an equivilant for the C front end.
Hi Brendon, Wouldn't the C++ one (mostly) be a superset of the C? Thanks, Sohail