aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--compiler/standard.ey2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/standard.ey b/compiler/standard.ey
index e66a684..8b76e7d 100644
--- a/compiler/standard.ey
+++ b/compiler/standard.ey
@@ -31,7 +31,7 @@
{ _ len { |or fold }' { -- 0 }' ? * }' /any deffd
{ _ len { |and fold }' { -- 1 }' ? * }' /all deffd
-{ =*p {
+{ =*?p {
[ -01 { _ p { } { -- } ? * } each ]
} } /engrep deffd