From b9a7cc698921e2a5cee2afd48b6556af5f7fbf1f Mon Sep 17 00:00:00 2001 From: ghazi Date: Mon, 16 Jun 2003 21:41:10 +0000 Subject: cp: * cp/decl.c, cp/pt.c, cp/search.c, cp/tree.c: Don't use the PTR macro. gcc: * bitmap.c, builtins.c, c-incpath.c, cgraph.c, config/frv/frv.c, config/mips/mips.c, cppfiles.c, cpphash.c, cppinit.c, cpplib.c, dwarf2out.c, dwarfout.c, except.c, expr.c, expr.h, fold-const.c, function.c, gcc.c, genoutput.c, gensupport.c, global.c, haifa-sched.c, hashtable.c, ifcvt.c, integrate.c, local-alloc.c, loop.c, mips-tdump.c, mips-tfile.c, mkdeps.c, protoize.c, read-rtl.c, recog.h, reload1.c, sbitmap.c, ssa-dce.c, stringpool.c, tlink.c, tree.c, varasm.c, varray.c: Don't use the PTR macro. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68043 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/varray.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/varray.c') diff --git a/gcc/varray.c b/gcc/varray.c index 8eb6a623520..8e8d0290363 100644 --- a/gcc/varray.c +++ b/gcc/varray.c @@ -46,7 +46,7 @@ static const struct { { sizeof (unsigned long), 1 }, { sizeof (HOST_WIDE_INT), 1 }, { sizeof (unsigned HOST_WIDE_INT), 1 }, - { sizeof (PTR), 1 }, + { sizeof (void *), 1 }, { sizeof (char *), 1 }, { sizeof (struct rtx_def *), 1 }, { sizeof (struct rtvec_def *), 1 }, -- cgit v1.2.1