Remove the obsolete DEFMTRFUN-EXTERNAL macro
commit40f9229cbf9ac24ed6379efd460791cd651ca619
authorKris Katterjohn <katterjohn@gmail.com>
Sun, 30 Jun 2024 19:16:19 +0000 (30 15:16 -0400)
committerKris Katterjohn <katterjohn@gmail.com>
Sun, 30 Jun 2024 19:16:19 +0000 (30 15:16 -0400)
tree459c248749f332bb1841405423b0af12a7fc9a5b
parentccc12063d3e6b63543e1db2b8b38abc1fe90aec1
Remove the obsolete DEFMTRFUN-EXTERNAL macro

In Macsyma this would conditionally set up type declarations and store
away info for MFUNCTION-CALL use.

This macro hasn't done anything useful in Maxima, at least as far back
as Maxima 5.0.  Also these forms aren't actually being emitted in
translated code anyway (more to come).

No problems with the test suite, share test suite or rtest_translator.
src/mdefun.lisp
src/transl.lisp