James wrote:

> does doing
> 
>   gcc -DBAR=\"foo.c\" ....
> 
> do the same thing as
> 
>   gcc -DBAR='"foo.c"' ....

Yes.

> which is equivalent do doing this in the source file
> 
>   #define BAR "foo.c"

Yes.

-- 
Glynn Clements <[EMAIL PROTECTED]>
  • -D James
    • Glynn Clements

Reply via email to