From df4ae16082e3e505dc093b768d20f2dbb31200de Mon Sep 17 00:00:00 2001 From: "Kaveh R. Ghazi" Date: Fri, 4 May 2001 15:06:41 +0000 Subject: alpha.h: NULL_PTR -> NULL. * alpha.h: NULL_PTR -> NULL. * arm.c: Likewise. * arm.h: Likewise. * avr.h: Likewise. * c4x.c: Likewise. * c4x.h: Likewise. * i386.c: Likewise. * i386.md: Likewise. * i860.c: Likewise. * ia64.c: Likewise. * m68hc11.h: Likewise. * rs6000.h: Likewise. * sh.c: Likewise. * sh.h: Likewise. * sparc.h: Likewise. * v850.c: Likewise. * expr.c: Likewise. * final.c: Likewise. * gcc.c: Likewise. * recog.c: Likewise. From-SVN: r41831 --- 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 67cafeb..7edfea6 100644 --- a/gcc/expr.c +++ b/gcc/expr.c @@ -2382,7 +2382,7 @@ clear_by_pieces (to, len, align) struct store_by_pieces data; data.constfun = clear_by_pieces_1; - data.constfundata = NULL_PTR; + data.constfundata = NULL; data.len = len; data.to = to; store_by_pieces_1 (&data, align); @@ -6601,7 +6601,7 @@ expand_expr (exp, target, tmode, modifier) return const0_rtx; case EXIT_EXPR: - expand_exit_loop_if_false (NULL_PTR, + expand_exit_loop_if_false (NULL, invert_truthvalue (TREE_OPERAND (exp, 0))); return const0_rtx; -- cgit v1.1