aboutsummaryrefslogtreecommitdiff
path: root/src/interp/br-data.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/br-data.boot')
-rw-r--r--src/interp/br-data.boot4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interp/br-data.boot b/src/interp/br-data.boot
index f137ecaa..8f513175 100644
--- a/src/interp/br-data.boot
+++ b/src/interp/br-data.boot
@@ -479,13 +479,13 @@ getImports conname == --called by mkUsersHashTable
op = 'QUOTE or op = 'NRTEVAL => CAR args
op = 'local => first args
op = 'Record =>
- ['Record,:[[":",CADR y,doImport(CADDR y,template)] for y in args]]
+ ['Record,:[[":",second y,doImport(third y,template)] for y in args]]
--TTT next three lines: handles some tagged/untagged Union case.
op = 'Union=>
args is [['_:,:x1],:x2] =>
-- CAAR args = '_: => -- tagged!
- ['Union,:[[":",CADR y,doImport(CADDR y,template)] for y in args]]
+ ['Union,:[[":",second y,doImport(third y,template)] for y in args]]
[op,:[doImport(y,template) for y in args]]
[op,:[doImport(y,template) for y in args]]