aboutsummaryrefslogtreecommitdiff
path: root/src/interp/i-spec2.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2009-04-20 15:07:26 +0000
committerdos-reis <gdr@axiomatics.org>2009-04-20 15:07:26 +0000
commit4601ffa3bc49e44b09f7d58f355d76f4d06de220 (patch)
treef85d37165cf252ff2bda3fb3aa1f08bec1fd0f43 /src/interp/i-spec2.boot
parent107ad31254bf3de30516ce0f2563892bacf9cb60 (diff)
downloadopen-axiom-4601ffa3bc49e44b09f7d58f355d76f4d06de220.tar.gz
* interp/sys-constants.boot ($Identifier): New.
* interp/compiler.boot (compQuote): Use the target mode if appropriate. * interp/i-spec2.boot (upQUOTE): Likewise. * algebra/syntax.spad.pamphlet: Use Identifier in lieu of Symbol.
Diffstat (limited to 'src/interp/i-spec2.boot')
-rw-r--r--src/interp/i-spec2.boot1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interp/i-spec2.boot b/src/interp/i-spec2.boot
index 0f158a2b..7c849c00 100644
--- a/src/interp/i-spec2.boot
+++ b/src/interp/i-spec2.boot
@@ -810,6 +810,7 @@ upQUOTE t ==
m:= getBasicMode expr => m
IDENTP expr =>
-- $useSymbolNotVariable => $Symbol
+ getTarget t = $Identifier => $Identifier
['Variable,expr]
$InputForm
evalQUOTE(op,[expr],ms)