summaryrefslogtreecommitdiff
path: root/build/expression.c
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2003-05-08 20:39:29 +0000
committerjbj <devnull@localhost>2003-05-08 20:39:29 +0000
commit9c5529608e389271b80469054bfe80737521590a (patch)
treeb1df8b79cd3fdbb7f10d3b48ee25fddb66072fe3 /build/expression.c
parentdb7ab2f447ee6097b2e98a526f6383a5ca388718 (diff)
downloadrpm-9c5529608e389271b80469054bfe80737521590a.tar.gz
rpm-9c5529608e389271b80469054bfe80737521590a.tar.bz2
rpm-9c5529608e389271b80469054bfe80737521590a.zip
- don't use error string after gzclose (Dmitry V. Levin).
Spliddles for rpmio, drill h_errno all the way through. CVS patchset: 6826 CVS date: 2003/05/08 20:39:29
Diffstat (limited to 'build/expression.c')
-rw-r--r--build/expression.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/build/expression.c b/build/expression.c
index 84400d41f..d57cddf70 100644
--- a/build/expression.c
+++ b/build/expression.c
@@ -186,7 +186,7 @@ static const char *prToken(int val)
*/
/*@-boundswrite@*/
static int rdToken(ParseState state)
- /*@globals rpmGlobalMacroContext @*/
+ /*@globals rpmGlobalMacroContext, h_errno @*/
/*@modifies state->nextToken, state->p, state->tokenValue,
rpmGlobalMacroContext @*/
{
@@ -325,7 +325,7 @@ static int rdToken(ParseState state)
/*@null@*/
static Value doLogical(ParseState state)
- /*@globals rpmGlobalMacroContext @*/
+ /*@globals rpmGlobalMacroContext, h_errno @*/
/*@modifies state->nextToken, state->p, state->tokenValue,
rpmGlobalMacroContext @*/;
@@ -334,7 +334,7 @@ static Value doLogical(ParseState state)
*/
/*@null@*/
static Value doPrimary(ParseState state)
- /*@globals rpmGlobalMacroContext @*/
+ /*@globals rpmGlobalMacroContext, h_errno @*/
/*@modifies state->nextToken, state->p, state->tokenValue,
rpmGlobalMacroContext @*/
{
@@ -416,7 +416,7 @@ static Value doPrimary(ParseState state)
*/
/*@null@*/
static Value doMultiplyDivide(ParseState state)
- /*@globals rpmGlobalMacroContext @*/
+ /*@globals rpmGlobalMacroContext, h_errno @*/
/*@modifies state->nextToken, state->p, state->tokenValue,
rpmGlobalMacroContext @*/
{
@@ -472,7 +472,7 @@ static Value doMultiplyDivide(ParseState state)
/*@-boundswrite@*/
/*@null@*/
static Value doAddSubtract(ParseState state)
- /*@globals rpmGlobalMacroContext @*/
+ /*@globals rpmGlobalMacroContext, h_errno @*/
/*@modifies state->nextToken, state->p, state->tokenValue,
rpmGlobalMacroContext @*/
{
@@ -537,7 +537,7 @@ static Value doAddSubtract(ParseState state)
*/
/*@null@*/
static Value doRelational(ParseState state)
- /*@globals rpmGlobalMacroContext @*/
+ /*@globals rpmGlobalMacroContext, h_errno @*/
/*@modifies state->nextToken, state->p, state->tokenValue,
rpmGlobalMacroContext @*/
{
@@ -633,7 +633,7 @@ static Value doRelational(ParseState state)
* @param state expression parser state
*/
static Value doLogical(ParseState state)
- /*@globals rpmGlobalMacroContext @*/
+ /*@globals rpmGlobalMacroContext, h_errno @*/
/*@modifies state->nextToken, state->p, state->tokenValue,
rpmGlobalMacroContext @*/
{