__func__ macro emulation
From: chasdev (member45782_at_dbforums.com)
Date: 10/27/03
- Next message: Karl Heinz Buchegger: "Re: C or C++ first?"
- Previous message: Karl Heinz Buchegger: "Re: WINDOWS"
- Next in thread: Pavel Vozenilek: "Re: __func__ macro emulation"
- Reply: Pavel Vozenilek: "Re: __func__ macro emulation"
- Reply: Samuele Armondi: "Re: __func__ macro emulation"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 27 Oct 2003 04:42:58 -0500
I'm using a preprocessor/compiler (HP aCC) that doesn't support the
__func__ macro (a la gcc: expands to the name of the enclosing
function). I've thought about using an extra preprocessing step, writing
a parser, etc but this seems like way too much work. Has anyone tried
this before? Any suggestions welcome!
-- Posted via http://dbforums.com
- Next message: Karl Heinz Buchegger: "Re: C or C++ first?"
- Previous message: Karl Heinz Buchegger: "Re: WINDOWS"
- Next in thread: Pavel Vozenilek: "Re: __func__ macro emulation"
- Reply: Pavel Vozenilek: "Re: __func__ macro emulation"
- Reply: Samuele Armondi: "Re: __func__ macro emulation"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]