X-Git-Url: http://andersk.mit.edu/gitweb/splint.git/blobdiff_plain/6fcd0b1e01252139211d34a4476d377cf6e5f37a..ed62d3fbeda6bb085991cdd683ceacfc57f7afbe:/src/rcfiles.c?ds=sidebyside diff --git a/src/rcfiles.c b/src/rcfiles.c index 343afe8..2bc9a1e 100644 --- a/src/rcfiles.c +++ b/src/rcfiles.c @@ -1,6 +1,6 @@ /* ** 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 @@ -195,7 +195,10 @@ static void rcfiles_loadFile (/*:open:*/ FILE *rcfile, cstringList *passThroughA fileIdList_undefined, passThroughArgs, cstringList_size (args), - cstringList_getElements (args)); + /*@-nullstate@*/ /*@-type@*/ /* exposes cstring type */ + cstringList_getElements (args) + /*@=nullstate@*/ /*@=type@*/ + ); cstringList_free (args); check (fileTable_closeFile (context_fileTable (), rcfile)); }