summaryrefslogtreecommitdiff
path: root/build/parseFiles.c
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2001-03-14 23:09:09 +0000
committerjbj <devnull@localhost>2001-03-14 23:09:09 +0000
commitfc920e3ac326473d884ffc6cfc86225d98442ea0 (patch)
tree4bfe664051292af9d4c6beeaba9dfa4e8c8d708d /build/parseFiles.c
parenta40655424d818053ccddde39ec62e1ebd0983ed2 (diff)
downloadlibrpm-tizen-fc920e3ac326473d884ffc6cfc86225d98442ea0.tar.gz
librpm-tizen-fc920e3ac326473d884ffc6cfc86225d98442ea0.tar.bz2
librpm-tizen-fc920e3ac326473d884ffc6cfc86225d98442ea0.zip
Update to doxygen-1.2.6 configuration.
Add manual files to Doxfile.in. lclint annotations. CVS patchset: 4624 CVS date: 2001/03/14 23:09:09
Diffstat (limited to 'build/parseFiles.c')
-rw-r--r--build/parseFiles.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/build/parseFiles.c b/build/parseFiles.c
index 7d46e0664..b948ba205 100644
--- a/build/parseFiles.c
+++ b/build/parseFiles.c
@@ -8,6 +8,8 @@
#include "rpmbuild.h"
#include "debug.h"
+/*@access StringBuf @*/ /* compared with NULL */
+
/* These have to be global scope to make up for *stupid* compilers */
/*@observer@*/ /*@null@*/ static const char *name = NULL;
/*@observer@*/ /*@null@*/ static const char *file = NULL;