diff options
author | Mike Buland <eichlan@xagasoft.com> | 2006-09-20 22:51:37 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2006-09-20 22:51:37 +0000 |
commit | 3825e6cb1008dea6062ef0c3f5ffecf249a3f420 (patch) | |
tree | 5c9fe11285d07ae30aea77ba28b7d569e97e50c7 /src/build.h | |
parent | 030ab69b236f53357a79fa912956f43f975d79e2 (diff) | |
download | build-3825e6cb1008dea6062ef0c3f5ffecf249a3f420.tar.gz build-3825e6cb1008dea6062ef0c3f5ffecf249a3f420.tar.bz2 build-3825e6cb1008dea6062ef0c3f5ffecf249a3f420.tar.xz build-3825e6cb1008dea6062ef0c3f5ffecf249a3f420.zip |
You need this rev to build congo.
Diffstat (limited to 'src/build.h')
-rw-r--r-- | src/build.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/build.h b/src/build.h index 82e4998..9229617 100644 --- a/src/build.h +++ b/src/build.h | |||
@@ -46,6 +46,7 @@ public: | |||
46 | 46 | ||
47 | void set( const std::string &cont, const std::string &var, const std::string &val ); | 47 | void set( const std::string &cont, const std::string &var, const std::string &val ); |
48 | void setAdd( const std::string &cont, const std::string &var, const std::string &val ); | 48 | void setAdd( const std::string &cont, const std::string &var, const std::string &val ); |
49 | void copyContext( const std::string &src, const std::string &dest ); | ||
49 | std::string getVar( const StringList *cont, const std::string &var, VarMap *mExtra ); | 50 | std::string getVar( const StringList *cont, const std::string &var, VarMap *mExtra ); |
50 | 51 | ||
51 | Rule *getRule( const std::string &name ); | 52 | Rule *getRule( const std::string &name ); |