From 6496a589dfe14041da10691b70be2e1825829c2b Mon Sep 17 00:00:00 2001 From: "Kaveh R. Ghazi" Date: Tue, 1 May 2001 12:11:35 +0000 Subject: bitmap.c: Change NULL_PTR to NULL or "(rtx*)0". * bitmap.c: Change NULL_PTR to NULL or "(rtx*)0". * c-common.c: Likewise. * c-decl.c: Likewise. * combine.c: Likewise. * rs6000.c: Likewise. * except.c: Likewise. * explow.c: Likewise. * expr.c: Likewise. * fold-const.c: Likewise. * function.c: Likewise. * gcc.c: Likewise. * gcse.c: Likewise. * integrate.c: Likewise. * loop.c: Likewise. * objc/objc-act.c: Likewise. * recog.c: Likewise. * reg-stack.c: Likewise. * reload.c: Likewise. * reload1.c: Likewise. * simplify-rtx.c: Likewise. * stmt.c: Likewise. * varasm.c: Likewise. From-SVN: r41722 --- gcc/expr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/expr.c') diff --git a/gcc/expr.c b/gcc/expr.c index 61309ae..2ad473c 100644 --- a/gcc/expr.c +++ b/gcc/expr.c @@ -1768,7 +1768,7 @@ emit_block_move (x, y, size, align) DECL_EXTERNAL (fn) = 1; TREE_PUBLIC (fn) = 1; DECL_ARTIFICIAL (fn) = 1; - make_decl_rtl (fn, NULL_PTR); + make_decl_rtl (fn, NULL); assemble_external (fn); } @@ -2668,7 +2668,7 @@ clear_storage (object, size, align) DECL_EXTERNAL (fn) = 1; TREE_PUBLIC (fn) = 1; DECL_ARTIFICIAL (fn) = 1; - make_decl_rtl (fn, NULL_PTR); + make_decl_rtl (fn, NULL); assemble_external (fn); } -- cgit v1.1