diff options
Diffstat (limited to 'stdlib/except.tl')
-rw-r--r-- | stdlib/except.tl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stdlib/except.tl b/stdlib/except.tl index 542ceacb..9a56c816 100644 --- a/stdlib/except.tl +++ b/stdlib/except.tl @@ -24,6 +24,7 @@ ;; CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ;; ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE ;; POSSIBILITY OF SUCH DAMAGE. + (defun sys:handle-bad-syntax (item) (throwf 'eval-error "~s: bad clause syntax: ~s" 'handle item)) |