fixed some parser bugs
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / core / compiler / ITerminalSymbols.java
index fd7fb91..0a1bc76 100644 (file)
@@ -109,7 +109,7 @@ public interface ITerminalSymbols {
   
   final static int TokenNameSTRING = 193;
   
-  final static int TokenNameCURLY_OPEN = 194;
+  final static int TokenNameLBRACE_DOLLAR = 194;
   
   // start SQL token - the SQL tokens are only used in the
   // PHPCompletionprocessor: