From 5ce55ce26f81a2e02b1275c1c080e18f3001bfda Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Thu, 13 Feb 2014 13:12:00 -0800 Subject: [PATCH] Improve stream method for Items --- src/compiler/build_tables/item.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/compiler/build_tables/item.cpp b/src/compiler/build_tables/item.cpp index e3dcd5fb..b3b49f1e 100644 --- a/src/compiler/build_tables/item.cpp +++ b/src/compiler/build_tables/item.cpp @@ -21,18 +21,18 @@ namespace tree_sitter { ostream& operator<<(ostream &stream, const LexItem &item) { return stream << - string("#"); } ostream& operator<<(ostream &stream, const ParseItem &item) { return stream << - string("#