X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: Sun, 28 Mar 2004 20:19:32 -0500 Message-Id: <200403290119.i2T1JWdg012205@envy.delorie.com> From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: <406767EE.3020102@mail.rosecom.ca> (message from April White on Sun, 28 Mar 2004 19:03:58 -0500) Subject: Re: outputing function name and line number References: <406767EE DOT 3020102 AT mail DOT rosecom DOT ca> Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > I would like to put the two together. I thought I could use macros to > trick the compiler into doing it, but I have not succeeded yet. They are not macros, they're variables of type "const char *" or something. Treat them as such and you'll have better luck.