diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-07-13 08:46:45 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-07-13 08:46:45 +0200 |
commit | 4208f2d755f2bd2215051390f6500ccf54f1858f (patch) | |
tree | 643336ed7ca628fd06127be73caec2a1b4d9ae4e /build/name | |
parent | d7ed84309eeda86e793c42864cebd7f8f3b7c66c (diff) |
Add support for pair-enabled variables
Diffstat (limited to 'build/name')
-rw-r--r-- | build/name | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -52,7 +52,7 @@ namespace build std::string type; dir_path dir; std::string value; - bool pair {false}; // Store pair symbol for printing? + char pair = '\0'; // Pair symbol, if any. }; inline bool |