X-Git-Url: http://andersk.mit.edu/gitweb/splint.git/blobdiff_plain/112c85fd5ba63bbf83526cdadfc7751b2cf74311..4caf866b3d452c738cb276e805e48e4f1ccd2eba:/lib/standard.h diff --git a/lib/standard.h b/lib/standard.h index f3eb80a..ee6185f 100644 --- a/lib/standard.h +++ b/lib/standard.h @@ -1263,18 +1263,3 @@ typedef /*@unsignedintegraltype@*/ uintmax_t; /*@constant size_t INTPTR_MIN@*/ /*@constant size_t INTPTR_MAX@*/ - -/*drl 3/5/2003 - added the __func__ identifier from C99 - 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. -*/ -const char __func__[] = "function-name";