]> granicus.if.org Git - apache/commit
TOKEN_GROUP is nothing but an identity operator, it gateways the
authorAndré Malo <nd@apache.org>
Wed, 27 Aug 2003 19:32:35 +0000 (19:32 +0000)
committerAndré Malo <nd@apache.org>
Wed, 27 Aug 2003 19:32:35 +0000 (19:32 +0000)
commitb8caf7442c1301f34fc3254ec1fc919231b51c3c
tree34ab84c0f67013980fb2fb89174d8509125c2089
parent14e81909ff83012982a4edebad5064b4f43252d2
TOKEN_GROUP is nothing but an identity operator, it gateways the
result of the enclosed expression. Since this expression will never
touched again during the tree-building stage, we can safely strip
TOKEN_GROUP from the tree and later evaluate the child directly.

The only side effect of this change is, that grouped strings on the
left side of EQ/NE/etc are now allowed (was invalid before), which
is acceptable IMHO (e.g. (foo bar baz) = zzzip)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101114 13f79535-47bb-0310-9956-ffa450edef68
modules/filters/mod_include.c