aboutsummaryrefslogtreecommitdiff
path: root/src/interp/intfile.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/intfile.boot')
-rw-r--r--src/interp/intfile.boot4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interp/intfile.boot b/src/interp/intfile.boot
index 5bd0fdcb..f87b3e5d 100644
--- a/src/interp/intfile.boot
+++ b/src/interp/intfile.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
@@ -46,7 +46,7 @@ shoeIntern (s)==
f:=first s
# f < 8 => shoeIntern rest s
f.0=char " " =>shoeIntern rest s
- a:=INTERN subString(f,0,8)
+ a:=makeSymbol subString(f,0,8)
[b,c]:= shoeStrings rest s
GET(a,"MSGS") := b
shoeIntern c