aboutsummaryrefslogtreecommitdiff
path: root/src/interp/word.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/word.boot')
-rw-r--r--src/interp/word.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/word.boot b/src/interp/word.boot
index be576794..304ad784 100644
--- a/src/interp/word.boot
+++ b/src/interp/word.boot
@@ -400,5 +400,5 @@ obSearch x ==
vec:= OBARRAY()
pattern:= PNAME x
[y for i in 0..maxIndex OBARRAY() |
- (IDENTP (y := vec.i) or CVEC y) and match?(pattern,COPY y)]
+ (ident? (y := vec.i) or CVEC y) and match?(pattern,COPY y)]