This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: using #ident or #pragma ident
- From: "Marty Leisner" <linux at rochester dot rr dot com>
- To: gcc-help at gnu dot org
- Cc: leisner at rochester dot rr dot com
- Date: Tue, 10 Aug 2004 21:33:42 -0400
- Subject: Re: using #ident or #pragma ident
Eljay Love-Jensen <eljay@adobe.com> writes on Mon, 09 Aug 2004 07:08:19 CDT
> Hi Marty,
>
> Try:
> #ident "This is an ident"
> And don't forget the -fident switch on your compile line.
>
> --Eljay
3.3.2 worked, 3.4.0 started to have problems....
3.4.0 gives a parse error:
: leisner@soyata;gcc-3.4.0 -save-temps -s foo.c
foo.c:1:10: warning: extra tokens at end of #ident directive
marty