Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSasikanth Bharadwaj2014-11-10 09:31:49 +0000
committerSasikanth Bharadwaj2014-11-10 09:31:49 +0000
commite255a51437d3262d19238b43f3dec00ebd6bb861 (patch)
tree44060b6714dcbefd8ae150cb58ed4199d4be8fe1 /org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/ParserBasicInformation.java
parent3b34d278ba258a10a58d188a2047da908229b941 (diff)
downloadeclipse.jdt.core-e255a51437d3262d19238b43f3dec00ebd6bb861.tar.gz
eclipse.jdt.core-e255a51437d3262d19238b43f3dec00ebd6bb861.tar.xz
eclipse.jdt.core-e255a51437d3262d19238b43f3dec00ebd6bb861.zip
grammar changes for bug 405778sasikanth/sasi_bug405778
Diffstat (limited to 'org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/ParserBasicInformation.java')
-rw-r--r--org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/ParserBasicInformation.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/ParserBasicInformation.java b/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/ParserBasicInformation.java
index c99ed5c22f..f1844fbc65 100644
--- a/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/ParserBasicInformation.java
+++ b/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/ParserBasicInformation.java
@@ -16,7 +16,7 @@ public interface ParserBasicInformation {
int ERROR_SYMBOL = 118,
MAX_NAME_LENGTH = 41,
- NUM_STATES = 1092,
+ NUM_STATES = 1091,
NT_OFFSET = 118,
SCOPE_UBOUND = 282,

Back to the top