diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2020-05-18 14:50:56 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2020-05-27 08:35:29 +0200 |
commit | 5910fbb854d7aa957091aa48a248b2de239eb558 (patch) | |
tree | 0989873ff8375ffadc07923468e86c3465dae922 /libbuild2/script | |
parent | 80a9e7a52db8d686ba81beb5399c80b300ce4a96 (diff) |
Integrate buildscript pre-parsing into recipe parsing
Diffstat (limited to 'libbuild2/script')
-rw-r--r-- | libbuild2/script/script.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/script/script.hxx b/libbuild2/script/script.hxx index f02583c..ac9383c 100644 --- a/libbuild2/script/script.hxx +++ b/libbuild2/script/script.hxx @@ -48,7 +48,7 @@ namespace build2 // using lines = small_vector<line, 1>; - void + LIBBUILD2_SYMEXPORT void dump (ostream&, const string& ind, const lines&); // Parse object model. |