Re: how to i designate the current function...?

2009-06-01 Thread Bruce Cran
On Mon, 01 Jun 2009 00:53:39 +0200 Ondřej Majerech oxyd.o...@gmail.com wrote: On Mon, 01 Jun 2009 00:31:40 +0200, Gary Kline kl...@thought.org wrote: I'm not sure this is std yet, but think it is available in gcc. If I'm calling funtion bar(char *, char) with one of the args

how to i designate the current function...?

2009-05-31 Thread Gary Kline
I'm not sure this is std yet, but think it is available in gcc. If I'm calling funtion bar(char *, char) with one of the args incorrect, is there a way to have gcc name bar() in an error message? I have a function that I may rename that asks whether or not to

Re: how to i designate the current function...?

2009-05-31 Thread Ondřej Majerech
On Mon, 01 Jun 2009 00:31:40 +0200, Gary Kline kl...@thought.org wrote: I'm not sure this is std yet, but think it is available in gcc. If I'm calling funtion bar(char *, char) with one of the args incorrect, is there a way to have gcc name bar() in an error message?

Re: how to i designate the current function...?

2009-05-31 Thread Gary Kline
On Mon, Jun 01, 2009 at 12:53:39AM +0200, Ond??ej Majerech wrote: On Mon, 01 Jun 2009 00:31:40 +0200, Gary Kline kl...@thought.org wrote: I'm not sure this is std yet, but think it is available in gcc. If I'm calling funtion bar(char *, char) with one of the args incorrect, is