summaryrefslogtreecommitdiff
path: root/lib/rpmrc.c
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2002-06-19 18:52:46 +0000
committerjbj <devnull@localhost>2002-06-19 18:52:46 +0000
commit49658e0fffae92961788e6067fa37d8065a0b695 (patch)
tree26eefd5534995113b766fb81631ac1f206efe982 /lib/rpmrc.c
parent448e44da6c79f1eb6789d6922e05a4b15e66c96a (diff)
downloadlibrpm-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/rpmrc.c')
-rw-r--r--lib/rpmrc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/rpmrc.c b/lib/rpmrc.c
index 89877f494..c7a9b1d9a 100644
--- a/lib/rpmrc.c
+++ b/lib/rpmrc.c
@@ -781,6 +781,7 @@ static int doReadRC( /*@killref@*/ FD_t fd, const char * urlfn)
/**
*/
+/*@-bounds@*/
static int rpmPlatform(const char * platform)
/*@globals nplatpat, platpat,
rpmGlobalMacroContext, fileSystem, internalState @*/
@@ -882,6 +883,7 @@ exit:
/*@=modobserver@*/
return rc;
}
+/*@=bounds@*/
# if defined(__linux__) && defined(__i386__)