aboutsummaryrefslogtreecommitdiff
path: root/src/interp/topics.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/topics.boot')
-rw-r--r--src/interp/topics.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/topics.boot b/src/interp/topics.boot
index c107aa90..7cc8356d 100644
--- a/src/interp/topics.boot
+++ b/src/interp/topics.boot
@@ -90,7 +90,7 @@ mkTopicHashTable() == --given $groupAssoc = ((extended .
for item in items repeat
HPUT($defaultsHash,item,[kind,:HGET($defaultsHash,item)])
$conTopicHash := hashTable 'EQL --key is constructor name; value is
- instream := OPEN '"topics.data"
+ instream := inputTextFile '"topics.data"
while not EOFP instream repeat
line := READLINE instream
while blankLine? line repeat line := READLINE instream