msgidx.inc 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615
  1. type tmsgconst=(
  2. general_t_compilername,
  3. general_d_sourceos,
  4. general_i_targetos,
  5. general_t_exepath,
  6. general_t_unitpath,
  7. general_t_includepath,
  8. general_t_librarypath,
  9. general_t_objectpath,
  10. general_i_abslines_compiled,
  11. general_f_no_memory_left,
  12. scan_f_end_of_file,
  13. scan_f_string_exceeds_line,
  14. scan_f_illegal_char,
  15. scan_f_syn_expected,
  16. scan_t_start_include_file,
  17. scan_w_comment_level,
  18. scan_n_far_directive_ignored,
  19. scan_n_stack_check_global_under_linux,
  20. scan_n_ignored_switch,
  21. scan_w_illegal_switch,
  22. scan_w_switch_is_global,
  23. scan_e_illegal_char_const,
  24. scan_f_cannot_open_input,
  25. scan_f_cannot_open_includefile,
  26. scan_e_too_much_endifs,
  27. scan_w_only_pack_records,
  28. scan_w_only_pack_enum,
  29. scan_e_endif_expected,
  30. scan_e_preproc_syntax_error,
  31. scan_e_error_in_preproc_expr,
  32. scan_w_marco_cut_after_255_chars,
  33. scan_e_endif_without_if,
  34. scan_f_user_defined,
  35. scan_e_user_defined,
  36. scan_w_user_defined,
  37. scan_n_user_defined,
  38. scan_h_user_defined,
  39. scan_i_user_defined,
  40. scan_e_keyword_cant_be_a_macro,
  41. scan_f_macro_buffer_overflow,
  42. scan_w_macro_deep_ten,
  43. scan_e_wrong_styled_switch,
  44. scan_d_handling_switch,
  45. scan_c_endif_found,
  46. scan_c_ifdef_found,
  47. scan_c_ifopt_found,
  48. scan_c_if_found,
  49. scan_c_ifndef_found,
  50. scan_c_else_found,
  51. scan_c_skipping_until,
  52. scan_i_press_enter,
  53. scan_w_unsupported_switch,
  54. scan_w_illegal_directive,
  55. scan_t_back_in,
  56. scan_w_unsupported_app_type,
  57. scan_w_app_type_not_support,
  58. scan_w_unsupported_asmmode_specifier,
  59. scan_w_no_asm_reader_switch_inside_asm,
  60. scan_e_wrong_switch_toggle,
  61. scan_e_resourcefiles_not_supported,
  62. parser_e_syntax_error,
  63. parser_w_proc_far_ignored,
  64. parser_w_proc_near_ignored,
  65. parser_w_proc_register_ignored,
  66. parser_e_no_dll_file_specified,
  67. parser_e_export_name_double,
  68. parser_e_export_ordinal_double,
  69. parser_e_export_invalid_index,
  70. parser_e_constructorname_must_be_init,
  71. parser_e_destructorname_must_be_done,
  72. parser_e_illegal_open_parameter,
  73. parser_e_proc_inline_not_supported,
  74. parser_w_priv_meth_not_virtual,
  75. parser_w_constructor_should_be_public,
  76. parser_w_destructor_should_be_public,
  77. parser_n_only_one_destructor,
  78. parser_e_no_local_objects,
  79. parser_f_no_anonym_objects,
  80. parser_object_has_no_vmt,
  81. parser_e_illegal_parameter_list,
  82. parser_e_wrong_parameter_type,
  83. parser_e_wrong_parameter_size,
  84. parser_e_overloaded_no_procedure,
  85. parser_e_overloaded_have_same_parameters,
  86. parser_e_header_dont_match_forward,
  87. parser_e_header_different_var_names,
  88. parser_n_duplicate_enum,
  89. parser_n_interface_name_diff_implementation_name,
  90. parser_e_no_with_for_variable_in_other_segments,
  91. parser_e_too_much_lexlevel,
  92. parser_e_range_check_error,
  93. parser_w_range_check_error,
  94. parser_e_double_caselabel,
  95. parser_e_case_lower_less_than_upper_bound,
  96. parser_e_type_const_not_possible,
  97. parser_e_no_overloaded_procvars,
  98. parser_e_invalid_string_size,
  99. parser_w_use_extended_syntax_for_objects,
  100. parser_w_no_new_dispose_on_void_pointers,
  101. parser_e_no_new_dispose_on_void_pointers,
  102. parser_e_class_id_expected,
  103. parser_e_no_type_not_allowed_here,
  104. parser_e_methode_id_expected,
  105. parser_e_header_dont_match_any_member,
  106. parser_p_procedure_start,
  107. parser_e_error_in_real,
  108. parser_e_fail_only_in_constructor,
  109. parser_e_no_paras_for_destructor,
  110. parser_e_only_class_methods_via_class_ref,
  111. parser_e_only_class_methods,
  112. parser_e_case_mismatch,
  113. parser_e_illegal_symbol_exported,
  114. parser_w_should_use_override,
  115. parser_e_nothing_to_be_overridden,
  116. parser_e_no_procedure_to_access_property,
  117. parser_w_stored_not_implemented,
  118. parser_e_ill_property_access_sym,
  119. parser_e_cant_access_protected_member,
  120. parser_e_cant_access_private_member,
  121. parser_w_overloaded_are_not_both_virtual,
  122. parser_w_overloaded_are_not_both_non_virtual,
  123. parser_e_overloaded_methodes_not_same_ret,
  124. parser_e_dont_nest_export,
  125. parser_e_methods_dont_be_export,
  126. parser_e_call_by_ref_without_typeconv,
  127. parser_e_no_super_class,
  128. parser_e_self_not_in_method,
  129. parser_e_generic_methods_only_in_methods,
  130. parser_e_illegal_colon_qualifier,
  131. parser_e_illegal_set_expr,
  132. parser_e_pointer_to_class_expected,
  133. parser_e_expr_have_to_be_constructor_call,
  134. parser_e_expr_have_to_be_destructor_call,
  135. parser_e_invalid_record_const,
  136. parser_e_false_with_expr,
  137. parser_e_void_function,
  138. parser_e_constructors_always_objects,
  139. parser_e_operator_not_overloaded,
  140. parser_e_no_reraise_possible,
  141. parser_e_no_new_or_dispose_for_classes,
  142. parser_e_asm_incomp_with_function_return,
  143. parser_e_procedure_overloading_is_off,
  144. parser_e_overload_operator_failed,
  145. parser_e_comparative_operator_return_boolean,
  146. parser_e_only_virtual_methods_abstract,
  147. parser_f_unsupported_feature,
  148. parser_e_mix_of_classes_and_objects,
  149. parser_w_unknown_proc_directive_ignored,
  150. parser_e_absolute_only_one_var,
  151. parser_e_absolute_only_to_var_or_const,
  152. parser_e_initialized_only_one_var,
  153. parser_e_abstract_no_definition,
  154. parser_e_overloaded_must_be_all_global,
  155. parser_w_virtual_without_constructor,
  156. parser_m_macro_defined,
  157. parser_m_macro_undefined,
  158. parser_m_macro_set_to,
  159. parser_i_compiling,
  160. parser_d_compiling_second_time,
  161. parser_e_no_paras_allowed,
  162. parser_e_no_property_found_to_override,
  163. parser_e_only_one_default_property,
  164. parser_e_property_need_paras,
  165. parser_e_constructor_cannot_be_not_virtual,
  166. parser_e_no_default_property_available,
  167. parser_e_cant_have_published,
  168. parser_e_forward_declaration_must_be_resolved,
  169. parser_e_no_local_operator,
  170. parser_e_proc_dir_not_allowed_in_interface,
  171. parser_e_proc_dir_not_allowed_in_implementation,
  172. parser_e_proc_dir_not_allowed_in_procvar,
  173. parser_e_function_already_declared_public_forward,
  174. parser_e_not_external_and_export,
  175. parser_e_name_keyword_expected,
  176. parser_w_not_supported_for_inline,
  177. parser_w_inlining_disabled,
  178. parser_i_writing_browser_log,
  179. parser_h_maybe_deref_caret_missing,
  180. parser_f_assembler_reader_not_supported,
  181. parser_e_proc_dir_conflict,
  182. parser_e_call_convention_dont_match_forward,
  183. parser_e_register_calling_not_supported,
  184. parser_e_property_cant_have_a_default_value,
  185. parser_e_property_default_value_must_const,
  186. parser_e_cant_publish_that,
  187. parser_e_cant_publish_that_property,
  188. parser_w_empty_import_name,
  189. parser_e_empty_import_name,
  190. parser_e_used_proc_name_changed,
  191. parser_e_division_by_zero,
  192. parser_e_invalid_float_operation,
  193. parser_e_array_lower_less_than_upper_bound,
  194. parser_e_string_larger_array,
  195. parser_e_ill_msg_expr,
  196. parser_e_ill_msg_param,
  197. parser_e_duplicate_message_label,
  198. parser_e_self_in_non_message_handler,
  199. parser_e_threadvars_only_sg,
  200. parser_f_direct_assembler_not_allowed,
  201. parser_w_no_objpas_use_mode,
  202. parser_e_no_object_override,
  203. type_e_mismatch,
  204. type_e_incompatible_types,
  205. type_e_not_equal_types,
  206. type_e_integer_expr_expected,
  207. type_e_ordinal_expr_expected,
  208. type_e_type_id_expected,
  209. type_e_variable_id_expected,
  210. type_e_pointer_type_expected,
  211. type_e_class_type_expected,
  212. type_e_varid_or_typeid_expected,
  213. type_e_cant_eval_constant_expr,
  214. type_e_set_element_are_not_comp,
  215. type_e_set_operation_unknown,
  216. type_w_convert_real_2_comp,
  217. type_h_use_div_for_int,
  218. type_e_strict_var_string_violation,
  219. type_e_succ_and_pred_enums_with_assign_not_possible,
  220. type_e_cant_read_write_type,
  221. type_e_typeconflict_in_set,
  222. type_w_maybe_wrong_hi_lo,
  223. type_e_integer_or_real_expr_expected,
  224. type_e_wrong_type_in_array_constructor,
  225. type_e_wrong_parameter_type,
  226. sym_e_id_not_found,
  227. sym_f_internal_error_in_symtablestack,
  228. sym_e_duplicate_id,
  229. sym_h_duplicate_id_where,
  230. sym_e_unknown_id,
  231. sym_e_forward_not_resolved,
  232. sym_f_id_already_typed,
  233. sym_e_error_in_type_def,
  234. sym_e_type_id_not_defined,
  235. sym_e_forward_type_not_resolved,
  236. sym_e_only_static_in_static,
  237. sym_e_invalid_call_tvarsymmangledname,
  238. sym_f_type_must_be_rec_or_class,
  239. sym_e_no_instance_of_abstract_object,
  240. sym_w_label_not_defined,
  241. sym_e_ill_label_decl,
  242. sym_e_goto_and_label_not_supported,
  243. sym_e_label_not_found,
  244. sym_e_id_is_no_label_id,
  245. sym_e_label_already_defined,
  246. sym_e_ill_type_decl_set,
  247. sym_e_class_forward_not_resolved,
  248. sym_h_para_identifier_not_used,
  249. sym_n_local_identifier_not_used,
  250. sym_e_set_expected,
  251. sym_w_function_result_not_set,
  252. sym_e_illegal_field,
  253. sym_n_uninitialized_local_variable,
  254. sym_n_uninitialized_variable,
  255. sym_e_id_no_member,
  256. sym_b_param_list,
  257. cg_e_break_not_allowed,
  258. cg_e_continue_not_allowed,
  259. cg_e_too_complex_expr,
  260. cg_e_illegal_expression,
  261. cg_e_invalid_integer,
  262. cg_e_invalid_qualifier,
  263. cg_e_upper_lower_than_lower,
  264. cg_e_illegal_count_var,
  265. cg_e_cant_choose_overload_function,
  266. cg_e_parasize_too_big,
  267. cg_e_illegal_type_conversion,
  268. cg_e_file_must_call_by_reference,
  269. cg_e_cant_use_far_pointer_there,
  270. cg_e_var_must_be_reference,
  271. cg_e_dont_call_exported_direct,
  272. cg_w_member_cd_call_from_method,
  273. cg_n_inefficient_code,
  274. cg_w_unreachable_code,
  275. cg_e_stackframe_with_esp,
  276. cg_e_cant_call_abstract_method,
  277. cg_f_internal_error_in_getfloatreg,
  278. cg_f_unknown_float_type,
  279. cg_f_secondvecn_base_defined_twice,
  280. cg_f_extended_cg68k_not_supported,
  281. cg_f_32bit_not_supported_in_68000,
  282. cg_f_internal_error_in_secondinline,
  283. cg_d_register_weight,
  284. cg_e_stacklimit_in_local_routine,
  285. cg_d_stackframe_omited,
  286. cg_e_unable_inline_object_methods,
  287. cg_e_unable_inline_procvar,
  288. cg_e_no_code_for_inline_stored,
  289. cg_e_can_access_element_zero,
  290. cg_e_include_not_implemented,
  291. cg_w_may_wrong_math_argument,
  292. cg_e_cannot_call_cons_dest_inside_with,
  293. cg_e_cannot_call_message_direct,
  294. asmr_d_start_reading,
  295. asmr_d_finish_reading,
  296. asmr_e_none_label_contain_at,
  297. asmr_w_override_op_not_supported,
  298. asmr_e_building_record_offset,
  299. asmr_e_offset_without_identifier,
  300. asmr_e_no_local_or_para_allowed,
  301. asmr_e_need_offset,
  302. asmr_e_cant_have_multiple_relocatable_symbols,
  303. asmr_e_only_add_relocatable_symbol,
  304. asmr_e_invalid_constant_expression,
  305. asmr_e_relocatable_symbol_not_allowed,
  306. asmr_e_invalid_reference_syntax,
  307. asmr_e_local_symbol_not_allowed_as_ref,
  308. asmr_e_wrong_base_index,
  309. asmr_e_wrong_scale_factor,
  310. asmr_e_multiple_index,
  311. asmr_e_invalid_operand_type,
  312. asmr_e_invalid_string_as_opcode_operand,
  313. asmr_w_CODE_and_DATA_not_supported,
  314. asmr_e_null_label_ref_not_allowed,
  315. asmr_e_ev_zero_divide,
  316. asmr_e_ev_stack_overflow,
  317. asmr_e_ev_stack_underflow,
  318. asmr_e_ev_invalid_number,
  319. asmr_e_ev_invalid_op,
  320. asmr_e_escape_seq_ignored,
  321. asmr_e_invalid_symbol_ref,
  322. asmr_w_fwait_emu_prob,
  323. asmr_w_calling_overload_func,
  324. asmr_e_unsupported_symbol_type,
  325. asmr_e_constant_out_of_bounds,
  326. asmr_e_error_converting_decimal,
  327. asmr_e_error_converting_octal,
  328. asmr_e_error_converting_binary,
  329. asmr_e_error_converting_hexadecimal,
  330. asmr_h_direct_global_to_mangled,
  331. asmr_w_direct_global_is_overloaded_func,
  332. asmr_e_cannot_use_SELF_outside_a_method,
  333. asmr_e_cannot_use_OLDEBP_outside_nested_procedure,
  334. asmr_e_void_function,
  335. asmr_e_SEG_not_supported,
  336. asmr_e_size_suffix_and_dest_dont_match,
  337. asmr_w_size_suffix_and_dest_dont_match,
  338. asmr_e_syntax_error,
  339. asmr_e_invalid_opcode_and_operand,
  340. asmr_e_syn_operand,
  341. asmr_e_syn_constant,
  342. asmr_e_invalid_string_expression,
  343. asmr_w_const32bit_for_address,
  344. asmr_e_invalid_or_missing_opcode,
  345. asmr_e_invalid_prefix_and_opcode,
  346. asmr_e_invalid_override_and_opcode,
  347. asmr_e_too_many_operands,
  348. asmr_w_near_ignored,
  349. asmr_w_far_ignored,
  350. asmr_e_dup_local_sym,
  351. asmr_e_unknown_local_sym,
  352. asmr_e_unknown_label_identifier,
  353. asmr_e_invalid_fpu_register,
  354. asmr_e_nor_not_supported,
  355. asmr_w_modulo_not_supported,
  356. asmr_e_invalid_float_const,
  357. asmr_e_invalid_float_expr,
  358. asmr_e_wrong_sym_type,
  359. asmr_e_cannot_index_relative_var,
  360. asmr_e_invalid_seg_override,
  361. asmr_w_id_supposed_external,
  362. asmr_e_string_not_allowed_as_const,
  363. asmr_e_no_var_type_specified,
  364. asmr_w_assembler_code_not_returned_to_text,
  365. asmr_e_not_directive_or_local_symbol,
  366. asmr_w_using_defined_as_local,
  367. asmw_f_too_many_asm_files,
  368. asmw_f_assembler_output_not_supported,
  369. asmw_f_comp_not_supported,
  370. asmw_f_direct_not_supported,
  371. asmw_e_alloc_data_only_in_bss,
  372. asmw_f_no_binary_writer_selected,
  373. asmw_e_opcode_not_in_table,
  374. asmw_e_invalid_opcode_and_operands,
  375. asmw_e_16bit_not_supported,
  376. asmw_e_invalid_effective_address,
  377. asmw_e_immediate_or_reference_expected,
  378. asmw_e_value_exceeds_bounds,
  379. asmw_e_short_jmp_out_of_range,
  380. exec_w_source_os_redefined,
  381. exec_i_assembling_pipe,
  382. exec_d_cant_create_asmfile,
  383. exec_w_assembler_not_found,
  384. exec_t_using_assembler,
  385. exec_w_error_while_assembling,
  386. exec_w_cant_call_assembler,
  387. exec_i_assembling,
  388. exec_w_linker_not_found,
  389. exec_t_using_linker,
  390. exec_w_objfile_not_found,
  391. exec_w_libfile_not_found,
  392. exec_w_error_while_linking,
  393. exec_w_cant_call_linker,
  394. exec_i_linking,
  395. exec_w_binder_not_found,
  396. exec_w_ar_not_found,
  397. exec_e_dll_not_supported,
  398. exec_i_closing_script,
  399. exec_w_res_not_found,
  400. exec_i_compilingresource,
  401. execinfo_f_cant_process_executable,
  402. execinfo_f_cant_open_executable,
  403. execinfo_x_codesize,
  404. execinfo_x_initdatasize,
  405. execinfo_x_uninitdatasize,
  406. execinfo_x_stackreserve,
  407. execinfo_x_stackcommit,
  408. unit_t_unitsearch,
  409. unit_t_ppu_loading,
  410. unit_u_ppu_name,
  411. unit_u_ppu_flags,
  412. unit_u_ppu_crc,
  413. unit_u_ppu_time,
  414. unit_u_ppu_file_too_short,
  415. unit_u_ppu_invalid_header,
  416. unit_u_ppu_invalid_version,
  417. unit_u_ppu_invalid_processor,
  418. unit_u_ppu_invalid_target,
  419. unit_u_ppu_source,
  420. unit_u_ppu_write,
  421. unit_f_ppu_cannot_write,
  422. unit_f_ppu_read_error,
  423. unit_f_ppu_read_unexpected_end,
  424. unit_f_ppu_invalid_entry,
  425. unit_f_ppu_dbx_count_problem,
  426. unit_e_illegal_unit_name,
  427. unit_f_too_much_units,
  428. unit_f_circular_unit_reference,
  429. unit_f_cant_compile_unit,
  430. unit_w_switch_us_missed,
  431. unit_f_errors_in_unit,
  432. unit_u_load_unit,
  433. unit_u_recompile_crc_change,
  434. unit_u_recompile_source_found_alone,
  435. unit_u_recompile_staticlib_is_older,
  436. unit_u_recompile_sharedlib_is_older,
  437. unit_u_recompile_obj_and_asm_older,
  438. unit_u_recompile_obj_older_than_asm,
  439. unit_u_start_parse_interface,
  440. unit_u_start_parse_implementation,
  441. unit_u_second_load_unit,
  442. unit_u_check_time,
  443. option_usage,
  444. option_only_one_source_support,
  445. option_def_only_for_os2,
  446. option_no_nested_response_file,
  447. option_no_source_found,
  448. option_illegal_para,
  449. option_help_pages_para,
  450. option_too_many_cfg_files,
  451. option_unable_open_file,
  452. option_reading_further_from,
  453. option_target_is_already_set,
  454. option_no_shared_lib_under_dos,
  455. option_too_many_ifdef,
  456. option_too_many_endif,
  457. option_too_less_endif,
  458. option_no_debug_support,
  459. option_no_debug_support_recompile_fpc,
  460. option_obsolete_switch,
  461. option_obsolete_switch_use_new,
  462. option_switch_bin_to_src_assembler,
  463. option_logo_start,
  464. option_logo_end,
  465. option_info_start,
  466. option_info1,
  467. option_info2,
  468. option_info3,
  469. option_info4,
  470. option_info5,
  471. option_info6,
  472. option_info7,
  473. option_info8,
  474. option_info_end,
  475. ol_begin,
  476. ol001,
  477. ol002,
  478. ol003,
  479. ol004,
  480. ol005,
  481. ol006,
  482. ol007,
  483. ol008,
  484. ol009,
  485. ol010,
  486. ol011,
  487. ol012,
  488. ol013,
  489. ol014,
  490. ol015,
  491. ol016,
  492. ol017,
  493. ol018,
  494. ol019,
  495. ol020,
  496. ol021,
  497. ol022,
  498. ol023,
  499. ol024,
  500. ol025,
  501. ol026,
  502. ol027,
  503. ol028,
  504. ol029,
  505. ol030,
  506. ol031,
  507. ol032,
  508. ol033,
  509. ol034,
  510. ol035,
  511. ol036,
  512. ol037,
  513. ol038,
  514. ol039,
  515. ol040,
  516. ol041,
  517. ol042,
  518. ol043,
  519. ol044,
  520. ol045,
  521. ol046,
  522. ol047,
  523. ol048,
  524. ol049,
  525. ol050,
  526. ol051,
  527. ol052,
  528. ol053,
  529. ol054,
  530. ol055,
  531. ol056,
  532. ol057,
  533. ol058,
  534. ol059,
  535. ol060,
  536. ol061,
  537. ol062,
  538. ol063,
  539. ol064,
  540. ol065,
  541. ol066,
  542. ol067,
  543. ol068,
  544. ol069,
  545. ol070,
  546. ol071,
  547. ol072,
  548. ol073,
  549. ol074,
  550. ol075,
  551. ol076,
  552. ol077,
  553. ol078,
  554. ol079,
  555. ol080,
  556. ol081,
  557. ol082,
  558. ol083,
  559. ol084,
  560. ol085,
  561. ol086,
  562. ol087,
  563. ol088,
  564. ol089,
  565. ol090,
  566. ol091,
  567. ol092,
  568. ol093,
  569. ol094,
  570. ol095,
  571. ol096,
  572. ol097,
  573. ol098,
  574. ol099,
  575. ol100,
  576. ol101,
  577. ol102,
  578. ol103,
  579. ol104,
  580. ol105,
  581. ol106,
  582. ol107,
  583. ol108,
  584. ol109,
  585. ol110,
  586. ol111,
  587. ol112,
  588. ol113,
  589. ol114,
  590. ol115,
  591. ol116,
  592. ol117,
  593. ol118,
  594. ol119,
  595. ol120,
  596. ol121,
  597. ol122,
  598. ol123,
  599. ol124,
  600. ol125,
  601. ol126,
  602. ol127,
  603. ol128,
  604. ol129,
  605. ol130,
  606. ol131,
  607. ol132,
  608. ol133,
  609. ol134,
  610. ol135,
  611. ol136,
  612. ol137,
  613. ol_end,
  614. endmsgconst
  615. );