Index: tools/gn/token.h |
diff --git a/tools/gn/token.h b/tools/gn/token.h |
index 9b8dd5d2e9869995f981fd82b798d78195eddee6..81a9b4a5f3e3921bce956e9e21e11c4ff959e7dc 100644 |
--- a/tools/gn/token.h |
+++ b/tools/gn/token.h |
@@ -49,6 +49,7 @@ class Token { |
// to one below) |
LINE_COMMENT, // #...\n on a line alone. |
SUFFIX_COMMENT, // #...\n on a line following other code. |
+ BLOCK_COMMENT, // #...\n line comment, but free-standing. |
UNCLASSIFIED_OPERATOR, |