diff options
author | jbj <devnull@localhost> | 2002-06-19 18:52:46 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2002-06-19 18:52:46 +0000 |
commit | 49658e0fffae92961788e6067fa37d8065a0b695 (patch) | |
tree | 26eefd5534995113b766fb81631ac1f206efe982 /lib/rpmcli.h | |
parent | 448e44da6c79f1eb6789d6922e05a4b15e66c96a (diff) | |
download | rpm-49658e0fffae92961788e6067fa37d8065a0b695.tar.gz rpm-49658e0fffae92961788e6067fa37d8065a0b695.tar.bz2 rpm-49658e0fffae92961788e6067fa37d8065a0b695.zip |
Annotate incondefs in source code.
CVS patchset: 5509
CVS date: 2002/06/19 18:52:46
Diffstat (limited to 'lib/rpmcli.h')
-rw-r--r-- | lib/rpmcli.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/rpmcli.h b/lib/rpmcli.h index 3e16f611b..73a20c5d6 100644 --- a/lib/rpmcli.h +++ b/lib/rpmcli.h @@ -12,9 +12,8 @@ /** \ingroup rpmcli * Should version 3 packages be produced? */ -/*@-redecl@*/ +/*@unchecked@*/ extern int _noDirTokens; -/*@=redecl@*/ #ifdef __cplusplus extern "C" { |