X-Git-Url: http://andersk.mit.edu/gitweb/splint.git/blobdiff_plain/2e127cb83d8e599677e0b6b04635bc34ba874fa0..0866200bf1a30f43dcbb65b3da860c66e0338850:/src/stateClause.c?ds=sidebyside diff --git a/src/stateClause.c b/src/stateClause.c index a362a64..a53c239 100644 --- a/src/stateClause.c +++ b/src/stateClause.c @@ -17,15 +17,15 @@ ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, ** MA 02111-1307, USA. ** -** For information on lclint: lclint-request@cs.virginia.edu -** To report a bug: lclint-bug@cs.virginia.edu +** For information on splint: info@splint.org +** To report a bug: splint-bug@splint.org ** For more information: http://www.splint.org */ /* ** stateClause.c */ -# include "lclintMacros.nf" +# include "splintMacros.nf" # include "basic.h" # include "cgrammar.h" # include "cgrammar_tokens.h" @@ -127,6 +127,11 @@ bool stateClause_isMemoryAllocation (stateClause cl) /* ** An error is reported if the test is NOT true. */ + +# ifdef WIN32 +/* Microsoft doesn't believe in higher order functions... */ +# pragma warning( disable : 4550 ) +# endif sRefTest stateClause_getPreTestFunction (stateClause cl) {