3 /* Autoload definitions for the macsyma macro library.
9 eval_when([translate,batch,demo],
10 if not(member('macro,properties(load_package))) then load(packg))$
12 herald_package(sharem)$
14 setup_autoload_macro("basic",
15 prog1, push, pop, tr_ev, symbolcheck)$
17 setup_autoload_macro("defm",defm)$
19 setup_autoload_macro("keyarg",def_keyarg)$
21 setup_autoload_macro("contrl", cond ,caseq)$
23 setup_autoload_macro("defstm",
24 def_structure, %aux_constructor%, %aux_alterant%,
25 initialize_structure_list)$
27 setup_autoload_macro("expr", def)$