From e2d0c3596510f152a8d65bc8802414864e1825b2 Mon Sep 17 00:00:00 2001 From: Joel Klinghed Date: Tue, 28 Apr 2026 21:03:22 +0200 Subject: java: Correct java tokens comments int_value is not set to any index. --- src/java_tokens.hh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/java_tokens.hh b/src/java_tokens.hh index c4e27c0..e8b32fe 100644 --- a/src/java_tokens.hh +++ b/src/java_tokens.hh @@ -24,16 +24,16 @@ struct Token { // str is identifier kIdentifier, - // str is keyword, int_value is Keyword index + // str is keyword kReservedKeyword, - // str is keyword, int_value is Keyword index + // str is keyword kContextualKeyword, - // str is separator, int_value is Separator index + // str is separator kSeparator, - // str is operator, int_value is Operator index + // str is operator kOperator, // int_value is literal value -- cgit v1.3