Author: coke Date: Tue Mar 21 08:39:34 2006 New Revision: 11967 Modified: trunk/compilers/pge/PGE/OPTable.pir
Log: Fix podcheck test failure. Modified: trunk/compilers/pge/PGE/OPTable.pir ============================================================================== --- trunk/compilers/pge/PGE/OPTable.pir (original) +++ trunk/compilers/pge/PGE/OPTable.pir Tue Mar 21 08:39:34 2006 @@ -512,8 +512,6 @@ # (*) - XXX: The current implementation assumes that circumfix # operators are always tighter than any close, and so performs a shift. -=back - =item C<ws(mob)> Match sequences of zero or more whitespace characters (i.e., the @@ -521,6 +519,8 @@ rule for parsers that don't define their own whitespace/comment matching rule. +=back + =cut .sub "ws"
