aboutsummaryrefslogtreecommitdiff
path: root/src/interp/alql.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/alql.boot')
-rw-r--r--src/interp/alql.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/alql.boot b/src/interp/alql.boot
index 59d25d42..4bc574fe 100644
--- a/src/interp/alql.boot
+++ b/src/interp/alql.boot
@@ -38,7 +38,7 @@ namespace BOOT
getBrowseDatabase(kind) ==
$includeUnexposed? : local := true
not (kind in '("o" "k" "c" "d" "p")) => nil
- grepConstruct('"*",INTERN kind)
+ grepConstruct('"*",makeSymbol kind)
stringMatches?(pattern,subject) ==
integer? basicMatch?(pattern,subject) => true