]> andersk Git - splint.git/commit
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)
commite12d6988fa4e9f96f4b4d13d783a4e95761f6196
tree1215b99503aaa915e6ccb87cd1e9423504a250f9
parentedad9a7f4c2871bf9b0652f83696a06f2f46443e
In response to [ 689702 ] Missing C99 __func__ predefined identifier

 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.
lib/ansi.h
This page took 0.040753 seconds and 5 git commands to generate.