From: markt Date: Fri, 1 Aug 2008 19:25:41 +0000 (+0000) Subject: The surprisingly small update to the auto generate code to go with the update to... X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=369502c95de57533c0b5c0765963aa978f7aa9bf;p=tomcat7.0 The surprisingly small update to the auto generate code to go with the update to the jjtree file git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@681792 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/java/org/apache/el/parser/ELParser.java b/java/org/apache/el/parser/ELParser.java index 943f4e96f..05aca1c26 100644 --- a/java/org/apache/el/parser/ELParser.java +++ b/java/org/apache/el/parser/ELParser.java @@ -1413,6 +1413,7 @@ public class ELParser/*@bgen(jjtree)*/implements ELParserTreeConstants, ELParser xsp = jj_scanpos; if (jj_3R_11()) jj_scanpos = xsp; if (jj_scan_token(IDENTIFIER)) return true; + if (jj_scan_token(LPAREN)) return true; return false; }