This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]