From 7471ffd8a6b51c4862b616dc35ed164c5ec7dcbd Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Mon, 6 Jul 1992 16:25:01 -0400 Subject: [PATCH] *** empty log message *** From-SVN: r1478 --- gcc/gcc.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gcc/gcc.c b/gcc/gcc.c index a2fc595dd01..bdf99954355 100644 --- a/gcc/gcc.c +++ b/gcc/gcc.c @@ -2373,11 +2373,11 @@ do_spec_1 (spec, inswitch, soft_matched_part) case 'I': if (gcc_exec_prefix) { - do_spec_1 ("-iprefix", 1, 0); + do_spec_1 ("-iprefix", 1, NULL_PTR); /* Make this a separate argument. */ - do_spec_1 (" ", 0, 0); - do_spec_1 (gcc_exec_prefix, 1, 0); - do_spec_1 (" ", 0, 0); + do_spec_1 (" ", 0, NULL_PTR); + do_spec_1 (gcc_exec_prefix, 1, NULL_PTR); + do_spec_1 (" ", 0, NULL_PTR); } break; -- 2.30.2