summaryrefslogtreecommitdiff
path: root/build/parsePreamble.c
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2001-06-19 11:38:51 +0000
committerjbj <devnull@localhost>2001-06-19 11:38:51 +0000
commitc6bd3de937ce3d40daa228e237c52527b9cdb8e1 (patch)
treeab979e834fe285c9ebb997bec34601e43745f1f0 /build/parsePreamble.c
parent29ea1567e7eafc457aed5529b240161cf8d4657f (diff)
downloadlibrpm-tizen-c6bd3de937ce3d40daa228e237c52527b9cdb8e1.tar.gz
librpm-tizen-c6bd3de937ce3d40daa228e237c52527b9cdb8e1.tar.bz2
librpm-tizen-c6bd3de937ce3d40daa228e237c52527b9cdb8e1.zip
- preliminary abstraction to support per-header methods.
CVS patchset: 4878 CVS date: 2001/06/19 11:38:51
Diffstat (limited to 'build/parsePreamble.c')
-rw-r--r--build/parsePreamble.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/parsePreamble.c b/build/parsePreamble.c
index efb5a4f58..161843e63 100644
--- a/build/parsePreamble.c
+++ b/build/parsePreamble.c
@@ -253,7 +253,7 @@ static int checkForValidArchitectures(Spec spec)
* @return 0 if OK
*/
static int checkForRequired(Header h, const char * NVR)
- /*@*/
+ /* LCL: parse error here with modifies */
{
int res = 0;
rpmTag * p;