diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-07-13 10:01:36 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-07-13 10:01:36 +0200 |
commit | bef7c36a3479b9b83eaf4be9ef090b21d6468f12 (patch) | |
tree | 15a827bd6175a558dc0924b933cf3a6f9f0f9d88 /build/name | |
parent | 4208f2d755f2bd2215051390f6500ccf54f1858f (diff) |
Make subprojects list of name=subdir pairs
Diffstat (limited to 'build/name')
-rw-r--r-- | build/name | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -23,8 +23,8 @@ namespace build // without a type and directory can be used to represent any text. // A name with directory and empty value represents a directory. // - // If pair is true, then this name and the next in the list form - // a pair. + // If pair is not '\0', then this name and the next in the list + // form a pair. // struct name { |