aboutsummaryrefslogtreecommitdiff
path: root/src/interp/nruncomp.boot
diff options
context:
space:
mode:
authorGabriel Dos Reis <gdr@axiomatics.org>2015-12-26 10:38:16 -0800
committerGabriel Dos Reis <gdr@axiomatics.org>2015-12-26 10:38:16 -0800
commit51d3d7ce39721742aaf673b358b24239be328b45 (patch)
tree4f9da071d529e1344d7cc149d567110c643c6e37 /src/interp/nruncomp.boot
parent9f299a0bd99f3146412a482b92aa6902fd32d5cf (diff)
downloadopen-axiom-51d3d7ce39721742aaf673b358b24239be328b45.tar.gz
Remove dispatchFunction.
Diffstat (limited to 'src/interp/nruncomp.boot')
-rw-r--r--src/interp/nruncomp.boot4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interp/nruncomp.boot b/src/interp/nruncomp.boot
index e35db5a9..3f5d0446 100644
--- a/src/interp/nruncomp.boot
+++ b/src/interp/nruncomp.boot
@@ -1,6 +1,6 @@
-- Copyright (c) 1991-2002, The Numerical Algorithms Group Ltd.
-- All rights reserved.
--- Copyright (C) 2007-2013, Gabriel Dos Reis.
+-- Copyright (C) 2007-2015, Gabriel Dos Reis.
-- All rights reserved.
--
-- Redistribution and use in source and binary forms, with or without
@@ -339,7 +339,7 @@ descendCodeTran(db,u,condList) ==
u.rest := nil
domainRef(dbTemplate db,i) :=
fn is '%constant => a
- fn is ['dispatchFunction,fn'] => fn'
+ fn is ['%function,fn'] => fn'
fn
nil --code for this will be generated by the instantiator
u is ['%when,:c] =>