*** empty log message ***
authorRichard Kenner <kenner@gcc.gnu.org>
Mon, 6 Jul 1992 20:25:01 +0000 (16:25 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Mon, 6 Jul 1992 20:25:01 +0000 (16:25 -0400)
From-SVN: r1478

gcc/gcc.c

index a2fc595dd01033353056604d42d524d958b2a5d4..bdf99954355ae1d19fe4a960c836e16027b55816 100644 (file)
--- 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;