Fix splint warnings for spec
authorpauln <devnull@localhost>
Thu, 11 Mar 2004 06:25:48 +0000 (06:25 +0000)
committerpauln <devnull@localhost>
Thu, 11 Mar 2004 06:25:48 +0000 (06:25 +0000)
CVS patchset: 7164
CVS date: 2004/03/11 06:25:48

python/rpmts-py.c

index 5748c66..d9f254d 100644 (file)
@@ -1265,6 +1265,8 @@ fprintf(stderr, "*** rpmts_Next(%p) ts %p\n", s, s->ts);
 /*@null@*/
 static specObject *
 spec_Parse(rpmtsObject * s, PyObject * args)
+       /*@globals rpmGlobalMacroContext @*/
+       /*@modifies s, rpmGlobalMacroContext @*/
 {
     const char * specfile;
     Spec spec;