1
2
3
4
5
6
7
8 dcl (
9 undefined_atom init(100),
10 undefined_function init(101),
11 too_many_args init(102),
12 too_few_args init(103),
13 file_system_error init(104),
14 bad_argument init(105),
15 undefined_subr init(106),
16 bad_function init(107),
17 bad_bv init(108),
18 unseen_go_tag init(109),
19 throw_to_no_catch init(110),
20 nonfixedarg init(111),
21 parenmissing init(112),
22 doterror init(113),
23 illobj init(114),
24 badmacro init(115),
25 shortreadlist init(116),
26 badreadlist init(117),
27 array_bound_error init(118),
28 car_cdr_error init(119),
29 bad_arg_correctable init(120),
30 bad_prog_op init(121),
31 no_lexpr init(122),
32 wrong_no_args init(123),
33 bad_ibase init(124),
34 bad_base init(125),
35 bad_input_source init(126),
36 bad_output_dest init(127),
37 nihil_ex_nihile init(128),
38 not_pdl_ptr init(131),
39 bad_f_fcn init(134),
40 overflow_err init(135),
41 mismatch_super_parens init(136),
42 no_left_super_paren init(137),
43 flonum_too_big init(138),
44 quoterror init(139),
45 badreadtable init(140),
46 badobarray init(141),
47 atan_0_0_err init(142),
48 unable_to_float init(143),
49 division_by_zero init(144),
50 eof_in_object init(145),
51 cant_filepos init(146),
52 filepos_oob init(147),
53 file_sys_fun_err init(148),
54 stars_left_in_name init(149),
55 io_wrong_direction init(150),
56 file_is_closed init(151),
57 reopen_inconsistent init(152),
58 bad_entry_name init(153),
59 bad_do_format init(154),
60 not_an_array init(155),
61 not_alpha_array init(156),
62 include_file_error init(157),
63 stack_loss_error init(158),
64 underflow_fault init(159),
65 zerodivide_fault init(160),
66 bad_array_subscript init(161),
67 store_not_allowed init(162),
68 dead_array_reference init(163),
69 cant_subscript_readtable init(164),
70 not_same_type init(165),
71 special_array_type init(166),
72 array_too_big init(167),
73 argument_must_be_array init(168),
74 store_function_misused init(169)
75 ) fixed bin static;
76
77