From 8a5c9546715b162c9ed5113621c46e0a250de58f Mon Sep 17 00:00:00 2001 From: dos-reis Date: Sat, 25 Feb 2012 14:20:17 +0000 Subject: * interp/nruncomp.boot (genDeltaEntry): Fix thinko. --- src/ChangeLog | 4 ++++ src/interp/nruncomp.boot | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 + + * interp/nruncomp.boot (genDeltaEntry): Fix thinko. + 2012-02-24 Gabriel Dos Reis * 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 -- cgit v1.2.3