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/rpmal.c | |
parent | 448e44da6c79f1eb6789d6922e05a4b15e66c96a (diff) | |
download | librpm-tizen-49658e0fffae92961788e6067fa37d8065a0b695.tar.gz librpm-tizen-49658e0fffae92961788e6067fa37d8065a0b695.tar.bz2 librpm-tizen-49658e0fffae92961788e6067fa37d8065a0b695.zip |
Annotate incondefs in source code.
CVS patchset: 5509
CVS date: 2002/06/19 18:52:46
Diffstat (limited to 'lib/rpmal.c')
-rw-r--r-- | lib/rpmal.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/rpmal.c b/lib/rpmal.c index 2f301d5e0..09a9977eb 100644 --- a/lib/rpmal.c +++ b/lib/rpmal.c @@ -370,6 +370,7 @@ fprintf(stderr, "*** del %p[%d]\n", al->list, pkgNum); return; } +/*@-bounds@*/ alKey rpmalAdd(rpmal * alistp, alKey pkgKey, fnpyKey key, rpmds provides, rpmfi fi) { @@ -507,6 +508,7 @@ fprintf(stderr, "+++ die[%3d] %p [%d] %s\n", al->numDirs, die, die->dirNameLen, assert(((alNum)(alp - al->list)) == pkgNum); return ((alKey)(alp - al->list)); } +/*@=bounds@*/ /** * Compare two available index entries by name (qsort/bsearch). |