diff options
author | jbj <devnull@localhost> | 1998-09-05 21:54:05 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 1998-09-05 21:54:05 +0000 |
commit | 5973a1a52d424f1e40e944560c1bbe86064a6f4a (patch) | |
tree | a2d639db1053e9569c5ff59e80d5e7f5a503a401 /rpmio | |
parent | 2e89e42535225624e56732a9a3c784bfa87e11cb (diff) | |
download | rpm-5973a1a52d424f1e40e944560c1bbe86064a6f4a.tar.gz rpm-5973a1a52d424f1e40e944560c1bbe86064a6f4a.tar.bz2 rpm-5973a1a52d424f1e40e944560c1bbe86064a6f4a.zip |
More RPMVAR_* conversion to macros.
CVS patchset: 2281
CVS date: 1998/09/05 21:54:05
Diffstat (limited to 'rpmio')
-rw-r--r-- | rpmio/rpmmacro.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpmio/rpmmacro.h b/rpmio/rpmmacro.h index eedcf2e97..02ea6f2e0 100644 --- a/rpmio/rpmmacro.h +++ b/rpmio/rpmmacro.h @@ -24,7 +24,7 @@ extern MacroContext globalMacroContext; #define RMIL_MACROFILES -9 #define RMIL_RPMRC -7 #define RMIL_TARBALL -5 -#define RMIL_SPEC -1 +#define RMIL_SPEC -3 #define RMIL_OLDSPEC -1 #define RMIL_GLOBAL 0 |