X-Git-Url: http://andersk.mit.edu/gitweb/splint.git/blobdiff_plain/e5081f8c08424e4511d50a3b1fc187666c95852c..35b9a1d988c06908076e3a6eeae55b1147879607:/src/ctbase.i diff --git a/src/ctbase.i b/src/ctbase.i index 893738a..2b30048 100644 --- a/src/ctbase.i +++ b/src/ctbase.i @@ -1,6 +1,6 @@ /* ;-*-C-*-; ** Splint - annotation-assisted static program checker -** Copyright (C) 1994-2002 University of Virginia, +** Copyright (C) 1994-2003 University of Virginia, ** Massachusetts Institute of Technology ** ** This program is free software; you can redistribute it and/or modify it @@ -34,8 +34,11 @@ abst_typedef /*@null@*/ struct s_ctbase *ctbase; /*@function static bool ctuid_isAnyUserType (sef ctuid p_cid) @*/ +/*@i888@*/ +/*@-macrofcndecl@*/ /*@-macroparams@*/ # define ctuid_isAnyUserType(cid) \ ((cid) == CT_ABST || (cid) == CT_USER || (cid) == CT_NUMABST) +/*@=macrofcndecl@*/ /*@=macroparams@*/ /*@private@*/ typedef struct { ctkind kind;