aboutsummaryrefslogtreecommitdiff
path: root/src/interp/packtran.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/packtran.boot')
-rw-r--r--src/interp/packtran.boot4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interp/packtran.boot b/src/interp/packtran.boot
index a49da1f2..d8ef9d69 100644
--- a/src/interp/packtran.boot
+++ b/src/interp/packtran.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
@@ -44,7 +44,7 @@ packageTran sex ==
-- current package
symbol? sex =>
EQ(_*PACKAGE_*, SYMBOL_-PACKAGE sex) => sex
- INTERN symbolName sex
+ makeSymbol symbolName sex
cons? sex =>
sex.first := packageTran first sex
sex.rest := packageTran rest sex