X-Git-Url: http://secure.phpeclipse.com diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/core/compiler/ITerminalSymbols.java b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/core/compiler/ITerminalSymbols.java index fd7fb91..0a1bc76 100644 --- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/core/compiler/ITerminalSymbols.java +++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/core/compiler/ITerminalSymbols.java @@ -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: