diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2007-09-20 15:52:03 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2007-09-20 15:52:03 +0300 |
commit | 83f09475869d7f86568b897719521be3a3b47365 (patch) | |
tree | b8652219de90c6973615a78184fe20d66ddc9581 /build | |
parent | 154a7f7603dca24ee56d66f3ca6b2b2757f29cd9 (diff) | |
download | rpm-83f09475869d7f86568b897719521be3a3b47365.tar.gz rpm-83f09475869d7f86568b897719521be3a3b47365.tar.bz2 rpm-83f09475869d7f86568b897719521be3a3b47365.zip |
Rename MacroContext and -Entry to rpmMacro* for namespacing
Diffstat (limited to 'build')
-rw-r--r-- | build/rpmspec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/rpmspec.h b/build/rpmspec.h index 161d3947f..bfe3deeca 100644 --- a/build/rpmspec.h +++ b/build/rpmspec.h @@ -127,7 +127,7 @@ struct Spec_s { Header sourceHeader; rpmfi sourceCpioList; - MacroContext macros; + rpmMacroContext macros; StringBuf prep; /*!< %prep scriptlet. */ StringBuf build; /*!< %build scriptlet. */ |