aboutsummaryrefslogtreecommitdiff
path: root/src/interp/br-util.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/br-util.boot')
-rw-r--r--src/interp/br-util.boot5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/interp/br-util.boot b/src/interp/br-util.boot
index 8ee40a5d..5ad260ae 100644
--- a/src/interp/br-util.boot
+++ b/src/interp/br-util.boot
@@ -1,6 +1,6 @@
-- Copyright (c) 1991-2002, The Numerical Algorithms Group Ltd.
-- All rights reserved.
--- Copyright (C) 2007-2010, Gabriel Dos Reis.
+-- Copyright (C) 2007-2011, Gabriel Dos Reis.
-- All rights reserved.
--
-- Redistribution and use in source and binary forms, with or without
@@ -532,7 +532,8 @@ emptySearchPage(kind,filter,:options) ==
htSay '"}}"
htShowPage()
-isLoaded? conform == GETL(constructor? opOf conform,'LOADED)
+isLoaded? conform ==
+ property(getConstructorAbbreviationFromDB opOf conform,'LOADED)
string2Integer s ==
and/[digit? (s.i) for i in 0..MAXINDEX s] => readInteger s