diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-03-24 08:53:06 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-03-24 08:53:06 +0200 |
commit | a94dcda7f00b10cb22b5f2138b1c29bcfbe7de37 (patch) | |
tree | c4ca2c4b2ea08285774569283120233a03aa2cb3 /build/parser | |
parent | eaaa82bd9c1e24a83dcea3857f5fd75d0dfb6de5 (diff) |
Make meta-operations control build loop; add disfigure skeleton
Diffstat (limited to 'build/parser')
-rw-r--r-- | build/parser | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/parser b/build/parser index 164cf10..94a5bdf 100644 --- a/build/parser +++ b/build/parser @@ -51,7 +51,7 @@ namespace build include (token&, token_type&); void - load (token&, token_type&); + using_ (token&, token_type&); names_type names (token& t, token_type& tt) |