diff options
author | dos-reis <gdr@axiomatics.org> | 2012-06-03 18:25:55 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2012-06-03 18:25:55 +0000 |
commit | 3e1313d951e807417a344c5fda677b98dcb462c8 (patch) | |
tree | 1502cb035b5238858cebba0628553d64388e9abd /src/algebra/acplot.spad.pamphlet | |
parent | 3e906e4a73ec71b8d48f00104c38cb8778b9e176 (diff) | |
download | open-axiom-3e1313d951e807417a344c5fda677b98dcb462c8.tar.gz |
* interp/preparse.lisp ($LineList): Remove.
(INITIALIZE-PREPARSE): Do not set it.
(preparse1): Do not reference it. Do not test for ioTerminal? and
the input is always a disk file.
* interp/spad-parser.boot (findCommentBlock): Do not reference
$EchoLineStack.
(preparseReadLine1): Do not reference $LineList.
Diffstat (limited to 'src/algebra/acplot.spad.pamphlet')
-rw-r--r-- | src/algebra/acplot.spad.pamphlet | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/algebra/acplot.spad.pamphlet b/src/algebra/acplot.spad.pamphlet index 9a33330a..c79f6798 100644 --- a/src/algebra/acplot.spad.pamphlet +++ b/src/algebra/acplot.spad.pamphlet @@ -83,7 +83,6 @@ import UnivariatePolynomial import SparseUnivariatePolynomial import Point import List ---% PlaneAlgebraicCurvePlot ++ Plot a NON-SINGULAR plane algebraic curve p(x,y) = 0. ++ Author: Clifton J. Williamson ++ Date Created: Fall 1988 |