Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'xlc/org.eclipse.cdt.core.lrparser.xlc/parser/org/eclipse/cdt/internal/core/lrparser/xlc/cpp/XlcCPPParsersym.java')
-rw-r--r--xlc/org.eclipse.cdt.core.lrparser.xlc/parser/org/eclipse/cdt/internal/core/lrparser/xlc/cpp/XlcCPPParsersym.java9
1 files changed, 4 insertions, 5 deletions
diff --git a/xlc/org.eclipse.cdt.core.lrparser.xlc/parser/org/eclipse/cdt/internal/core/lrparser/xlc/cpp/XlcCPPParsersym.java b/xlc/org.eclipse.cdt.core.lrparser.xlc/parser/org/eclipse/cdt/internal/core/lrparser/xlc/cpp/XlcCPPParsersym.java
index 66eb3f25f1b..f5e3c8a5c77 100644
--- a/xlc/org.eclipse.cdt.core.lrparser.xlc/parser/org/eclipse/cdt/internal/core/lrparser/xlc/cpp/XlcCPPParsersym.java
+++ b/xlc/org.eclipse.cdt.core.lrparser.xlc/parser/org/eclipse/cdt/internal/core/lrparser/xlc/cpp/XlcCPPParsersym.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.lrparser.xlc.cpp;
public interface XlcCPPParsersym {
@@ -25,7 +24,7 @@ public interface XlcCPPParsersym {
TK_case = 92,
TK_catch = 130,
TK_char = 16,
- TK_class = 66,
+ TK_class = 67,
TK_const = 32,
TK_const_cast = 58,
TK_continue = 93,
@@ -65,7 +64,7 @@ public interface XlcCPPParsersym {
TK_static_cast = 62,
TK_struct = 69,
TK_switch = 101,
- TK_template = 67,
+ TK_template = 66,
TK_this = 52,
TK_throw = 74,
TK_try = 85,
@@ -220,8 +219,8 @@ public interface XlcCPPParsersym {
"typeid",
"__alignof__",
"SemiColon",
- "class",
"template",
+ "class",
"enum",
"struct",
"union",

Back to the top