]> andersk Git - splint.git/blobdiff - lib/standard.h
Making fixes for Microsoft Visual C++ compiler.
[splint.git] / lib / standard.h
index f3eb80a4fb3a6e562c22a22b7aee38ee7c273a42..ee6185fc625a3fc018ba5e06659f26f01161ada7 100644 (file)
@@ -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";
This page took 0.030756 seconds and 4 git commands to generate.