summaryrefslogtreecommitdiff
path: root/build/parseDescription.c
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2001-06-04 13:55:58 +0000
committerjbj <devnull@localhost>2001-06-04 13:55:58 +0000
commit750d54d8a33e67d8f89ed95a785c0f025c833aa8 (patch)
treeb884b1b98864221da1ccc14c5551579cb885be73 /build/parseDescription.c
parent9e1929c9bb268faad7c8f140161504dbaf7f00f0 (diff)
downloadrpm-750d54d8a33e67d8f89ed95a785c0f025c833aa8.tar.gz
lclint fiddles.
CVS patchset: 4833 CVS date: 2001/06/04 13:55:58
Diffstat (limited to 'build/parseDescription.c')
-rw-r--r--build/parseDescription.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/build/parseDescription.c b/build/parseDescription.c
index 210d3a3b4..2eecc6fb3 100644
--- a/build/parseDescription.c
+++ b/build/parseDescription.c
@@ -8,7 +8,9 @@
#include "rpmbuild.h"
#include "debug.h"
-extern int noLang; /* XXX FIXME: pass as arg */
+/*@-exportheadervar@*/
+extern int noLang;
+/*@=exportheadervar@*/
/* These have to be global scope to make up for *stupid* compilers */
/*@observer@*/ /*@null@*/ static const char *name = NULL;