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: Eljay Love-Jensen <eljay at adobe dot com>
- To: Marty Leisner <linux at rochester dot rr dot com>, gcc-help at gcc dot gnu dot org
- Cc: leisner at rochester dot rr dot com
- Date: Mon, 09 Aug 2004 07:08:19 -0500
- Subject: Re: using #ident or #pragma ident
- References: <200408090402.i7942tVN002698@dell.home>
Hi Marty,
Try:
#ident "This is an ident"
And don't forget the -fident switch on your compile line.
--Eljay