[PCH] driver, documentation

Neil Booth neil@daikokuya.co.uk
Sat Aug 17 23:07:00 GMT 2002


Geoffrey Keating wrote:-

> +      break;
> +
> +    case OPT__output_pch:
> +      pch_file = xstrdup (arg + strlen ("--output-pch="));
>        break;

See comment at the top of the file.  Here,

         pch_file = arg;

is enough; arg points to the argument, and it is permanent text.

Neil.



More information about the Gcc-patches mailing list