X-Git-Url: http://andersk.mit.edu/gitweb/splint.git/blobdiff_plain/6c50dc9249a1abaee3d737a499833718be2e6e0a..b73d1009d4a3494951c129e49f50f8b4c795deb1:/src/functionClause.c diff --git a/src/functionClause.c b/src/functionClause.c index a127ed4..27f862c 100644 --- a/src/functionClause.c +++ b/src/functionClause.c @@ -28,7 +28,7 @@ # include "splintMacros.nf" # include "basic.h" -static /*@only@*/ /*@notnull@*/ /*@special@*/ functionClause /*@i32 need special? @*/ +static /*@only@*/ /*@notnull@*/ /*@special@*/ functionClause functionClause_alloc (functionClauseKind kind) /*@defines result->kind@*/ { functionClause res = (functionClause) dmalloc (sizeof (*res));