aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/ChangeLog4
-rw-r--r--src/interp/nruncomp.boot2
2 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 2a806a2e..5a72e0a2 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
+2012-02-25 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
+ * interp/nruncomp.boot (genDeltaEntry): Fix thinko.
+
2012-02-24 Gabriel Dos Reis <gdr@cs.tamu.edu>
* algebra/catdef.spad.pamphlet (BinaryOperatorCategory): New.
diff --git a/src/interp/nruncomp.boot b/src/interp/nruncomp.boot
index 1d49bce2..875fab0e 100644
--- a/src/interp/nruncomp.boot
+++ b/src/interp/nruncomp.boot
@@ -224,7 +224,7 @@ genDeltaEntry(op,mm,e) ==
dbUsedEntities(db) := [[desc,op,dc,:nsig,kind],:dbUsedEntities db]
dbEntityCount(db) := dbEntityCount db + 1
n
- impl := optDeltaEntry(op,nsig,odc,kind) => impl
+ impl := optDeltaEntry(op,nsig,dc,kind) => impl
u
++ Return the slot number (within the template vector of the functor