diff options
author | jbj <devnull@localhost> | 2001-06-04 13:55:58 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2001-06-04 13:55:58 +0000 |
commit | 750d54d8a33e67d8f89ed95a785c0f025c833aa8 (patch) | |
tree | b884b1b98864221da1ccc14c5551579cb885be73 /lib/formats.c | |
parent | 9e1929c9bb268faad7c8f140161504dbaf7f00f0 (diff) | |
download | librpm-tizen-750d54d8a33e67d8f89ed95a785c0f025c833aa8.tar.gz librpm-tizen-750d54d8a33e67d8f89ed95a785c0f025c833aa8.tar.bz2 librpm-tizen-750d54d8a33e67d8f89ed95a785c0f025c833aa8.zip |
lclint fiddles.
CVS patchset: 4833
CVS date: 2001/06/04 13:55:58
Diffstat (limited to 'lib/formats.c')
-rw-r--r-- | lib/formats.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/formats.c b/lib/formats.c index 7a920743c..9de2fbdd4 100644 --- a/lib/formats.c +++ b/lib/formats.c @@ -399,9 +399,9 @@ static int filenamesTag(Header h, /*@out@*/ int_32 * type, /* I18N look aside diversions */ -/*@-exportlocal@*/ +/*@-exportlocal -exportheadervar@*/ int _nl_msg_cat_cntr; /* XXX GNU gettext voodoo */ -/*@=exportlocal@*/ +/*@=exportlocal =exportheadervar@*/ static const char * language = "LANGUAGE"; static char * _macro_i18ndomains = "%{?_i18ndomains:%{_i18ndomains}}"; |