]> andersk Git - splint.git/commitdiff
In response to [ 689702 ] Missing C99 __func__ predefined identifier
authordrl7x <drl7x>
Thu, 6 Mar 2003 04:29:34 +0000 (04:29 +0000)
committerdrl7x <drl7x>
Thu, 6 Mar 2003 04:29:34 +0000 (04:29 +0000)
 Added  the __func__ identifier from C99
  Not this won't follow the same semantics as
  __func__ in C99

  FWIW C99 says that __func__ should have the value of the
  lexically enclosing function
  e.g. in the function foo __func__ == "foo"
  in bar __func__ == "bar"

  We're just having the value be constant here and picking
  an arbitary value.


No differences found
This page took 0.049521 seconds and 5 git commands to generate.