Re: cc and gcc 3.1 strangeness
Re: cc and gcc 3.1 strangeness
- Subject: Re: cc and gcc 3.1 strangeness
- From: Tom Wetmore <email@hidden>
- Date: Wed, 16 Jul 2008 16:02:28 -0500 (CDT)
The lex file is not run through the compiler. The messages are actually coming from the c file generated by lex from the lex file. The generated code has #line macros inserted in it to point back to the line in the lex file where the c code was generated from. Sorry for horrible grammar. Same thing happens when you compile c code generated from yacc or bison.
Tom W.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden