diff options
-rw-r--r-- | build2/cc/parser.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/cc/parser.cxx b/build2/cc/parser.cxx index e541d78..273a220 100644 --- a/build2/cc/parser.cxx +++ b/build2/cc/parser.cxx @@ -21,7 +21,7 @@ namespace build2 lexer l (is, name); l_ = &l; - translation_unit u {{"", false, {}}}; + translation_unit u; u_ = &u; // If the source has errors then we want the compiler to issues the |