Simplified parsing for double quoted strings
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / core / compiler / ITerminalSymbols.java
index 8b6a74e..7b3cbcd 100644 (file)
@@ -1,10 +1,10 @@
 /**********************************************************************
  Copyright (c) 2002 IBM Corp. and others.
- All rights reserved.   This program and the accompanying materials
+ All rights reserved. � This program and the accompanying materials
  are made available under the terms of the Common Public License v0.5
  which accompanies this distribution, and is available at
  http://www.eclipse.org/legal/cpl-v05.html
-  
+ �
  Contributors:
  IBM Corporation - initial API and implementation
  **********************************************************************/
@@ -100,12 +100,12 @@ public interface ITerminalSymbols {
   final static int TokenNameobjectCAST = 179;
   final static int TokenNameunsetCAST = 180;
   
-  // ´
+  // �
   final static int TokenNameEncapsedString0 = 190;
   // '
-  final static int TokenNameEncapsedString1 = 191;
+//  final static int TokenNameEncapsedString1 = 191;
   // "
-  final static int TokenNameEncapsedString2 = 192;
+//  final static int TokenNameEncapsedString2 = 192;
   
   final static int TokenNameSTRING = 193;