Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'lrparser/org.eclipse.cdt.core.lrparser/src/org/eclipse/cdt/internal/core/dom/lrparser/cpp/CPPSizeofExpressionParsersym.java')
-rw-r--r--lrparser/org.eclipse.cdt.core.lrparser/src/org/eclipse/cdt/internal/core/dom/lrparser/cpp/CPPSizeofExpressionParsersym.java11
1 files changed, 5 insertions, 6 deletions
diff --git a/lrparser/org.eclipse.cdt.core.lrparser/src/org/eclipse/cdt/internal/core/dom/lrparser/cpp/CPPSizeofExpressionParsersym.java b/lrparser/org.eclipse.cdt.core.lrparser/src/org/eclipse/cdt/internal/core/dom/lrparser/cpp/CPPSizeofExpressionParsersym.java
index 89c7e0bcb86..28c8c9d7041 100644
--- a/lrparser/org.eclipse.cdt.core.lrparser/src/org/eclipse/cdt/internal/core/dom/lrparser/cpp/CPPSizeofExpressionParsersym.java
+++ b/lrparser/org.eclipse.cdt.core.lrparser/src/org/eclipse/cdt/internal/core/dom/lrparser/cpp/CPPSizeofExpressionParsersym.java
@@ -1,5 +1,5 @@
/*******************************************************************************
-* Copyright (c) 2006, 2010 IBM Corporation and others.
+* Copyright (c) 2006, 2011 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
@@ -10,7 +10,6 @@
*********************************************************************************/
// This file was generated by LPG
-
package org.eclipse.cdt.internal.core.dom.lrparser.cpp;
public interface CPPSizeofExpressionParsersym {
@@ -22,7 +21,7 @@ public interface CPPSizeofExpressionParsersym {
TK_case = 77,
TK_catch = 113,
TK_char = 12,
- TK_class = 53,
+ TK_class = 55,
TK_const = 23,
TK_const_cast = 41,
TK_continue = 78,
@@ -62,7 +61,7 @@ public interface CPPSizeofExpressionParsersym {
TK_static_cast = 46,
TK_struct = 57,
TK_switch = 85,
- TK_template = 55,
+ TK_template = 53,
TK_this = 47,
TK_throw = 59,
TK_try = 74,
@@ -192,9 +191,9 @@ public interface CPPSizeofExpressionParsersym {
"integer",
"floating",
"charconst",
- "class",
- "LT",
"template",
+ "LT",
+ "class",
"enum",
"struct",
"union",

Back to the top