diff options
author | dos-reis <gdr@axiomatics.org> | 2012-02-25 14:20:17 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2012-02-25 14:20:17 +0000 |
commit | 8a5c9546715b162c9ed5113621c46e0a250de58f (patch) | |
tree | 28c4d22b79776feade0cab6a7dbf19a958498779 /src | |
parent | 2918e9b3cf5c5a39c85c765a79236e01a9540629 (diff) | |
download | open-axiom-8a5c9546715b162c9ed5113621c46e0a250de58f.tar.gz |
* interp/nruncomp.boot (genDeltaEntry): Fix thinko.
Diffstat (limited to 'src')
-rw-r--r-- | src/ChangeLog | 4 | ||||
-rw-r--r-- | src/interp/nruncomp.boot | 2 |
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 |