summaryrefslogtreecommitdiff
path: root/build/parseDescription.c
diff options
context:
space:
mode:
authorjbj <devnull@localhost>1999-10-04 19:40:03 +0000
committerjbj <devnull@localhost>1999-10-04 19:40:03 +0000
commitcabcec362682a5bd68d5acc2191333cb903a2e4e (patch)
tree5f0d997e93e252f38bacceac68d9c223bb237b29 /build/parseDescription.c
parent767f75648fb05790ddb3200cba8ddf730a136dd2 (diff)
downloadrpm-cabcec362682a5bd68d5acc2191333cb903a2e4e.tar.gz
lclint annotations from build.
CVS patchset: 3366 CVS date: 1999/10/04 19:40:03
Diffstat (limited to 'build/parseDescription.c')
-rw-r--r--build/parseDescription.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/parseDescription.c b/build/parseDescription.c
index fdd4541dc..009a8ee29 100644
--- a/build/parseDescription.c
+++ b/build/parseDescription.c
@@ -5,8 +5,8 @@
extern int noLang; /* XXX FIXME: pass as arg */
/* These have to be global scope to make up for *stupid* compilers */
- static char *name;
- static char *lang;
+ /*@observer@*/ /*@null@*/ static char *name;
+ /*@observer@*/ /*@null@*/ static char *lang;
static struct poptOption optionsTable[] = {
{ NULL, 'n', POPT_ARG_STRING, &name, 'n', NULL, NULL},