diff options
author | dos-reis <gdr@axiomatics.org> | 2009-10-26 02:06:47 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2009-10-26 02:06:47 +0000 |
commit | d9bb3b6ba4d75814b63b3308e333f9d3ad8a85ee (patch) | |
tree | acb4aba1839527c628c1aa6eacc4eb4258d64fa4 /src/interp | |
parent | e23e15aa5c1a1e476fb022edaefe95f5fbe9c97e (diff) | |
download | open-axiom-d9bb3b6ba4d75814b63b3308e333f9d3ad8a85ee.tar.gz |
Remove duplicate libtool target
Diffstat (limited to 'src/interp')
-rw-r--r-- | src/interp/i-coerfn.boot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/i-coerfn.boot b/src/interp/i-coerfn.boot index 4d2c3df5..150e97e4 100644 --- a/src/interp/i-coerfn.boot +++ b/src/interp/i-coerfn.boot @@ -2079,7 +2079,7 @@ SETANDFILEQ($CoerceTable,NCONC($CoerceTable,'( _ (OrderedVariableList partial Sy2OV) _ (Polynomial total Sy2P) _ (UnivariatePolynomial indeterm Sy2Up) _ - (Variable indeterm Sy2Var) _ + (Variable partial Sy2Var) _ ) ) _ (UnivariatePolynomial . ( _ (DistributedMultivariatePolynomial indeterm Up2Dmp) _ |