File: autolo.mac

package info (click to toggle)
maxima 5.10.0-6
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 44,268 kB
  • ctags: 17,987
  • sloc: lisp: 152,894; fortran: 14,667; perl: 14,204; tcl: 10,103; sh: 3,376; makefile: 2,202; ansic: 471; awk: 7
file content (27 lines) | stat: -rw-r--r-- 704 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/*-*-macsyma-*-*/

/* Autoload definitions for the macsyma macro library.

   Do   LOAD(AUTOLO)

 */

eval_when([translate,batch,demo],
          if not(member('macro,properties(load_package))) then load(packg))$

herald_package(sharem)$

setup_autoload_macro("max$disk:[sharem]basic",
		     prog1, push, pop, tr_ev, symbolcheck)$

setup_autoload_macro("max$disk:[sharem]defm",defm)$

setup_autoload_macro("max$disk:[sharem]keyarg",def_keyarg)$

setup_autoload_macro("max$disk:[sharem]contrl", cond ,caseq)$

setup_autoload_macro("max$disk:[sharem]defstm",
		     def_structure, %aux_constructor%, %aux_alterant%,
		     initialize_structure_list)$

setup_autoload_macro("max$disk:[sharem]fexpr", def)$