Remove an old, commented-out ERRSET macro definition
commit8c799f67da4976f4748bd8b0206b2177e8462ade
authorKris Katterjohn <katterjohn@gmail.com>
Wed, 30 May 2018 23:33:53 +0000 (30 18:33 -0500)
committerKris Katterjohn <katterjohn@gmail.com>
Wed, 30 May 2018 23:33:53 +0000 (30 18:33 -0500)
treeb99f0e35cb8c0ae8fe5496e45a47e40b6499642a
parentdafafb28053f3784073e6b7596c178c46b18247f
Remove an old, commented-out ERRSET macro definition

This ERRSET was present in Maxima v5.0 and was used on old lisps
which had no error handling (or at least when there was no other
ERRSET definition available).  All it did was evaluate the first
argument and wrap its return value in a list.

The ERRSET macro using HANDLER-CASE has been used for all lisps
(and this old definition has been commented-out) since commit
ad12e542 in 2004.
src/generr.lisp