aboutsummaryrefslogtreecommitdiff
path: root/compiler/standard.ey
diff options
context:
space:
mode:
authorDrahflow <drahflow@gmx.de>2017-02-28 23:18:21 +0100
committerDrahflow <drahflow@gmx.de>2017-02-28 23:18:21 +0100
commit5e081a4b2676fd456f7ff3c65b902eb61b1c7737 (patch)
treeee8390328f9ca0c6a8a357b5c16e22f3dd6ce6d0 /compiler/standard.ey
parent97a096dc8856fbcb27f832017c06be0c1a6845a7 (diff)
grep function not guaranteed to be type-const
Diffstat (limited to 'compiler/standard.ey')
-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