repo.or.cz
/
maxima.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
This is the commit for a fiz of the WxMaxima debug issue.
[maxima.git]
/
share
/
contrib
/
gentran
/
gentran.lisp
blob
104b4db719f628b58b9f93f4fb808e22e48dcb01
1
(
in-package
#:
maxima
)
2
3
#+(
or
ecl abcl
)
4
(
$load
"lisp-utils/defsystem.lisp"
)
5
6
(
load
(
merge-pathnames
(
make-pathname
:
name
"gentran"
:
type
"system"
)
7
(
maxima-load-pathname-directory
)))
8
9
(
mk
:
oos
"gentran"
:
compile
)