class.c (dump_class_hierarchy): Make format agree with argument; cast pointer to...
authorBrad Lucier <lucier@math.purdue.edu>
Thu, 20 Jan 2000 08:12:26 +0000 (08:12 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Thu, 20 Jan 2000 08:12:26 +0000 (08:12 +0000)
commit2984dacf540586cb17c644f4fa3564b48cdf3f61
treedac6e9f4b7761a702eac3d67a27cf7a7dbfebf50
parent65f6fa241ef5f929b29192751f6db5f17f32d8ae
class.c (dump_class_hierarchy): Make format agree with argument; cast pointer to unsigned long and print with %lx.

* class.c (dump_class_hierarchy): Make format agree with argument;
cast pointer to unsigned long and print with %lx.

From-SVN: r31535
gcc/cp/ChangeLog
gcc/cp/class.c