Skip to content

Instantly share code, notes, and snippets.

@axtens
Created March 17, 2025 04:44
Show Gist options
  • Save axtens/e53fe86a07e37c2d95e45c6d40d9bc1b to your computer and use it in GitHub Desktop.
Save axtens/e53fe86a07e37c2d95e45c6d40d9bc1b to your computer and use it in GitHub Desktop.
This file has been truncated, but you can view the full file.
make code-page-db interpreter translator library debug-library backend lib818
make[1]: Nothing to be done for 'code-page-db'.
make[1]: Nothing to be done for 'interpreter'.
mkdir -p /home/bugmagnet/euphoria/source/build/transobj/back
make[1]: Nothing to be done for 'library'.
make[1]: Nothing to be done for 'debug-library'.
mkdir -p /home/bugmagnet/euphoria/source/build/backobj/back
make backendsource EBACKEND=1 OBJDIR=backobj CONFIG=/home/bugmagnet/euphoria/source/config.gnu EDEBUG= EPROFILE=
make[2]: Nothing to be done for 'backendsource'.
make /home/bugmagnet/euphoria/source/build/eub EBACKEND=1 OBJDIR=backobj CONFIG=/home/bugmagnet/euphoria/source/config.gnu EDEBUG= EPROFILE=
gcc -DEX86_64 -m64 -pthread -Wno-unused-variable -Wno-unused-but-set-variable -c -fsigned-char -ffast-math -O3 -Os -ffast-math -fomit-frame-pointer -ffast-math -O3 -Os -I/home/bugmagnet/euphoria/source -I/home/bugmagnet/euphoria -DARCH=ix86_64 -DEREL_TYPE="development" -O3 -no-pie /home/bugmagnet/euphoria/source/build/backobj/init-.c -I/usr/share/euphoria -o/home/bugmagnet/euphoria/source/build/backobj/init-.o
/home/bugmagnet/euphoria/source/build/backobj/init-.c: In function ‘init_literal’:
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9781:5: warning: implicit declaration of function ‘init_literal0’; did you mean ‘init_literal’? [-Wimplicit-function-declaration]
9781 | init_literal0();
| ^~~~~~~~~~~~~
| init_literal
/home/bugmagnet/euphoria/source/build/backobj/init-.c: At top level:
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9787:8: error: redefinition of ‘_2interpret_150’
9787 | object _2interpret_150 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4062:8: note: previous definition of ‘_2interpret_150’ with type ‘object’ {aka ‘long int’}
4062 | object _2interpret_150 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9788:8: error: redefinition of ‘_2translate_151’
9788 | object _2translate_151 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4063:8: note: previous definition of ‘_2translate_151’ with type ‘object’ {aka ‘long int’}
4063 | object _2translate_151 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9789:8: error: redefinition of ‘_2bind_152’
9789 | object _2bind_152 = NOVALUE;
| ^~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4064:8: note: previous definition of ‘_2bind_152’ with type ‘object’ {aka ‘long int’}
4064 | object _2bind_152 = NOVALUE;
| ^~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9790:8: error: redefinition of ‘_2do_extra_check_153’
9790 | object _2do_extra_check_153 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4065:8: note: previous definition of ‘_2do_extra_check_153’ with type ‘object’ {aka ‘long int’}
4065 | object _2do_extra_check_153 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9791:8: error: redefinition of ‘_2init_backend_rid_154’
9791 | object _2init_backend_rid_154 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4066:8: note: previous definition of ‘_2init_backend_rid_154’ with type ‘object’ {aka ‘long int’}
4066 | object _2init_backend_rid_154 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9792:8: error: redefinition of ‘_2backend_rid_156’
9792 | object _2backend_rid_156 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4067:8: note: previous definition of ‘_2backend_rid_156’ with type ‘object’ {aka ‘long int’}
4067 | object _2backend_rid_156 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9793:8: error: redefinition of ‘_2extract_options_rid_157’
9793 | object _2extract_options_rid_157 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4068:8: note: previous definition of ‘_2extract_options_rid_157’ with type ‘object’ {aka ‘long int’}
4068 | object _2extract_options_rid_157 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9794:8: error: redefinition of ‘_2output_il_rid_158’
9794 | object _2output_il_rid_158 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4069:8: note: previous definition of ‘_2output_il_rid_158’ with type ‘object’ {aka ‘long int’}
4069 | object _2output_il_rid_158 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9795:8: error: redefinition of ‘_2backend_159’
9795 | object _2backend_159 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4070:8: note: previous definition of ‘_2backend_159’ with type ‘object’ {aka ‘long int’}
4070 | object _2backend_159 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9796:8: error: redefinition of ‘_2check_platform_rid_160’
9796 | object _2check_platform_rid_160 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4071:8: note: previous definition of ‘_2check_platform_rid_160’ with type ‘object’ {aka ‘long int’}
4071 | object _2check_platform_rid_160 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9797:8: error: redefinition of ‘_2target_plat_161’
9797 | object _2target_plat_161 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4072:8: note: previous definition of ‘_2target_plat_161’ with type ‘object’ {aka ‘long int’}
4072 | object _2target_plat_161 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9798:8: error: redefinition of ‘_4PROT_EXEC_241’
9798 | object _4PROT_EXEC_241 = 4;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4073:8: note: previous definition of ‘_4PROT_EXEC_241’ with type ‘object’ {aka ‘long int’}
4073 | object _4PROT_EXEC_241 = 4;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9799:8: error: redefinition of ‘_4PROT_READ_242’
9799 | object _4PROT_READ_242 = 1;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4074:8: note: previous definition of ‘_4PROT_READ_242’ with type ‘object’ {aka ‘long int’}
4074 | object _4PROT_READ_242 = 1;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9800:8: error: redefinition of ‘_4PROT_WRITE_243’
9800 | object _4PROT_WRITE_243 = 2;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4075:8: note: previous definition of ‘_4PROT_WRITE_243’ with type ‘object’ {aka ‘long int’}
4075 | object _4PROT_WRITE_243 = 2;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9801:8: error: redefinition of ‘_4PROT_NONE_244’
9801 | object _4PROT_NONE_244 = 0;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4076:8: note: previous definition of ‘_4PROT_NONE_244’ with type ‘object’ {aka ‘long int’}
4076 | object _4PROT_NONE_244 = 0;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9802:8: error: redefinition of ‘_4PAGE_EXECUTE_245’
9802 | object _4PAGE_EXECUTE_245 = 4;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4077:8: note: previous definition of ‘_4PAGE_EXECUTE_245’ with type ‘object’ {aka ‘long int’}
4077 | object _4PAGE_EXECUTE_245 = 4;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9803:8: error: redefinition of ‘_4PAGE_EXECUTE_READ_246’
9803 | object _4PAGE_EXECUTE_READ_246 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4078:8: note: previous definition of ‘_4PAGE_EXECUTE_READ_246’ with type ‘object’ {aka ‘long int’}
4078 | object _4PAGE_EXECUTE_READ_246 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9804:8: error: redefinition of ‘_4PAGE_EXECUTE_READWRITE_248’
9804 | object _4PAGE_EXECUTE_READWRITE_248 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4079:8: note: previous definition of ‘_4PAGE_EXECUTE_READWRITE_248’ with type ‘object’ {aka ‘long int’}
4079 | object _4PAGE_EXECUTE_READWRITE_248 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9805:8: error: redefinition of ‘_4PAGE_EXECUTE_WRITECOPY_251’
9805 | object _4PAGE_EXECUTE_WRITECOPY_251 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4080:8: note: previous definition of ‘_4PAGE_EXECUTE_WRITECOPY_251’ with type ‘object’ {aka ‘long int’}
4080 | object _4PAGE_EXECUTE_WRITECOPY_251 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9806:8: error: redefinition of ‘_4PAGE_WRITECOPY_254’
9806 | object _4PAGE_WRITECOPY_254 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4081:8: note: previous definition of ‘_4PAGE_WRITECOPY_254’ with type ‘object’ {aka ‘long int’}
4081 | object _4PAGE_WRITECOPY_254 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9807:8: error: redefinition of ‘_4PAGE_READWRITE_256’
9807 | object _4PAGE_READWRITE_256 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4082:8: note: previous definition of ‘_4PAGE_READWRITE_256’ with type ‘object’ {aka ‘long int’}
4082 | object _4PAGE_READWRITE_256 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9808:8: error: redefinition of ‘_4PAGE_READONLY_258’
9808 | object _4PAGE_READONLY_258 = 1;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4083:8: note: previous definition of ‘_4PAGE_READONLY_258’ with type ‘object’ {aka ‘long int’}
4083 | object _4PAGE_READONLY_258 = 1;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9809:8: error: redefinition of ‘_4PAGE_NOACCESS_259’
9809 | object _4PAGE_NOACCESS_259 = 0;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4084:8: note: previous definition of ‘_4PAGE_NOACCESS_259’ with type ‘object’ {aka ‘long int’}
4084 | object _4PAGE_NOACCESS_259 = 0;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9810:8: error: redefinition of ‘_4PAGE_NONE_260’
9810 | object _4PAGE_NONE_260 = 0;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4085:8: note: previous definition of ‘_4PAGE_NONE_260’ with type ‘object’ {aka ‘long int’}
4085 | object _4PAGE_NONE_260 = 0;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9811:8: error: redefinition of ‘_4PAGE_READ_EXECUTE_261’
9811 | object _4PAGE_READ_EXECUTE_261 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4086:8: note: previous definition of ‘_4PAGE_READ_EXECUTE_261’ with type ‘object’ {aka ‘long int’}
4086 | object _4PAGE_READ_EXECUTE_261 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9812:8: error: redefinition of ‘_4PAGE_READ_WRITE_262’
9812 | object _4PAGE_READ_WRITE_262 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4087:8: note: previous definition of ‘_4PAGE_READ_WRITE_262’ with type ‘object’ {aka ‘long int’}
4087 | object _4PAGE_READ_WRITE_262 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9813:8: error: redefinition of ‘_4PAGE_READ_263’
9813 | object _4PAGE_READ_263 = 1;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4088:8: note: previous definition of ‘_4PAGE_READ_263’ with type ‘object’ {aka ‘long int’}
4088 | object _4PAGE_READ_263 = 1;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9814:8: error: redefinition of ‘_4PAGE_READ_WRITE_EXECUTE_264’
9814 | object _4PAGE_READ_WRITE_EXECUTE_264 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4089:8: note: previous definition of ‘_4PAGE_READ_WRITE_EXECUTE_264’ with type ‘object’ {aka ‘long int’}
4089 | object _4PAGE_READ_WRITE_EXECUTE_264 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9815:8: error: redefinition of ‘_4PAGE_WRITE_EXECUTE_COPY_265’
9815 | object _4PAGE_WRITE_EXECUTE_COPY_265 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4090:8: note: previous definition of ‘_4PAGE_WRITE_EXECUTE_COPY_265’ with type ‘object’ {aka ‘long int’}
4090 | object _4PAGE_WRITE_EXECUTE_COPY_265 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9816:8: error: redefinition of ‘_4PAGE_WRITE_COPY_266’
9816 | object _4PAGE_WRITE_COPY_266 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4091:8: note: previous definition of ‘_4PAGE_WRITE_COPY_266’ with type ‘object’ {aka ‘long int’}
4091 | object _4PAGE_WRITE_COPY_266 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9817:8: error: redefinition of ‘_4MEMORY_PROTECTION_267’
9817 | object _4MEMORY_PROTECTION_267 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4092:8: note: previous definition of ‘_4MEMORY_PROTECTION_267’ with type ‘object’ {aka ‘long int’}
4092 | object _4MEMORY_PROTECTION_267 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9818:8: error: redefinition of ‘_4DEP_really_works_293’
9818 | object _4DEP_really_works_293 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4093:8: note: previous definition of ‘_4DEP_really_works_293’ with type ‘object’ {aka ‘long int’}
4093 | object _4DEP_really_works_293 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9819:8: error: redefinition of ‘_4use_DEP_294’
9819 | object _4use_DEP_294 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4094:8: note: previous definition of ‘_4use_DEP_294’ with type ‘object’ {aka ‘long int’}
4094 | object _4use_DEP_294 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9820:8: error: redefinition of ‘_4MEM_COMMIT_295’
9820 | object _4MEM_COMMIT_295 = 4096;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4095:8: note: previous definition of ‘_4MEM_COMMIT_295’ with type ‘object’ {aka ‘long int’}
4095 | object _4MEM_COMMIT_295 = 4096;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9821:8: error: redefinition of ‘_4MEM_RESERVE_297’
9821 | object _4MEM_RESERVE_297 = 8192;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4096:8: note: previous definition of ‘_4MEM_RESERVE_297’ with type ‘object’ {aka ‘long int’}
4096 | object _4MEM_RESERVE_297 = 8192;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9822:8: error: redefinition of ‘_4MEM_RESET_299’
9822 | object _4MEM_RESET_299 = 524288;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4097:8: note: previous definition of ‘_4MEM_RESET_299’ with type ‘object’ {aka ‘long int’}
4097 | object _4MEM_RESET_299 = 524288;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9823:8: error: redefinition of ‘_4MEM_RELEASE_301’
9823 | object _4MEM_RELEASE_301 = 32768;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4098:8: note: previous definition of ‘_4MEM_RELEASE_301’ with type ‘object’ {aka ‘long int’}
4098 | object _4MEM_RELEASE_301 = 32768;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9824:8: error: redefinition of ‘_4FREE_RID_303’
9824 | object _4FREE_RID_303 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4099:8: note: previous definition of ‘_4FREE_RID_303’ with type ‘object’ {aka ‘long int’}
4099 | object _4FREE_RID_303 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9825:8: error: redefinition of ‘_4A_READ_304’
9825 | object _4A_READ_304 = NOVALUE;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4100:8: note: previous definition of ‘_4A_READ_304’ with type ‘object’ {aka ‘long int’}
4100 | object _4A_READ_304 = NOVALUE;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9826:8: error: redefinition of ‘_4A_WRITE_305’
9826 | object _4A_WRITE_305 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4101:8: note: previous definition of ‘_4A_WRITE_305’ with type ‘object’ {aka ‘long int’}
4101 | object _4A_WRITE_305 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9827:8: error: redefinition of ‘_4A_EXECUTE_306’
9827 | object _4A_EXECUTE_306 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4102:8: note: previous definition of ‘_4A_EXECUTE_306’ with type ‘object’ {aka ‘long int’}
4102 | object _4A_EXECUTE_306 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9828:8: error: redefinition of ‘_4M_ALLOC_307’
9828 | object _4M_ALLOC_307 = 16;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4103:8: note: previous definition of ‘_4M_ALLOC_307’ with type ‘object’ {aka ‘long int’}
4103 | object _4M_ALLOC_307 = 16;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9829:8: error: redefinition of ‘_4M_FREE_308’
9829 | object _4M_FREE_308 = 17;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4104:8: note: previous definition of ‘_4M_FREE_308’ with type ‘object’ {aka ‘long int’}
4104 | object _4M_FREE_308 = 17;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9830:8: error: redefinition of ‘_5MAX_ADDR_321’
9830 | object _5MAX_ADDR_321 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4105:8: note: previous definition of ‘_5MAX_ADDR_321’ with type ‘object’ {aka ‘long int’}
4105 | object _5MAX_ADDR_321 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9831:8: error: redefinition of ‘_5check_calls_354’
9831 | object _5check_calls_354 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4106:8: note: previous definition of ‘_5check_calls_354’ with type ‘object’ {aka ‘long int’}
4106 | object _5check_calls_354 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9832:8: error: redefinition of ‘_5BORDER_SPACE_380’
9832 | object _5BORDER_SPACE_380 = 0;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4107:8: note: previous definition of ‘_5BORDER_SPACE_380’ with type ‘object’ {aka ‘long int’}
4107 | object _5BORDER_SPACE_380 = 0;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9833:8: error: redefinition of ‘_5leader_381’
9833 | object _5leader_381 = NOVALUE;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4108:8: note: previous definition of ‘_5leader_381’ with type ‘object’ {aka ‘long int’}
4108 | object _5leader_381 = NOVALUE;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9834:8: error: redefinition of ‘_5trailer_383’
9834 | object _5trailer_383 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4109:8: note: previous definition of ‘_5trailer_383’ with type ‘object’ {aka ‘long int’}
4109 | object _5trailer_383 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9835:8: error: redefinition of ‘_7M_CRASH_MESSAGE_409’
9835 | object _7M_CRASH_MESSAGE_409 = 37;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4110:8: note: previous definition of ‘_7M_CRASH_MESSAGE_409’ with type ‘object’ {aka ‘long int’}
4110 | object _7M_CRASH_MESSAGE_409 = 37;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9836:8: error: redefinition of ‘_7M_CRASH_FILE_410’
9836 | object _7M_CRASH_FILE_410 = 57;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4111:8: note: previous definition of ‘_7M_CRASH_FILE_410’ with type ‘object’ {aka ‘long int’}
4111 | object _7M_CRASH_FILE_410 = 57;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9837:8: error: redefinition of ‘_7M_CRASH_ROUTINE_412’
9837 | object _7M_CRASH_ROUTINE_412 = 66;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4112:8: note: previous definition of ‘_7M_CRASH_ROUTINE_412’ with type ‘object’ {aka ‘long int’}
4112 | object _7M_CRASH_ROUTINE_412 = 66;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9838:8: error: redefinition of ‘_7M_CRASH_414’
9838 | object _7M_CRASH_414 = 67;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4113:8: note: previous definition of ‘_7M_CRASH_414’ with type ‘object’ {aka ‘long int’}
4113 | object _7M_CRASH_414 = 67;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9839:8: error: redefinition of ‘_7M_WARNING_FILE_416’
9839 | object _7M_WARNING_FILE_416 = 72;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4114:8: note: previous definition of ‘_7M_WARNING_FILE_416’ with type ‘object’ {aka ‘long int’}
4114 | object _7M_WARNING_FILE_416 = 72;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9840:8: error: redefinition of ‘_8OBJ_UNASSIGNED_438’
9840 | object _8OBJ_UNASSIGNED_438 = 0;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4115:8: note: previous definition of ‘_8OBJ_UNASSIGNED_438’ with type ‘object’ {aka ‘long int’}
4115 | object _8OBJ_UNASSIGNED_438 = 0;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9841:8: error: redefinition of ‘_8OBJ_INTEGER_439’
9841 | object _8OBJ_INTEGER_439 = 1;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4116:8: note: previous definition of ‘_8OBJ_INTEGER_439’ with type ‘object’ {aka ‘long int’}
4116 | object _8OBJ_INTEGER_439 = 1;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9842:8: error: redefinition of ‘_8OBJ_ATOM_440’
9842 | object _8OBJ_ATOM_440 = 2;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4117:8: note: previous definition of ‘_8OBJ_ATOM_440’ with type ‘object’ {aka ‘long int’}
4117 | object _8OBJ_ATOM_440 = 2;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9843:8: error: redefinition of ‘_8OBJ_SEQUENCE_441’
9843 | object _8OBJ_SEQUENCE_441 = 3;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4118:8: note: previous definition of ‘_8OBJ_SEQUENCE_441’ with type ‘object’ {aka ‘long int’}
4118 | object _8OBJ_SEQUENCE_441 = 3;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9844:8: error: redefinition of ‘_8FALSE_442’
9844 | object _8FALSE_442 = NOVALUE;
| ^~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4119:8: note: previous definition of ‘_8FALSE_442’ with type ‘object’ {aka ‘long int’}
4119 | object _8FALSE_442 = NOVALUE;
| ^~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9845:8: error: redefinition of ‘_8TRUE_444’
9845 | object _8TRUE_444 = NOVALUE;
| ^~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4120:8: note: previous definition of ‘_8TRUE_444’ with type ‘object’ {aka ‘long int’}
4120 | object _8TRUE_444 = NOVALUE;
| ^~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9846:8: error: redefinition of ‘_8CS_FIRST_446’
9846 | object _8CS_FIRST_446 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4121:8: note: previous definition of ‘_8CS_FIRST_446’ with type ‘object’ {aka ‘long int’}
4121 | object _8CS_FIRST_446 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9847:8: error: redefinition of ‘_8CS_Consonant_447’
9847 | object _8CS_Consonant_447 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4122:8: note: previous definition of ‘_8CS_Consonant_447’ with type ‘object’ {aka ‘long int’}
4122 | object _8CS_Consonant_447 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9848:8: error: redefinition of ‘_8CS_Vowel_449’
9848 | object _8CS_Vowel_449 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4123:8: note: previous definition of ‘_8CS_Vowel_449’ with type ‘object’ {aka ‘long int’}
4123 | object _8CS_Vowel_449 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9849:8: error: redefinition of ‘_8CS_Hexadecimal_451’
9849 | object _8CS_Hexadecimal_451 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4124:8: note: previous definition of ‘_8CS_Hexadecimal_451’ with type ‘object’ {aka ‘long int’}
4124 | object _8CS_Hexadecimal_451 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9850:8: error: redefinition of ‘_8CS_Whitespace_453’
9850 | object _8CS_Whitespace_453 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4125:8: note: previous definition of ‘_8CS_Whitespace_453’ with type ‘object’ {aka ‘long int’}
4125 | object _8CS_Whitespace_453 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9851:8: error: redefinition of ‘_8CS_Punctuation_455’
9851 | object _8CS_Punctuation_455 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4126:8: note: previous definition of ‘_8CS_Punctuation_455’ with type ‘object’ {aka ‘long int’}
4126 | object _8CS_Punctuation_455 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9852:8: error: redefinition of ‘_8CS_Printable_457’
9852 | object _8CS_Printable_457 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4127:8: note: previous definition of ‘_8CS_Printable_457’ with type ‘object’ {aka ‘long int’}
4127 | object _8CS_Printable_457 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9853:8: error: redefinition of ‘_8CS_Displayable_459’
9853 | object _8CS_Displayable_459 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4128:8: note: previous definition of ‘_8CS_Displayable_459’ with type ‘object’ {aka ‘long int’}
4128 | object _8CS_Displayable_459 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9854:8: error: redefinition of ‘_8CS_Lowercase_461’
9854 | object _8CS_Lowercase_461 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4129:8: note: previous definition of ‘_8CS_Lowercase_461’ with type ‘object’ {aka ‘long int’}
4129 | object _8CS_Lowercase_461 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9855:8: error: redefinition of ‘_8CS_Uppercase_463’
9855 | object _8CS_Uppercase_463 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4130:8: note: previous definition of ‘_8CS_Uppercase_463’ with type ‘object’ {aka ‘long int’}
4130 | object _8CS_Uppercase_463 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9856:8: error: redefinition of ‘_8CS_Alphanumeric_465’
9856 | object _8CS_Alphanumeric_465 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4131:8: note: previous definition of ‘_8CS_Alphanumeric_465’ with type ‘object’ {aka ‘long int’}
4131 | object _8CS_Alphanumeric_465 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9857:8: error: redefinition of ‘_8CS_Identifier_467’
9857 | object _8CS_Identifier_467 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4132:8: note: previous definition of ‘_8CS_Identifier_467’ with type ‘object’ {aka ‘long int’}
4132 | object _8CS_Identifier_467 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9858:8: error: redefinition of ‘_8CS_Alphabetic_469’
9858 | object _8CS_Alphabetic_469 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4133:8: note: previous definition of ‘_8CS_Alphabetic_469’ with type ‘object’ {aka ‘long int’}
4133 | object _8CS_Alphabetic_469 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9859:8: error: redefinition of ‘_8CS_ASCII_471’
9859 | object _8CS_ASCII_471 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4134:8: note: previous definition of ‘_8CS_ASCII_471’ with type ‘object’ {aka ‘long int’}
4134 | object _8CS_ASCII_471 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9860:8: error: redefinition of ‘_8CS_Control_473’
9860 | object _8CS_Control_473 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4135:8: note: previous definition of ‘_8CS_Control_473’ with type ‘object’ {aka ‘long int’}
4135 | object _8CS_Control_473 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9861:8: error: redefinition of ‘_8CS_Digit_475’
9861 | object _8CS_Digit_475 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4136:8: note: previous definition of ‘_8CS_Digit_475’ with type ‘object’ {aka ‘long int’}
4136 | object _8CS_Digit_475 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9862:8: error: redefinition of ‘_8CS_Graphic_477’
9862 | object _8CS_Graphic_477 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4137:8: note: previous definition of ‘_8CS_Graphic_477’ with type ‘object’ {aka ‘long int’}
4137 | object _8CS_Graphic_477 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9863:8: error: redefinition of ‘_8CS_Bytes_479’
9863 | object _8CS_Bytes_479 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4138:8: note: previous definition of ‘_8CS_Bytes_479’ with type ‘object’ {aka ‘long int’}
4138 | object _8CS_Bytes_479 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9864:8: error: redefinition of ‘_8CS_SpecWord_481’
9864 | object _8CS_SpecWord_481 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4139:8: note: previous definition of ‘_8CS_SpecWord_481’ with type ‘object’ {aka ‘long int’}
4139 | object _8CS_SpecWord_481 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9865:8: error: redefinition of ‘_8CS_Boolean_483’
9865 | object _8CS_Boolean_483 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4140:8: note: previous definition of ‘_8CS_Boolean_483’ with type ‘object’ {aka ‘long int’}
4140 | object _8CS_Boolean_483 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9866:8: error: redefinition of ‘_8CS_LAST_485’
9866 | object _8CS_LAST_485 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4141:8: note: previous definition of ‘_8CS_LAST_485’ with type ‘object’ {aka ‘long int’}
4141 | object _8CS_LAST_485 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9867:8: error: redefinition of ‘_8Defined_Sets_547’
9867 | object _8Defined_Sets_547 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4142:8: note: previous definition of ‘_8Defined_Sets_547’ with type ‘object’ {aka ‘long int’}
4142 | object _8Defined_Sets_547 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9868:8: error: redefinition of ‘_8INVALID_ROUTINE_ID_880’
9868 | object _8INVALID_ROUTINE_ID_880 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4143:8: note: previous definition of ‘_8INVALID_ROUTINE_ID_880’ with type ‘object’ {aka ‘long int’}
4143 | object _8INVALID_ROUTINE_ID_880 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9869:8: error: redefinition of ‘_8NO_ROUTINE_ID_883’
9869 | object _8NO_ROUTINE_ID_883 = -99999;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4144:8: note: previous definition of ‘_8NO_ROUTINE_ID_883’ with type ‘object’ {aka ‘long int’}
4144 | object _8NO_ROUTINE_ID_883 = -99999;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9870:8: error: redefinition of ‘_8MAXSINT31_886’
9870 | object _8MAXSINT31_886 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4145:8: note: previous definition of ‘_8MAXSINT31_886’ with type ‘object’ {aka ‘long int’}
4145 | object _8MAXSINT31_886 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9871:8: error: redefinition of ‘_8MINSINT31_890’
9871 | object _8MINSINT31_890 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4146:8: note: previous definition of ‘_8MINSINT31_890’ with type ‘object’ {aka ‘long int’}
4146 | object _8MINSINT31_890 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9872:8: error: redefinition of ‘_6C_CHAR_903’
9872 | object _6C_CHAR_903 = 16777217;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4147:8: note: previous definition of ‘_6C_CHAR_903’ with type ‘object’ {aka ‘long int’}
4147 | object _6C_CHAR_903 = 16777217;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9873:8: error: redefinition of ‘_6C_BYTE_905’
9873 | object _6C_BYTE_905 = 16777217;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4148:8: note: previous definition of ‘_6C_BYTE_905’ with type ‘object’ {aka ‘long int’}
4148 | object _6C_BYTE_905 = 16777217;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9874:8: error: redefinition of ‘_6C_UCHAR_906’
9874 | object _6C_UCHAR_906 = 33554433;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4149:8: note: previous definition of ‘_6C_UCHAR_906’ with type ‘object’ {aka ‘long int’}
4149 | object _6C_UCHAR_906 = 33554433;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9875:8: error: redefinition of ‘_6C_UBYTE_908’
9875 | object _6C_UBYTE_908 = 33554433;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4150:8: note: previous definition of ‘_6C_UBYTE_908’ with type ‘object’ {aka ‘long int’}
4150 | object _6C_UBYTE_908 = 33554433;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9876:8: error: redefinition of ‘_6C_SHORT_909’
9876 | object _6C_SHORT_909 = 16777218;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4151:8: note: previous definition of ‘_6C_SHORT_909’ with type ‘object’ {aka ‘long int’}
4151 | object _6C_SHORT_909 = 16777218;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9877:8: error: redefinition of ‘_6C_WORD_911’
9877 | object _6C_WORD_911 = 16777218;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4152:8: note: previous definition of ‘_6C_WORD_911’ with type ‘object’ {aka ‘long int’}
4152 | object _6C_WORD_911 = 16777218;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9878:8: error: redefinition of ‘_6C_USHORT_912’
9878 | object _6C_USHORT_912 = 33554434;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4153:8: note: previous definition of ‘_6C_USHORT_912’ with type ‘object’ {aka ‘long int’}
4153 | object _6C_USHORT_912 = 33554434;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9879:8: error: redefinition of ‘_6C_INT_914’
9879 | object _6C_INT_914 = 16777220;
| ^~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4154:8: note: previous definition of ‘_6C_INT_914’ with type ‘object’ {aka ‘long int’}
4154 | object _6C_INT_914 = 16777220;
| ^~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9880:8: error: redefinition of ‘_6C_BOOL_916’
9880 | object _6C_BOOL_916 = 16777220;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4155:8: note: previous definition of ‘_6C_BOOL_916’ with type ‘object’ {aka ‘long int’}
4155 | object _6C_BOOL_916 = 16777220;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9881:8: error: redefinition of ‘_6C_UINT_917’
9881 | object _6C_UINT_917 = 33554436;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4156:8: note: previous definition of ‘_6C_UINT_917’ with type ‘object’ {aka ‘long int’}
4156 | object _6C_UINT_917 = 33554436;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9882:8: error: redefinition of ‘_6C_LONG_919’
9882 | object _6C_LONG_919 = 16777224;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4157:8: note: previous definition of ‘_6C_LONG_919’ with type ‘object’ {aka ‘long int’}
4157 | object _6C_LONG_919 = 16777224;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9883:8: error: redefinition of ‘_6C_ULONG_921’
9883 | object _6C_ULONG_921 = 33554440;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4158:8: note: previous definition of ‘_6C_ULONG_921’ with type ‘object’ {aka ‘long int’}
4158 | object _6C_ULONG_921 = 33554440;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9884:8: error: redefinition of ‘_6C_SIZE_T_923’
9884 | object _6C_SIZE_T_923 = 33554440;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4159:8: note: previous definition of ‘_6C_SIZE_T_923’ with type ‘object’ {aka ‘long int’}
4159 | object _6C_SIZE_T_923 = 33554440;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9885:8: error: redefinition of ‘_6C_POINTER_924’
9885 | object _6C_POINTER_924 = 50331649;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4160:8: note: previous definition of ‘_6C_POINTER_924’ with type ‘object’ {aka ‘long int’}
4160 | object _6C_POINTER_924 = 50331649;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9886:8: error: redefinition of ‘_6C_LONGLONG_926’
9886 | object _6C_LONGLONG_926 = 50331650;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4161:8: note: previous definition of ‘_6C_LONGLONG_926’ with type ‘object’ {aka ‘long int’}
4161 | object _6C_LONGLONG_926 = 50331650;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9887:8: error: redefinition of ‘_6C_ULONGLONG_928’
9887 | object _6C_ULONGLONG_928 = 50331664;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4162:8: note: previous definition of ‘_6C_ULONGLONG_928’ with type ‘object’ {aka ‘long int’}
4162 | object _6C_ULONGLONG_928 = 50331664;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9888:8: error: redefinition of ‘_6C_LONG_PTR_930’
9888 | object _6C_LONG_PTR_930 = 50331650;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4163:8: note: previous definition of ‘_6C_LONG_PTR_930’ with type ‘object’ {aka ‘long int’}
4163 | object _6C_LONG_PTR_930 = 50331650;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9889:8: error: redefinition of ‘_6C_DWORD_931’
9889 | object _6C_DWORD_931 = 33554436;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4164:8: note: previous definition of ‘_6C_DWORD_931’ with type ‘object’ {aka ‘long int’}
4164 | object _6C_DWORD_931 = 33554436;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9890:8: error: redefinition of ‘_6C_FLOAT_932’
9890 | object _6C_FLOAT_932 = 50331652;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4165:8: note: previous definition of ‘_6C_FLOAT_932’ with type ‘object’ {aka ‘long int’}
4165 | object _6C_FLOAT_932 = 50331652;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9891:8: error: redefinition of ‘_6C_DOUBLE_934’
9891 | object _6C_DOUBLE_934 = 50331656;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4166:8: note: previous definition of ‘_6C_DOUBLE_934’ with type ‘object’ {aka ‘long int’}
4166 | object _6C_DOUBLE_934 = 50331656;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9892:8: error: redefinition of ‘_6C_DWORDLONG_936’
9892 | object _6C_DWORDLONG_936 = 50331650;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4167:8: note: previous definition of ‘_6C_DWORDLONG_936’ with type ‘object’ {aka ‘long int’}
4167 | object _6C_DWORDLONG_936 = 50331650;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9893:8: error: redefinition of ‘_6E_INTEGER_937’
9893 | object _6E_INTEGER_937 = 100663300;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4168:8: note: previous definition of ‘_6E_INTEGER_937’ with type ‘object’ {aka ‘long int’}
4168 | object _6E_INTEGER_937 = 100663300;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9894:8: error: redefinition of ‘_6E_ATOM_939’
9894 | object _6E_ATOM_939 = 117440516;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4169:8: note: previous definition of ‘_6E_ATOM_939’ with type ‘object’ {aka ‘long int’}
4169 | object _6E_ATOM_939 = 117440516;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9895:8: error: redefinition of ‘_6E_SEQUENCE_941’
9895 | object _6E_SEQUENCE_941 = 134217732;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4170:8: note: previous definition of ‘_6E_SEQUENCE_941’ with type ‘object’ {aka ‘long int’}
4170 | object _6E_SEQUENCE_941 = 134217732;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9896:8: error: redefinition of ‘_6E_OBJECT_943’
9896 | object _6E_OBJECT_943 = 150994948;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4171:8: note: previous definition of ‘_6E_OBJECT_943’ with type ‘object’ {aka ‘long int’}
4171 | object _6E_OBJECT_943 = 150994948;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9897:8: error: redefinition of ‘_6NULL_945’
9897 | object _6NULL_945 = 0;
| ^~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4172:8: note: previous definition of ‘_6NULL_945’ with type ‘object’ {aka ‘long int’}
4172 | object _6NULL_945 = 0;
| ^~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9898:8: error: redefinition of ‘_6M_OPEN_DLL_946’
9898 | object _6M_OPEN_DLL_946 = 50;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4173:8: note: previous definition of ‘_6M_OPEN_DLL_946’ with type ‘object’ {aka ‘long int’}
4173 | object _6M_OPEN_DLL_946 = 50;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9899:8: error: redefinition of ‘_6M_DEFINE_C_948’
9899 | object _6M_DEFINE_C_948 = 51;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4174:8: note: previous definition of ‘_6M_DEFINE_C_948’ with type ‘object’ {aka ‘long int’}
4174 | object _6M_DEFINE_C_948 = 51;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9900:8: error: redefinition of ‘_6M_DEFINE_VAR_950’
9900 | object _6M_DEFINE_VAR_950 = 56;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4175:8: note: previous definition of ‘_6M_DEFINE_VAR_950’ with type ‘object’ {aka ‘long int’}
4175 | object _6M_DEFINE_VAR_950 = 56;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9901:8: error: redefinition of ‘_6M_CALL_BACK_1008’
9901 | object _6M_CALL_BACK_1008 = 52;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4176:8: note: previous definition of ‘_6M_CALL_BACK_1008’ with type ‘object’ {aka ‘long int’}
4176 | object _6M_CALL_BACK_1008 = 52;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9902:8: error: redefinition of ‘_3FREE_ARRAY_RID_1014’
9902 | object _3FREE_ARRAY_RID_1014 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4177:8: note: previous definition of ‘_3FREE_ARRAY_RID_1014’ with type ‘object’ {aka ‘long int’}
4177 | object _3FREE_ARRAY_RID_1014 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9903:8: error: redefinition of ‘_3ADDRESS_LENGTH_1015’
9903 | object _3ADDRESS_LENGTH_1015 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4178:8: note: previous definition of ‘_3ADDRESS_LENGTH_1015’ with type ‘object’ {aka ‘long int’}
4178 | object _3ADDRESS_LENGTH_1015 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9904:8: error: redefinition of ‘_3MMAP_OFFSET_SIZE_1019’
9904 | object _3MMAP_OFFSET_SIZE_1019 = 16777224;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4179:8: note: previous definition of ‘_3MMAP_OFFSET_SIZE_1019’ with type ‘object’ {aka ‘long int’}
4179 | object _3MMAP_OFFSET_SIZE_1019 = 16777224;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9905:8: error: redefinition of ‘_3STDLIB_1020’
9905 | object _3STDLIB_1020 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4180:8: note: previous definition of ‘_3STDLIB_1020’ with type ‘object’ {aka ‘long int’}
4180 | object _3STDLIB_1020 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9906:8: error: redefinition of ‘_3MMAP_1026’
9906 | object _3MMAP_1026 = NOVALUE;
| ^~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4181:8: note: previous definition of ‘_3MMAP_1026’ with type ‘object’ {aka ‘long int’}
4181 | object _3MMAP_1026 = NOVALUE;
| ^~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9907:8: error: redefinition of ‘_3MUNMAP_1030’
9907 | object _3MUNMAP_1030 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4182:8: note: previous definition of ‘_3MUNMAP_1030’ with type ‘object’ {aka ‘long int’}
4182 | object _3MUNMAP_1030 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9908:8: error: redefinition of ‘_3MPROTECT_1034’
9908 | object _3MPROTECT_1034 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4183:8: note: previous definition of ‘_3MPROTECT_1034’ with type ‘object’ {aka ‘long int’}
4183 | object _3MPROTECT_1034 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9909:8: error: redefinition of ‘_3MAP_PRIVATE_1038’
9909 | object _3MAP_PRIVATE_1038 = 2;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4184:8: note: previous definition of ‘_3MAP_PRIVATE_1038’ with type ‘object’ {aka ‘long int’}
4184 | object _3MAP_PRIVATE_1038 = 2;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9910:8: error: redefinition of ‘_3MAP_ANONYMOUS_1039’
9910 | object _3MAP_ANONYMOUS_1039 = 32;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4185:8: note: previous definition of ‘_3MAP_ANONYMOUS_1039’ with type ‘object’ {aka ‘long int’}
4185 | object _3MAP_ANONYMOUS_1039 = 32;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9911:8: error: redefinition of ‘_3MAP_FAILED_1040’
9911 | object _3MAP_FAILED_1040 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4186:8: note: previous definition of ‘_3MAP_FAILED_1040’ with type ‘object’ {aka ‘long int’}
4186 | object _3MAP_FAILED_1040 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9912:8: error: redefinition of ‘_3page_size_1168’
9912 | object _3page_size_1168 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4187:8: note: previous definition of ‘_3page_size_1168’ with type ‘object’ {aka ‘long int’}
4187 | object _3page_size_1168 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9913:8: error: redefinition of ‘_3getpagesize_rid_1178’
9913 | object _3getpagesize_rid_1178 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4188:8: note: previous definition of ‘_3getpagesize_rid_1178’ with type ‘object’ {aka ‘long int’}
4188 | object _3getpagesize_rid_1178 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9914:8: error: redefinition of ‘_3PAGE_SIZE_1182’
9914 | object _3PAGE_SIZE_1182 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4189:8: note: previous definition of ‘_3PAGE_SIZE_1182’ with type ‘object’ {aka ‘long int’}
4189 | object _3PAGE_SIZE_1182 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9915:8: error: redefinition of ‘_9END_MARKER_1367’
9915 | object _9END_MARKER_1367 = -1;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4190:8: note: previous definition of ‘_9END_MARKER_1367’ with type ‘object’ {aka ‘long int’}
4190 | object _9END_MARKER_1367 = -1;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9916:8: error: redefinition of ‘_10CMD_SWITCHES_1431’
9916 | object _10CMD_SWITCHES_1431 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4191:8: note: previous definition of ‘_10CMD_SWITCHES_1431’ with type ‘object’ {aka ‘long int’}
4191 | object _10CMD_SWITCHES_1431 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9917:8: error: redefinition of ‘_10M_SLEEP_1434’
9917 | object _10M_SLEEP_1434 = 64;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4192:8: note: previous definition of ‘_10M_SLEEP_1434’ with type ‘object’ {aka ‘long int’}
4192 | object _10M_SLEEP_1434 = 64;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9918:8: error: redefinition of ‘_10M_SET_ENV_1435’
9918 | object _10M_SET_ENV_1435 = 73;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4193:8: note: previous definition of ‘_10M_SET_ENV_1435’ with type ‘object’ {aka ‘long int’}
4193 | object _10M_SET_ENV_1435 = 73;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9919:8: error: redefinition of ‘_10M_UNSET_ENV_1437’
9919 | object _10M_UNSET_ENV_1437 = 74;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4194:8: note: previous definition of ‘_10M_UNSET_ENV_1437’ with type ‘object’ {aka ‘long int’}
4194 | object _10M_UNSET_ENV_1437 = 74;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9920:8: error: redefinition of ‘_10WIN32_1439’
9920 | object _10WIN32_1439 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4195:8: note: previous definition of ‘_10WIN32_1439’ with type ‘object’ {aka ‘long int’}
4195 | object _10WIN32_1439 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9921:8: error: redefinition of ‘_10WINDOWS_1440’
9921 | object _10WINDOWS_1440 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4196:8: note: previous definition of ‘_10WINDOWS_1440’ with type ‘object’ {aka ‘long int’}
4196 | object _10WINDOWS_1440 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9922:8: error: redefinition of ‘_10LINUX_1441’
9922 | object _10LINUX_1441 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4197:8: note: previous definition of ‘_10LINUX_1441’ with type ‘object’ {aka ‘long int’}
4197 | object _10LINUX_1441 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9923:8: error: redefinition of ‘_10OSX_1443’
9923 | object _10OSX_1443 = NOVALUE;
| ^~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4198:8: note: previous definition of ‘_10OSX_1443’ with type ‘object’ {aka ‘long int’}
4198 | object _10OSX_1443 = NOVALUE;
| ^~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9924:8: error: redefinition of ‘_10OPENBSD_1445’
9924 | object _10OPENBSD_1445 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4199:8: note: previous definition of ‘_10OPENBSD_1445’ with type ‘object’ {aka ‘long int’}
4199 | object _10OPENBSD_1445 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9925:8: error: redefinition of ‘_10NETBSD_1447’
9925 | object _10NETBSD_1447 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4200:8: note: previous definition of ‘_10NETBSD_1447’ with type ‘object’ {aka ‘long int’}
4200 | object _10NETBSD_1447 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9926:8: error: redefinition of ‘_10FREEBSD_1449’
9926 | object _10FREEBSD_1449 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4201:8: note: previous definition of ‘_10FREEBSD_1449’ with type ‘object’ {aka ‘long int’}
4201 | object _10FREEBSD_1449 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9927:8: error: redefinition of ‘_10M_INSTANCE_1451’
9927 | object _10M_INSTANCE_1451 = 55;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4202:8: note: previous definition of ‘_10M_INSTANCE_1451’ with type ‘object’ {aka ‘long int’}
4202 | object _10M_INSTANCE_1451 = 55;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9928:8: error: redefinition of ‘_10M_UNAME_1461’
9928 | object _10M_UNAME_1461 = 76;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4203:8: note: previous definition of ‘_10M_UNAME_1461’ with type ‘object’ {aka ‘long int’}
4203 | object _10M_UNAME_1461 = 76;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9929:8: error: redefinition of ‘_14NESTED_ANY_1601’
9929 | object _14NESTED_ANY_1601 = 1;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4204:8: note: previous definition of ‘_14NESTED_ANY_1601’ with type ‘object’ {aka ‘long int’}
4204 | object _14NESTED_ANY_1601 = 1;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9930:8: error: redefinition of ‘_14NESTED_ALL_1602’
9930 | object _14NESTED_ALL_1602 = 2;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4205:8: note: previous definition of ‘_14NESTED_ALL_1602’ with type ‘object’ {aka ‘long int’}
4205 | object _14NESTED_ALL_1602 = 2;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9931:8: error: redefinition of ‘_14NESTED_INDEX_1603’
9931 | object _14NESTED_INDEX_1603 = 4;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4206:8: note: previous definition of ‘_14NESTED_INDEX_1603’ with type ‘object’ {aka ‘long int’}
4206 | object _14NESTED_INDEX_1603 = 4;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9932:8: error: redefinition of ‘_14NESTED_BACKWARD_1604’
9932 | object _14NESTED_BACKWARD_1604 = 8;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4207:8: note: previous definition of ‘_14NESTED_BACKWARD_1604’ with type ‘object’ {aka ‘long int’}
4207 | object _14NESTED_BACKWARD_1604 = 8;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9933:8: error: redefinition of ‘_13M_A_TO_F64_1999’
9933 | object _13M_A_TO_F64_1999 = 46;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4208:8: note: previous definition of ‘_13M_A_TO_F64_1999’ with type ‘object’ {aka ‘long int’}
4208 | object _13M_A_TO_F64_1999 = 46;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9934:8: error: redefinition of ‘_13M_F64_TO_A_2001’
9934 | object _13M_F64_TO_A_2001 = 47;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4209:8: note: previous definition of ‘_13M_F64_TO_A_2001’ with type ‘object’ {aka ‘long int’}
4209 | object _13M_F64_TO_A_2001 = 47;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9935:8: error: redefinition of ‘_13M_A_TO_F32_2002’
9935 | object _13M_A_TO_F32_2002 = 48;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4210:8: note: previous definition of ‘_13M_A_TO_F32_2002’ with type ‘object’ {aka ‘long int’}
4210 | object _13M_A_TO_F32_2002 = 48;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9936:8: error: redefinition of ‘_13M_F32_TO_A_2003’
9936 | object _13M_F32_TO_A_2003 = 49;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4211:8: note: previous definition of ‘_13M_F32_TO_A_2003’ with type ‘object’ {aka ‘long int’}
4211 | object _13M_F32_TO_A_2003 = 49;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9937:8: error: redefinition of ‘_13M_F80_TO_A_2005’
9937 | object _13M_F80_TO_A_2005 = 101;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4212:8: note: previous definition of ‘_13M_F80_TO_A_2005’ with type ‘object’ {aka ‘long int’}
4212 | object _13M_F80_TO_A_2005 = 101;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9938:8: error: redefinition of ‘_13M_A_TO_F80_2007’
9938 | object _13M_A_TO_F80_2007 = 105;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4213:8: note: previous definition of ‘_13M_A_TO_F80_2007’ with type ‘object’ {aka ‘long int’}
4213 | object _13M_A_TO_F80_2007 = 105;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9939:8: error: redefinition of ‘_13M_ALLOC_2009’
9939 | object _13M_ALLOC_2009 = 16;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4214:8: note: previous definition of ‘_13M_ALLOC_2009’ with type ‘object’ {aka ‘long int’}
4214 | object _13M_ALLOC_2009 = 16;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9940:8: error: redefinition of ‘_13mem_2010’
9940 | object _13mem_2010 = NOVALUE;
| ^~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4215:8: note: previous definition of ‘_13mem_2010’ with type ‘object’ {aka ‘long int’}
4215 | object _13mem_2010 = NOVALUE;
| ^~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9941:8: error: redefinition of ‘_13vDigits_2177’
9941 | object _13vDigits_2177 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4216:8: note: previous definition of ‘_13vDigits_2177’ with type ‘object’ {aka ‘long int’}
4216 | object _13vDigits_2177 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9942:8: error: redefinition of ‘_13decimal_mark_2179’
9942 | object _13decimal_mark_2179 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4217:8: note: previous definition of ‘_13decimal_mark_2179’ with type ‘object’ {aka ‘long int’}
4217 | object _13decimal_mark_2179 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9943:8: error: redefinition of ‘_16yydiff_2422’
9943 | object _16yydiff_2422 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4218:8: note: previous definition of ‘_16yydiff_2422’ with type ‘object’ {aka ‘long int’}
4218 | object _16yydiff_2422 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9944:8: error: redefinition of ‘_19wine_2497’
9944 | object _19wine_2497 = NOVALUE;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4219:8: note: previous definition of ‘_19wine_2497’ with type ‘object’ {aka ‘long int’}
4219 | object _19wine_2497 = NOVALUE;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9945:8: error: redefinition of ‘_19libm_2502’
9945 | object _19libm_2502 = NOVALUE;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4220:8: note: previous definition of ‘_19libm_2502’ with type ‘object’ {aka ‘long int’}
4220 | object _19libm_2502 = NOVALUE;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9946:8: error: redefinition of ‘_19feclearexcept_2510’
9946 | object _19feclearexcept_2510 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4221:8: note: previous definition of ‘_19feclearexcept_2510’ with type ‘object’ {aka ‘long int’}
4221 | object _19feclearexcept_2510 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9947:8: error: redefinition of ‘_19feraiseexcept_2519’
9947 | object _19feraiseexcept_2519 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4222:8: note: previous definition of ‘_19feraiseexcept_2519’ with type ‘object’ {aka ‘long int’}
4222 | object _19feraiseexcept_2519 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9948:8: error: redefinition of ‘_19fetestexcept_2528’
9948 | object _19fetestexcept_2528 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4223:8: note: previous definition of ‘_19fetestexcept_2528’ with type ‘object’ {aka ‘long int’}
4223 | object _19fetestexcept_2528 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9949:8: error: redefinition of ‘_19FE_INEXACT_2551’
9949 | object _19FE_INEXACT_2551 = 101;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4224:8: note: previous definition of ‘_19FE_INEXACT_2551’ with type ‘object’ {aka ‘long int’}
4224 | object _19FE_INEXACT_2551 = 101;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9950:8: error: redefinition of ‘_19FE_DIVBYZERO_2552’
9950 | object _19FE_DIVBYZERO_2552 = 122;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4225:8: note: previous definition of ‘_19FE_DIVBYZERO_2552’ with type ‘object’ {aka ‘long int’}
4225 | object _19FE_DIVBYZERO_2552 = 122;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9951:8: error: redefinition of ‘_19FE_UNDERFLOW_2553’
9951 | object _19FE_UNDERFLOW_2553 = 117;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4226:8: note: previous definition of ‘_19FE_UNDERFLOW_2553’ with type ‘object’ {aka ‘long int’}
4226 | object _19FE_UNDERFLOW_2553 = 117;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9952:8: error: redefinition of ‘_19FE_OVERFLOW_2555’
9952 | object _19FE_OVERFLOW_2555 = 111;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4227:8: note: previous definition of ‘_19FE_OVERFLOW_2555’ with type ‘object’ {aka ‘long int’}
4227 | object _19FE_OVERFLOW_2555 = 111;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9953:8: error: redefinition of ‘_19FE_INVALID_2557’
9953 | object _19FE_INVALID_2557 = 105;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4228:8: note: previous definition of ‘_19FE_INVALID_2557’ with type ‘object’ {aka ‘long int’}
4228 | object _19FE_INVALID_2557 = 105;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9954:8: error: redefinition of ‘_19FE_ALL_EXCEPT_2558’
9954 | object _19FE_ALL_EXCEPT_2558 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4229:8: note: previous definition of ‘_19FE_ALL_EXCEPT_2558’ with type ‘object’ {aka ‘long int’}
4229 | object _19FE_ALL_EXCEPT_2558 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9955:8: error: redefinition of ‘_19C_FE_INVALID_2562’
9955 | object _19C_FE_INVALID_2562 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4230:8: note: previous definition of ‘_19C_FE_INVALID_2562’ with type ‘object’ {aka ‘long int’}
4230 | object _19C_FE_INVALID_2562 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9956:8: error: redefinition of ‘_19C_FE_DIVBYZERO_2563’
9956 | object _19C_FE_DIVBYZERO_2563 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4231:8: note: previous definition of ‘_19C_FE_DIVBYZERO_2563’ with type ‘object’ {aka ‘long int’}
4231 | object _19C_FE_DIVBYZERO_2563 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9957:8: error: redefinition of ‘_19C_FE_OVERFLOW_2564’
9957 | object _19C_FE_OVERFLOW_2564 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4232:8: note: previous definition of ‘_19C_FE_OVERFLOW_2564’ with type ‘object’ {aka ‘long int’}
4232 | object _19C_FE_OVERFLOW_2564 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9958:8: error: redefinition of ‘_19C_FE_UNDERFLOW_2566’
9958 | object _19C_FE_UNDERFLOW_2566 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4233:8: note: previous definition of ‘_19C_FE_UNDERFLOW_2566’ with type ‘object’ {aka ‘long int’}
4233 | object _19C_FE_UNDERFLOW_2566 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9959:8: error: redefinition of ‘_19C_FE_INEXACT_2568’
9959 | object _19C_FE_INEXACT_2568 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4234:8: note: previous definition of ‘_19C_FE_INEXACT_2568’ with type ‘object’ {aka ‘long int’}
4234 | object _19C_FE_INEXACT_2568 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9960:8: error: redefinition of ‘_19conv_table_2581’
9960 | object _19conv_table_2581 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4235:8: note: previous definition of ‘_19conv_table_2581’ with type ‘object’ {aka ‘long int’}
4235 | object _19conv_table_2581 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9961:8: error: redefinition of ‘_19rev_2583’
9961 | object _19rev_2583 = NOVALUE;
| ^~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4236:8: note: previous definition of ‘_19rev_2583’ with type ‘object’ {aka ‘long int’}
4236 | object _19rev_2583 = NOVALUE;
| ^~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9962:8: error: redefinition of ‘_21M_INFINITY_2655’
9962 | object _21M_INFINITY_2655 = 102;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4237:8: note: previous definition of ‘_21M_INFINITY_2655’ with type ‘object’ {aka ‘long int’}
4237 | object _21M_INFINITY_2655 = 102;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9963:8: error: redefinition of ‘_21PI_2656’
9963 | object _21PI_2656 = NOVALUE;
| ^~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4238:8: note: previous definition of ‘_21PI_2656’ with type ‘object’ {aka ‘long int’}
4238 | object _21PI_2656 = NOVALUE;
| ^~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9964:8: error: redefinition of ‘_21QUARTPI_2658’
9964 | object _21QUARTPI_2658 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4239:8: note: previous definition of ‘_21QUARTPI_2658’ with type ‘object’ {aka ‘long int’}
4239 | object _21QUARTPI_2658 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9965:8: error: redefinition of ‘_21HALFPI_2660’
9965 | object _21HALFPI_2660 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4240:8: note: previous definition of ‘_21HALFPI_2660’ with type ‘object’ {aka ‘long int’}
4240 | object _21HALFPI_2660 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9966:8: error: redefinition of ‘_21TWOPI_2662’
9966 | object _21TWOPI_2662 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4241:8: note: previous definition of ‘_21TWOPI_2662’ with type ‘object’ {aka ‘long int’}
4241 | object _21TWOPI_2662 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9967:8: error: redefinition of ‘_21PISQR_2664’
9967 | object _21PISQR_2664 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4242:8: note: previous definition of ‘_21PISQR_2664’ with type ‘object’ {aka ‘long int’}
4242 | object _21PISQR_2664 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9968:8: error: redefinition of ‘_21INVSQ2PI_2666’
9968 | object _21INVSQ2PI_2666 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4243:8: note: previous definition of ‘_21INVSQ2PI_2666’ with type ‘object’ {aka ‘long int’}
4243 | object _21INVSQ2PI_2666 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9969:8: error: redefinition of ‘_21PHI_2668’
9969 | object _21PHI_2668 = NOVALUE;
| ^~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4244:8: note: previous definition of ‘_21PHI_2668’ with type ‘object’ {aka ‘long int’}
4244 | object _21PHI_2668 = NOVALUE;
| ^~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9970:8: error: redefinition of ‘_21E_2670’
9970 | object _21E_2670 = NOVALUE;
| ^~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4245:8: note: previous definition of ‘_21E_2670’ with type ‘object’ {aka ‘long int’}
4245 | object _21E_2670 = NOVALUE;
| ^~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9971:8: error: redefinition of ‘_21LN2_2672’
9971 | object _21LN2_2672 = NOVALUE;
| ^~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4246:8: note: previous definition of ‘_21LN2_2672’ with type ‘object’ {aka ‘long int’}
4246 | object _21LN2_2672 = NOVALUE;
| ^~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9972:8: error: redefinition of ‘_21INVLN2_2674’
9972 | object _21INVLN2_2674 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4247:8: note: previous definition of ‘_21INVLN2_2674’ with type ‘object’ {aka ‘long int’}
4247 | object _21INVLN2_2674 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9973:8: error: redefinition of ‘_21LN10_2676’
9973 | object _21LN10_2676 = NOVALUE;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4248:8: note: previous definition of ‘_21LN10_2676’ with type ‘object’ {aka ‘long int’}
4248 | object _21LN10_2676 = NOVALUE;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9974:8: error: redefinition of ‘_21INVLN10_2678’
9974 | object _21INVLN10_2678 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4249:8: note: previous definition of ‘_21INVLN10_2678’ with type ‘object’ {aka ‘long int’}
4249 | object _21INVLN10_2678 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9975:8: error: redefinition of ‘_21SQRT2_2680’
9975 | object _21SQRT2_2680 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4250:8: note: previous definition of ‘_21SQRT2_2680’ with type ‘object’ {aka ‘long int’}
4250 | object _21SQRT2_2680 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9976:8: error: redefinition of ‘_21HALFSQRT2_2682’
9976 | object _21HALFSQRT2_2682 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4251:8: note: previous definition of ‘_21HALFSQRT2_2682’ with type ‘object’ {aka ‘long int’}
4251 | object _21HALFSQRT2_2682 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9977:8: error: redefinition of ‘_21SQRT3_2684’
9977 | object _21SQRT3_2684 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4252:8: note: previous definition of ‘_21SQRT3_2684’ with type ‘object’ {aka ‘long int’}
4252 | object _21SQRT3_2684 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9978:8: error: redefinition of ‘_21DEGREES_TO_RADIANS_2686’
9978 | object _21DEGREES_TO_RADIANS_2686 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4253:8: note: previous definition of ‘_21DEGREES_TO_RADIANS_2686’ with type ‘object’ {aka ‘long int’}
4253 | object _21DEGREES_TO_RADIANS_2686 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9979:8: error: redefinition of ‘_21RADIANS_TO_DEGREES_2688’
9979 | object _21RADIANS_TO_DEGREES_2688 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4254:8: note: previous definition of ‘_21RADIANS_TO_DEGREES_2688’ with type ‘object’ {aka ‘long int’}
4254 | object _21RADIANS_TO_DEGREES_2688 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9980:8: error: redefinition of ‘_21EULER_GAMMA_2690’
9980 | object _21EULER_GAMMA_2690 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4255:8: note: previous definition of ‘_21EULER_GAMMA_2690’ with type ‘object’ {aka ‘long int’}
4255 | object _21EULER_GAMMA_2690 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9981:8: error: redefinition of ‘_21SQRTE_2692’
9981 | object _21SQRTE_2692 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4256:8: note: previous definition of ‘_21SQRTE_2692’ with type ‘object’ {aka ‘long int’}
4256 | object _21SQRTE_2692 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9982:8: error: redefinition of ‘_21PINF_2696’
9982 | object _21PINF_2696 = NOVALUE;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4257:8: note: previous definition of ‘_21PINF_2696’ with type ‘object’ {aka ‘long int’}
4257 | object _21PINF_2696 = NOVALUE;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9983:8: error: redefinition of ‘_21MINF_2698’
9983 | object _21MINF_2698 = NOVALUE;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4258:8: note: previous definition of ‘_21MINF_2698’ with type ‘object’ {aka ‘long int’}
4258 | object _21MINF_2698 = NOVALUE;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9984:8: error: redefinition of ‘_21SQRT5_2700’
9984 | object _21SQRT5_2700 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4259:8: note: previous definition of ‘_21SQRT5_2700’ with type ‘object’ {aka ‘long int’}
4259 | object _21SQRT5_2700 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9985:8: error: redefinition of ‘_18NATIVE_2704’
9985 | object _18NATIVE_2704 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4260:8: note: previous definition of ‘_18NATIVE_2704’ with type ‘object’ {aka ‘long int’}
4260 | object _18NATIVE_2704 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9986:8: error: redefinition of ‘_18DOUBLE_2705’
9986 | object _18DOUBLE_2705 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4261:8: note: previous definition of ‘_18DOUBLE_2705’ with type ‘object’ {aka ‘long int’}
4261 | object _18DOUBLE_2705 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9987:8: error: redefinition of ‘_18EXTENDED_2707’
9987 | object _18EXTENDED_2707 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4262:8: note: previous definition of ‘_18EXTENDED_2707’ with type ‘object’ {aka ‘long int’}
4262 | object _18EXTENDED_2707 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9988:8: error: redefinition of ‘_18NATIVE_FORMAT_2716’
9988 | object _18NATIVE_FORMAT_2716 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4263:8: note: previous definition of ‘_18NATIVE_FORMAT_2716’ with type ‘object’ {aka ‘long int’}
4263 | object _18NATIVE_FORMAT_2716 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9989:8: error: redefinition of ‘_18DOUBLE_SIGNIFICAND_2947’
9989 | object _18DOUBLE_SIGNIFICAND_2947 = 52;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4264:8: note: previous definition of ‘_18DOUBLE_SIGNIFICAND_2947’ with type ‘object’ {aka ‘long int’}
4264 | object _18DOUBLE_SIGNIFICAND_2947 = 52;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9990:8: error: redefinition of ‘_18DOUBLE_EXPONENT_2948’
9990 | object _18DOUBLE_EXPONENT_2948 = 11;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4265:8: note: previous definition of ‘_18DOUBLE_EXPONENT_2948’ with type ‘object’ {aka ‘long int’}
4265 | object _18DOUBLE_EXPONENT_2948 = 11;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9991:8: error: redefinition of ‘_18DOUBLE_MIN_EXP_2949’
9991 | object _18DOUBLE_MIN_EXP_2949 = -1023;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4266:8: note: previous definition of ‘_18DOUBLE_MIN_EXP_2949’ with type ‘object’ {aka ‘long int’}
4266 | object _18DOUBLE_MIN_EXP_2949 = -1023;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9992:8: error: redefinition of ‘_18DOUBLE_EXP_BIAS_2952’
9992 | object _18DOUBLE_EXP_BIAS_2952 = 1023;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4267:8: note: previous definition of ‘_18DOUBLE_EXP_BIAS_2952’ with type ‘object’ {aka ‘long int’}
4267 | object _18DOUBLE_EXP_BIAS_2952 = 1023;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9993:8: error: redefinition of ‘_18DOUBLE_MAX_EXP_2953’
9993 | object _18DOUBLE_MAX_EXP_2953 = 1023;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4268:8: note: previous definition of ‘_18DOUBLE_MAX_EXP_2953’ with type ‘object’ {aka ‘long int’}
4268 | object _18DOUBLE_MAX_EXP_2953 = 1023;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9994:8: error: redefinition of ‘_18EXTENDED_SIGNIFICAND_2954’
9994 | object _18EXTENDED_SIGNIFICAND_2954 = 64;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4269:8: note: previous definition of ‘_18EXTENDED_SIGNIFICAND_2954’ with type ‘object’ {aka ‘long int’}
4269 | object _18EXTENDED_SIGNIFICAND_2954 = 64;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9995:8: error: redefinition of ‘_18EXTENDED_EXPONENT_2955’
9995 | object _18EXTENDED_EXPONENT_2955 = 15;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4270:8: note: previous definition of ‘_18EXTENDED_EXPONENT_2955’ with type ‘object’ {aka ‘long int’}
4270 | object _18EXTENDED_EXPONENT_2955 = 15;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9996:8: error: redefinition of ‘_18EXTENDED_MIN_EXP_2956’
9996 | object _18EXTENDED_MIN_EXP_2956 = -16382;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4271:8: note: previous definition of ‘_18EXTENDED_MIN_EXP_2956’ with type ‘object’ {aka ‘long int’}
4271 | object _18EXTENDED_MIN_EXP_2956 = -16382;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9997:8: error: redefinition of ‘_18EXTENDED_EXP_BIAS_2959’
9997 | object _18EXTENDED_EXP_BIAS_2959 = 16383;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4272:8: note: previous definition of ‘_18EXTENDED_EXP_BIAS_2959’ with type ‘object’ {aka ‘long int’}
4272 | object _18EXTENDED_EXP_BIAS_2959 = 16383;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9998:8: error: redefinition of ‘_18EXTENDED_MAX_EXP_2961’
9998 | object _18EXTENDED_MAX_EXP_2961 = 16384;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4273:8: note: previous definition of ‘_18EXTENDED_MAX_EXP_2961’ with type ‘object’ {aka ‘long int’}
4273 | object _18EXTENDED_MAX_EXP_2961 = 16384;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:9999:8: error: redefinition of ‘_17GET_SUCCESS_3283’
9999 | object _17GET_SUCCESS_3283 = 0;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4274:8: note: previous definition of ‘_17GET_SUCCESS_3283’ with type ‘object’ {aka ‘long int’}
4274 | object _17GET_SUCCESS_3283 = 0;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10000:8: error: redefinition of ‘_17GET_EOF_3284’
10000 | object _17GET_EOF_3284 = -1;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4275:8: note: previous definition of ‘_17GET_EOF_3284’ with type ‘object’ {aka ‘long int’}
4275 | object _17GET_EOF_3284 = -1;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10001:8: error: redefinition of ‘_17GET_FAIL_3285’
10001 | object _17GET_FAIL_3285 = 1;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4276:8: note: previous definition of ‘_17GET_FAIL_3285’ with type ‘object’ {aka ‘long int’}
4276 | object _17GET_FAIL_3285 = 1;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10002:8: error: redefinition of ‘_17GET_NOTHING_3286’
10002 | object _17GET_NOTHING_3286 = -2;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4277:8: note: previous definition of ‘_17GET_NOTHING_3286’ with type ‘object’ {aka ‘long int’}
4277 | object _17GET_NOTHING_3286 = -2;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10003:8: error: redefinition of ‘_17DIGITS_3288’
10003 | object _17DIGITS_3288 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4278:8: note: previous definition of ‘_17DIGITS_3288’ with type ‘object’ {aka ‘long int’}
4278 | object _17DIGITS_3288 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10004:8: error: redefinition of ‘_17HEX_DIGITS_3290’
10004 | object _17HEX_DIGITS_3290 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4279:8: note: previous definition of ‘_17HEX_DIGITS_3290’ with type ‘object’ {aka ‘long int’}
4279 | object _17HEX_DIGITS_3290 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10005:8: error: redefinition of ‘_17START_NUMERIC_3293’
10005 | object _17START_NUMERIC_3293 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4280:8: note: previous definition of ‘_17START_NUMERIC_3293’ with type ‘object’ {aka ‘long int’}
4280 | object _17START_NUMERIC_3293 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10006:8: error: redefinition of ‘_17TRUE_3296’
10006 | object _17TRUE_3296 = 1;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4281:8: note: previous definition of ‘_17TRUE_3296’ with type ‘object’ {aka ‘long int’}
4281 | object _17TRUE_3296 = 1;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10007:8: error: redefinition of ‘_17input_file_3307’
10007 | object _17input_file_3307 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4282:8: note: previous definition of ‘_17input_file_3307’ with type ‘object’ {aka ‘long int’}
4282 | object _17input_file_3307 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10008:8: error: redefinition of ‘_17input_string_3308’
10008 | object _17input_string_3308 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4283:8: note: previous definition of ‘_17input_string_3308’ with type ‘object’ {aka ‘long int’}
4283 | object _17input_string_3308 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10009:8: error: redefinition of ‘_17string_next_3309’
10009 | object _17string_next_3309 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4284:8: note: previous definition of ‘_17string_next_3309’ with type ‘object’ {aka ‘long int’}
4284 | object _17string_next_3309 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10010:8: error: redefinition of ‘_17ch_3310’
10010 | object _17ch_3310 = NOVALUE;
| ^~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4285:8: note: previous definition of ‘_17ch_3310’ with type ‘object’ {aka ‘long int’}
4285 | object _17ch_3310 = NOVALUE;
| ^~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10011:8: error: redefinition of ‘_17white_space_3326’
10011 | object _17white_space_3326 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4286:8: note: previous definition of ‘_17white_space_3326’ with type ‘object’ {aka ‘long int’}
4286 | object _17white_space_3326 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10012:8: error: redefinition of ‘_17ESCAPE_CHARS_3331’
10012 | object _17ESCAPE_CHARS_3331 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4287:8: note: previous definition of ‘_17ESCAPE_CHARS_3331’ with type ‘object’ {aka ‘long int’}
4287 | object _17ESCAPE_CHARS_3331 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10013:8: error: redefinition of ‘_17ESCAPED_CHARS_3333’
10013 | object _17ESCAPED_CHARS_3333 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4288:8: note: previous definition of ‘_17ESCAPED_CHARS_3333’ with type ‘object’ {aka ‘long int’}
4288 | object _17ESCAPED_CHARS_3333 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10014:8: error: redefinition of ‘_17GET_IGNORE_3419’
10014 | object _17GET_IGNORE_3419 = -2;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4289:8: note: previous definition of ‘_17GET_IGNORE_3419’ with type ‘object’ {aka ‘long int’}
4289 | object _17GET_IGNORE_3419 = -2;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10015:8: error: redefinition of ‘_17leading_whitespace_3611’
10015 | object _17leading_whitespace_3611 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4290:8: note: previous definition of ‘_17leading_whitespace_3611’ with type ‘object’ {aka ‘long int’}
4290 | object _17leading_whitespace_3611 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10016:8: error: redefinition of ‘_17GET_SHORT_ANSWER_3745’
10016 | object _17GET_SHORT_ANSWER_3745 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4291:8: note: previous definition of ‘_17GET_SHORT_ANSWER_3745’ with type ‘object’ {aka ‘long int’}
4291 | object _17GET_SHORT_ANSWER_3745 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10017:8: error: redefinition of ‘_17GET_LONG_ANSWER_3748’
10017 | object _17GET_LONG_ANSWER_3748 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4292:8: note: previous definition of ‘_17GET_LONG_ANSWER_3748’ with type ‘object’ {aka ‘long int’}
4292 | object _17GET_LONG_ANSWER_3748 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10018:8: error: redefinition of ‘_16gmtime__3808’
10018 | object _16gmtime__3808 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4293:8: note: previous definition of ‘_16gmtime__3808’ with type ‘object’ {aka ‘long int’}
4293 | object _16gmtime__3808 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10019:8: error: redefinition of ‘_16time__3813’
10019 | object _16time__3813 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4294:8: note: previous definition of ‘_16time__3813’ with type ‘object’ {aka ‘long int’}
4294 | object _16time__3813 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10020:8: error: redefinition of ‘_16TM_SEC_3821’
10020 | object _16TM_SEC_3821 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4295:8: note: previous definition of ‘_16TM_SEC_3821’ with type ‘object’ {aka ‘long int’}
4295 | object _16TM_SEC_3821 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10021:8: error: redefinition of ‘_16TM_MIN_3822’
10021 | object _16TM_MIN_3822 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4296:8: note: previous definition of ‘_16TM_MIN_3822’ with type ‘object’ {aka ‘long int’}
4296 | object _16TM_MIN_3822 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10022:8: error: redefinition of ‘_16TM_HOUR_3824’
10022 | object _16TM_HOUR_3824 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4297:8: note: previous definition of ‘_16TM_HOUR_3824’ with type ‘object’ {aka ‘long int’}
4297 | object _16TM_HOUR_3824 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10023:8: error: redefinition of ‘_16TM_MDAY_3826’
10023 | object _16TM_MDAY_3826 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4298:8: note: previous definition of ‘_16TM_MDAY_3826’ with type ‘object’ {aka ‘long int’}
4298 | object _16TM_MDAY_3826 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10024:8: error: redefinition of ‘_16TM_MON_3828’
10024 | object _16TM_MON_3828 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4299:8: note: previous definition of ‘_16TM_MON_3828’ with type ‘object’ {aka ‘long int’}
4299 | object _16TM_MON_3828 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10025:8: error: redefinition of ‘_16TM_YEAR_3830’
10025 | object _16TM_YEAR_3830 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4300:8: note: previous definition of ‘_16TM_YEAR_3830’ with type ‘object’ {aka ‘long int’}
4300 | object _16TM_YEAR_3830 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10026:8: error: redefinition of ‘_16Gregorian_Reformation_3857’
10026 | object _16Gregorian_Reformation_3857 = 1752;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4301:8: note: previous definition of ‘_16Gregorian_Reformation_3857’ with type ‘object’ {aka ‘long int’}
4301 | object _16Gregorian_Reformation_3857 = 1752;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10027:8: error: redefinition of ‘_16Gregorian_Reformation00_3859’
10027 | object _16Gregorian_Reformation00_3859 = 1700;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4302:8: note: previous definition of ‘_16Gregorian_Reformation00_3859’ with type ‘object’ {aka ‘long int’}
4302 | object _16Gregorian_Reformation00_3859 = 1700;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10028:8: error: redefinition of ‘_16DaysPerMonth_3861’
10028 | object _16DaysPerMonth_3861 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4303:8: note: previous definition of ‘_16DaysPerMonth_3861’ with type ‘object’ {aka ‘long int’}
4303 | object _16DaysPerMonth_3861 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10029:8: error: redefinition of ‘_16EPOCH_1970_3863’
10029 | object _16EPOCH_1970_3863 = 62135856000LL;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4304:8: note: previous definition of ‘_16EPOCH_1970_3863’ with type ‘object’ {aka ‘long int’}
4304 | object _16EPOCH_1970_3863 = 62135856000LL;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10030:8: error: redefinition of ‘_16DayLengthInSeconds_3865’
10030 | object _16DayLengthInSeconds_3865 = 86400;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4305:8: note: previous definition of ‘_16DayLengthInSeconds_3865’ with type ‘object’ {aka ‘long int’}
4305 | object _16DayLengthInSeconds_3865 = 86400;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10031:8: error: redefinition of ‘_16month_names_4073’
10031 | object _16month_names_4073 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4306:8: note: previous definition of ‘_16month_names_4073’ with type ‘object’ {aka ‘long int’}
4306 | object _16month_names_4073 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10032:8: error: redefinition of ‘_16month_abbrs_4087’
10032 | object _16month_abbrs_4087 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4307:8: note: previous definition of ‘_16month_abbrs_4087’ with type ‘object’ {aka ‘long int’}
4307 | object _16month_abbrs_4087 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10033:8: error: redefinition of ‘_16day_names_4100’
10033 | object _16day_names_4100 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4308:8: note: previous definition of ‘_16day_names_4100’ with type ‘object’ {aka ‘long int’}
4308 | object _16day_names_4100 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10034:8: error: redefinition of ‘_16day_abbrs_4109’
10034 | object _16day_abbrs_4109 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4309:8: note: previous definition of ‘_16day_abbrs_4109’ with type ‘object’ {aka ‘long int’}
4309 | object _16day_abbrs_4109 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10035:8: error: redefinition of ‘_16ampm_4118’
10035 | object _16ampm_4118 = NOVALUE;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4310:8: note: previous definition of ‘_16ampm_4118’ with type ‘object’ {aka ‘long int’}
4310 | object _16ampm_4118 = NOVALUE;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10036:8: error: redefinition of ‘_16YEAR_4122’
10036 | object _16YEAR_4122 = NOVALUE;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4311:8: note: previous definition of ‘_16YEAR_4122’ with type ‘object’ {aka ‘long int’}
4311 | object _16YEAR_4122 = NOVALUE;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10037:8: error: redefinition of ‘_16MONTH_4123’
10037 | object _16MONTH_4123 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4312:8: note: previous definition of ‘_16MONTH_4123’ with type ‘object’ {aka ‘long int’}
4312 | object _16MONTH_4123 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10038:8: error: redefinition of ‘_16DAY_4125’
10038 | object _16DAY_4125 = NOVALUE;
| ^~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4313:8: note: previous definition of ‘_16DAY_4125’ with type ‘object’ {aka ‘long int’}
4313 | object _16DAY_4125 = NOVALUE;
| ^~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10039:8: error: redefinition of ‘_16HOUR_4127’
10039 | object _16HOUR_4127 = NOVALUE;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4314:8: note: previous definition of ‘_16HOUR_4127’ with type ‘object’ {aka ‘long int’}
4314 | object _16HOUR_4127 = NOVALUE;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10040:8: error: redefinition of ‘_16MINUTE_4129’
10040 | object _16MINUTE_4129 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4315:8: note: previous definition of ‘_16MINUTE_4129’ with type ‘object’ {aka ‘long int’}
4315 | object _16MINUTE_4129 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10041:8: error: redefinition of ‘_16SECOND_4131’
10041 | object _16SECOND_4131 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4316:8: note: previous definition of ‘_16SECOND_4131’ with type ‘object’ {aka ‘long int’}
4316 | object _16SECOND_4131 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10042:8: error: redefinition of ‘_16YEARS_4133’
10042 | object _16YEARS_4133 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4317:8: note: previous definition of ‘_16YEARS_4133’ with type ‘object’ {aka ‘long int’}
4317 | object _16YEARS_4133 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10043:8: error: redefinition of ‘_16MONTHS_4134’
10043 | object _16MONTHS_4134 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4318:8: note: previous definition of ‘_16MONTHS_4134’ with type ‘object’ {aka ‘long int’}
4318 | object _16MONTHS_4134 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10044:8: error: redefinition of ‘_16WEEKS_4136’
10044 | object _16WEEKS_4136 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4319:8: note: previous definition of ‘_16WEEKS_4136’ with type ‘object’ {aka ‘long int’}
4319 | object _16WEEKS_4136 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10045:8: error: redefinition of ‘_16DAYS_4138’
10045 | object _16DAYS_4138 = NOVALUE;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4320:8: note: previous definition of ‘_16DAYS_4138’ with type ‘object’ {aka ‘long int’}
4320 | object _16DAYS_4138 = NOVALUE;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10046:8: error: redefinition of ‘_16HOURS_4140’
10046 | object _16HOURS_4140 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4321:8: note: previous definition of ‘_16HOURS_4140’ with type ‘object’ {aka ‘long int’}
4321 | object _16HOURS_4140 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10047:8: error: redefinition of ‘_16MINUTES_4142’
10047 | object _16MINUTES_4142 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4322:8: note: previous definition of ‘_16MINUTES_4142’ with type ‘object’ {aka ‘long int’}
4322 | object _16MINUTES_4142 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10048:8: error: redefinition of ‘_16SECONDS_4144’
10048 | object _16SECONDS_4144 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4323:8: note: previous definition of ‘_16SECONDS_4144’ with type ‘object’ {aka ‘long int’}
4323 | object _16SECONDS_4144 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10049:8: error: redefinition of ‘_16DATE_4146’
10049 | object _16DATE_4146 = NOVALUE;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4324:8: note: previous definition of ‘_16DATE_4146’ with type ‘object’ {aka ‘long int’}
4324 | object _16DATE_4146 = NOVALUE;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10050:8: error: redefinition of ‘_16date_now_4523’
10050 | object _16date_now_4523 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4325:8: note: previous definition of ‘_16date_now_4523’ with type ‘object’ {aka ‘long int’}
4325 | object _16date_now_4523 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10051:8: error: redefinition of ‘_16now_inlined_now_at_1120_4525’
10051 | object _16now_inlined_now_at_1120_4525 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4326:8: note: previous definition of ‘_16now_inlined_now_at_1120_4525’ with type ‘object’ {aka ‘long int’}
4326 | object _16now_inlined_now_at_1120_4525 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10052:8: error: redefinition of ‘_16now_1__tmp_at1120_4526’
10052 | object _16now_1__tmp_at1120_4526 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4327:8: note: previous definition of ‘_16now_1__tmp_at1120_4526’ with type ‘object’ {aka ‘long int’}
4327 | object _16now_1__tmp_at1120_4526 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10053:8: error: redefinition of ‘_22HSIEH30_4710’
10053 | object _22HSIEH30_4710 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4328:8: note: previous definition of ‘_22HSIEH30_4710’ with type ‘object’ {aka ‘long int’}
4328 | object _22HSIEH30_4710 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10054:8: error: redefinition of ‘_22HSIEH32_4712’
10054 | object _22HSIEH32_4712 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4329:8: note: previous definition of ‘_22HSIEH32_4712’ with type ‘object’ {aka ‘long int’}
4329 | object _22HSIEH32_4712 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10055:8: error: redefinition of ‘_22ADLER32_4714’
10055 | object _22ADLER32_4714 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4330:8: note: previous definition of ‘_22ADLER32_4714’ with type ‘object’ {aka ‘long int’}
4330 | object _22ADLER32_4714 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10056:8: error: redefinition of ‘_22FLETCHER32_4716’
10056 | object _22FLETCHER32_4716 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4331:8: note: previous definition of ‘_22FLETCHER32_4716’ with type ‘object’ {aka ‘long int’}
4331 | object _22FLETCHER32_4716 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10057:8: error: redefinition of ‘_22MD5_4718’
10057 | object _22MD5_4718 = NOVALUE;
| ^~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4332:8: note: previous definition of ‘_22MD5_4718’ with type ‘object’ {aka ‘long int’}
4332 | object _22MD5_4718 = NOVALUE;
| ^~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10058:8: error: redefinition of ‘_22SHA256_4720’
10058 | object _22SHA256_4720 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4333:8: note: previous definition of ‘_22SHA256_4720’ with type ‘object’ {aka ‘long int’}
4333 | object _22SHA256_4720 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10059:8: error: redefinition of ‘_24M_SET_RAND_4750’
10059 | object _24M_SET_RAND_4750 = 35;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4334:8: note: previous definition of ‘_24M_SET_RAND_4750’ with type ‘object’ {aka ‘long int’}
4334 | object _24M_SET_RAND_4750 = 35;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10060:8: error: redefinition of ‘_24M_GET_RAND_4751’
10060 | object _24M_GET_RAND_4751 = 98;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4335:8: note: previous definition of ‘_24M_GET_RAND_4751’ with type ‘object’ {aka ‘long int’}
4335 | object _24M_GET_RAND_4751 = 98;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10061:8: error: redefinition of ‘_26ASCENDING_5474’
10061 | object _26ASCENDING_5474 = 1;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4336:8: note: previous definition of ‘_26ASCENDING_5474’ with type ‘object’ {aka ‘long int’}
4336 | object _26ASCENDING_5474 = 1;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10062:8: error: redefinition of ‘_26NORMAL_ORDER_5475’
10062 | object _26NORMAL_ORDER_5475 = 1;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4337:8: note: previous definition of ‘_26NORMAL_ORDER_5475’ with type ‘object’ {aka ‘long int’}
4337 | object _26NORMAL_ORDER_5475 = 1;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10063:8: error: redefinition of ‘_26DESCENDING_5476’
10063 | object _26DESCENDING_5476 = -1;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4338:8: note: previous definition of ‘_26DESCENDING_5476’ with type ‘object’ {aka ‘long int’}
4338 | object _26DESCENDING_5476 = -1;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10064:8: error: redefinition of ‘_26REVERSE_ORDER_5477’
10064 | object _26REVERSE_ORDER_5477 = -1;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4339:8: note: previous definition of ‘_26REVERSE_ORDER_5477’ with type ‘object’ {aka ‘long int’}
4339 | object _26REVERSE_ORDER_5477 = -1;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10065:8: error: redefinition of ‘_25ADD_PREPEND_5752’
10065 | object _25ADD_PREPEND_5752 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4340:8: note: previous definition of ‘_25ADD_PREPEND_5752’ with type ‘object’ {aka ‘long int’}
4340 | object _25ADD_PREPEND_5752 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10066:8: error: redefinition of ‘_25ADD_APPEND_5753’
10066 | object _25ADD_APPEND_5753 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4341:8: note: previous definition of ‘_25ADD_APPEND_5753’ with type ‘object’ {aka ‘long int’}
4341 | object _25ADD_APPEND_5753 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10067:8: error: redefinition of ‘_25ADD_SORT_UP_5755’
10067 | object _25ADD_SORT_UP_5755 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4342:8: note: previous definition of ‘_25ADD_SORT_UP_5755’ with type ‘object’ {aka ‘long int’}
4342 | object _25ADD_SORT_UP_5755 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10068:8: error: redefinition of ‘_25ADD_SORT_DOWN_5757’
10068 | object _25ADD_SORT_DOWN_5757 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4343:8: note: previous definition of ‘_25ADD_SORT_DOWN_5757’ with type ‘object’ {aka ‘long int’}
4343 | object _25ADD_SORT_DOWN_5757 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10069:8: error: redefinition of ‘_25ROTATE_LEFT_5759’
10069 | object _25ROTATE_LEFT_5759 = 1;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4344:8: note: previous definition of ‘_25ROTATE_LEFT_5759’ with type ‘object’ {aka ‘long int’}
4344 | object _25ROTATE_LEFT_5759 = 1;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10070:8: error: redefinition of ‘_25ROTATE_RIGHT_5760’
10070 | object _25ROTATE_RIGHT_5760 = -1;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4345:8: note: previous definition of ‘_25ROTATE_RIGHT_5760’ with type ‘object’ {aka ‘long int’}
4345 | object _25ROTATE_RIGHT_5760 = -1;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10071:8: error: redefinition of ‘_25STDFLTR_ALPHA_6627’
10071 | object _25STDFLTR_ALPHA_6627 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4346:8: note: previous definition of ‘_25STDFLTR_ALPHA_6627’ with type ‘object’ {aka ‘long int’}
4346 | object _25STDFLTR_ALPHA_6627 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10072:8: error: redefinition of ‘_25BK_LEN_6812’
10072 | object _25BK_LEN_6812 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4347:8: note: previous definition of ‘_25BK_LEN_6812’ with type ‘object’ {aka ‘long int’}
4347 | object _25BK_LEN_6812 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10073:8: error: redefinition of ‘_25BK_PIECES_6813’
10073 | object _25BK_PIECES_6813 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4348:8: note: previous definition of ‘_25BK_PIECES_6813’ with type ‘object’ {aka ‘long int’}
4348 | object _25BK_PIECES_6813 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10074:8: error: redefinition of ‘_25SEQ_NOALT_7223’
10074 | object _25SEQ_NOALT_7223 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4349:8: note: previous definition of ‘_25SEQ_NOALT_7223’ with type ‘object’ {aka ‘long int’}
4349 | object _25SEQ_NOALT_7223 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10075:8: error: redefinition of ‘_25RD_INPLACE_7255’
10075 | object _25RD_INPLACE_7255 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4350:8: note: previous definition of ‘_25RD_INPLACE_7255’ with type ‘object’ {aka ‘long int’}
4350 | object _25RD_INPLACE_7255 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10076:8: error: redefinition of ‘_25RD_PRESORTED_7256’
10076 | object _25RD_PRESORTED_7256 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4351:8: note: previous definition of ‘_25RD_PRESORTED_7256’ with type ‘object’ {aka ‘long int’}
4351 | object _25RD_PRESORTED_7256 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10077:8: error: redefinition of ‘_25RD_SORT_7258’
10077 | object _25RD_SORT_7258 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4352:8: note: previous definition of ‘_25RD_SORT_7258’ with type ‘object’ {aka ‘long int’}
4352 | object _25RD_SORT_7258 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10078:8: error: redefinition of ‘_25COMBINE_UNSORTED_7298’
10078 | object _25COMBINE_UNSORTED_7298 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4353:8: note: previous definition of ‘_25COMBINE_UNSORTED_7298’ with type ‘object’ {aka ‘long int’}
4353 | object _25COMBINE_UNSORTED_7298 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10079:8: error: redefinition of ‘_25COMBINE_SORTED_7299’
10079 | object _25COMBINE_SORTED_7299 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4354:8: note: previous definition of ‘_25COMBINE_SORTED_7299’ with type ‘object’ {aka ‘long int’}
4354 | object _25COMBINE_SORTED_7299 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10080:8: error: redefinition of ‘_15M_DIR_7353’
10080 | object _15M_DIR_7353 = 22;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4355:8: note: previous definition of ‘_15M_DIR_7353’ with type ‘object’ {aka ‘long int’}
4355 | object _15M_DIR_7353 = 22;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10081:8: error: redefinition of ‘_15M_CURRENT_DIR_7355’
10081 | object _15M_CURRENT_DIR_7355 = 23;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4356:8: note: previous definition of ‘_15M_CURRENT_DIR_7355’ with type ‘object’ {aka ‘long int’}
4356 | object _15M_CURRENT_DIR_7355 = 23;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10082:8: error: redefinition of ‘_15M_CHDIR_7356’
10082 | object _15M_CHDIR_7356 = 63;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4357:8: note: previous definition of ‘_15M_CHDIR_7356’ with type ‘object’ {aka ‘long int’}
4357 | object _15M_CHDIR_7356 = 63;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10083:8: error: redefinition of ‘_15lib_7358’
10083 | object _15lib_7358 = NOVALUE;
| ^~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4358:8: note: previous definition of ‘_15lib_7358’ with type ‘object’ {aka ‘long int’}
4358 | object _15lib_7358 = NOVALUE;
| ^~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10084:8: error: redefinition of ‘_15STAT_VER_7360’
10084 | object _15STAT_VER_7360 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4359:8: note: previous definition of ‘_15STAT_VER_7360’ with type ‘object’ {aka ‘long int’}
4359 | object _15STAT_VER_7360 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10085:8: error: redefinition of ‘_15xStatFile_7366’
10085 | object _15xStatFile_7366 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4360:8: note: previous definition of ‘_15xStatFile_7366’ with type ‘object’ {aka ‘long int’}
4360 | object _15xStatFile_7366 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10086:8: error: redefinition of ‘_15xMoveFile_7372’
10086 | object _15xMoveFile_7372 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4361:8: note: previous definition of ‘_15xMoveFile_7372’ with type ‘object’ {aka ‘long int’}
4361 | object _15xMoveFile_7372 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10087:8: error: redefinition of ‘_15xDeleteFile_7376’
10087 | object _15xDeleteFile_7376 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4362:8: note: previous definition of ‘_15xDeleteFile_7376’ with type ‘object’ {aka ‘long int’}
4362 | object _15xDeleteFile_7376 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10088:8: error: redefinition of ‘_15xCreateDirectory_7380’
10088 | object _15xCreateDirectory_7380 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4363:8: note: previous definition of ‘_15xCreateDirectory_7380’ with type ‘object’ {aka ‘long int’}
4363 | object _15xCreateDirectory_7380 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10089:8: error: redefinition of ‘_15xRemoveDirectory_7384’
10089 | object _15xRemoveDirectory_7384 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4364:8: note: previous definition of ‘_15xRemoveDirectory_7384’ with type ‘object’ {aka ‘long int’}
4364 | object _15xRemoveDirectory_7384 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10090:8: error: redefinition of ‘_15xGetFileAttributes_7388’
10090 | object _15xGetFileAttributes_7388 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4365:8: note: previous definition of ‘_15xGetFileAttributes_7388’ with type ‘object’ {aka ‘long int’}
4365 | object _15xGetFileAttributes_7388 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10091:8: error: redefinition of ‘_15SLASH_7399’
10091 | object _15SLASH_7399 = 47;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4366:8: note: previous definition of ‘_15SLASH_7399’ with type ‘object’ {aka ‘long int’}
4366 | object _15SLASH_7399 = 47;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10092:8: error: redefinition of ‘_15SLASHES_7400’
10092 | object _15SLASHES_7400 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4367:8: note: previous definition of ‘_15SLASHES_7400’ with type ‘object’ {aka ‘long int’}
4367 | object _15SLASHES_7400 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10093:8: error: redefinition of ‘_15EOLSEP_7402’
10093 | object _15EOLSEP_7402 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4368:8: note: previous definition of ‘_15EOLSEP_7402’ with type ‘object’ {aka ‘long int’}
4368 | object _15EOLSEP_7402 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10094:8: error: redefinition of ‘_15PATHSEP_7404’
10094 | object _15PATHSEP_7404 = 58;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4369:8: note: previous definition of ‘_15PATHSEP_7404’ with type ‘object’ {aka ‘long int’}
4369 | object _15PATHSEP_7404 = 58;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10095:8: error: redefinition of ‘_15NULLDEVICE_7405’
10095 | object _15NULLDEVICE_7405 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4370:8: note: previous definition of ‘_15NULLDEVICE_7405’ with type ‘object’ {aka ‘long int’}
4370 | object _15NULLDEVICE_7405 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10096:8: error: redefinition of ‘_15SHARED_LIB_EXT_7408’
10096 | object _15SHARED_LIB_EXT_7408 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4371:8: note: previous definition of ‘_15SHARED_LIB_EXT_7408’ with type ‘object’ {aka ‘long int’}
4371 | object _15SHARED_LIB_EXT_7408 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10097:8: error: redefinition of ‘_15EOL_7414’
10097 | object _15EOL_7414 = 10;
| ^~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4372:8: note: previous definition of ‘_15EOL_7414’ with type ‘object’ {aka ‘long int’}
4372 | object _15EOL_7414 = 10;
| ^~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10098:8: error: redefinition of ‘_15D_NAME_7415’
10098 | object _15D_NAME_7415 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4373:8: note: previous definition of ‘_15D_NAME_7415’ with type ‘object’ {aka ‘long int’}
4373 | object _15D_NAME_7415 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10099:8: error: redefinition of ‘_15D_ATTRIBUTES_7416’
10099 | object _15D_ATTRIBUTES_7416 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4374:8: note: previous definition of ‘_15D_ATTRIBUTES_7416’ with type ‘object’ {aka ‘long int’}
4374 | object _15D_ATTRIBUTES_7416 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10100:8: error: redefinition of ‘_15D_SIZE_7418’
10100 | object _15D_SIZE_7418 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4375:8: note: previous definition of ‘_15D_SIZE_7418’ with type ‘object’ {aka ‘long int’}
4375 | object _15D_SIZE_7418 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10101:8: error: redefinition of ‘_15D_YEAR_7420’
10101 | object _15D_YEAR_7420 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4376:8: note: previous definition of ‘_15D_YEAR_7420’ with type ‘object’ {aka ‘long int’}
4376 | object _15D_YEAR_7420 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10102:8: error: redefinition of ‘_15D_MONTH_7422’
10102 | object _15D_MONTH_7422 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4377:8: note: previous definition of ‘_15D_MONTH_7422’ with type ‘object’ {aka ‘long int’}
4377 | object _15D_MONTH_7422 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10103:8: error: redefinition of ‘_15D_DAY_7424’
10103 | object _15D_DAY_7424 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4378:8: note: previous definition of ‘_15D_DAY_7424’ with type ‘object’ {aka ‘long int’}
4378 | object _15D_DAY_7424 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10104:8: error: redefinition of ‘_15D_HOUR_7426’
10104 | object _15D_HOUR_7426 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4379:8: note: previous definition of ‘_15D_HOUR_7426’ with type ‘object’ {aka ‘long int’}
4379 | object _15D_HOUR_7426 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10105:8: error: redefinition of ‘_15D_MINUTE_7428’
10105 | object _15D_MINUTE_7428 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4380:8: note: previous definition of ‘_15D_MINUTE_7428’ with type ‘object’ {aka ‘long int’}
4380 | object _15D_MINUTE_7428 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10106:8: error: redefinition of ‘_15D_SECOND_7430’
10106 | object _15D_SECOND_7430 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4381:8: note: previous definition of ‘_15D_SECOND_7430’ with type ‘object’ {aka ‘long int’}
4381 | object _15D_SECOND_7430 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10107:8: error: redefinition of ‘_15D_MILLISECOND_7432’
10107 | object _15D_MILLISECOND_7432 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4382:8: note: previous definition of ‘_15D_MILLISECOND_7432’ with type ‘object’ {aka ‘long int’}
4382 | object _15D_MILLISECOND_7432 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10108:8: error: redefinition of ‘_15D_ALTNAME_7434’
10108 | object _15D_ALTNAME_7434 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4383:8: note: previous definition of ‘_15D_ALTNAME_7434’ with type ‘object’ {aka ‘long int’}
4383 | object _15D_ALTNAME_7434 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10109:8: error: redefinition of ‘_15W_BAD_PATH_7436’
10109 | object _15W_BAD_PATH_7436 = -1;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4384:8: note: previous definition of ‘_15W_BAD_PATH_7436’ with type ‘object’ {aka ‘long int’}
4384 | object _15W_BAD_PATH_7436 = -1;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10110:8: error: redefinition of ‘_15W_SKIP_DIRECTORY_7437’
10110 | object _15W_SKIP_DIRECTORY_7437 = -975864;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4385:8: note: previous definition of ‘_15W_SKIP_DIRECTORY_7437’ with type ‘object’ {aka ‘long int’}
4385 | object _15W_SKIP_DIRECTORY_7437 = -975864;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10111:8: error: redefinition of ‘_15DEFAULT_DIR_SOURCE_7549’
10111 | object _15DEFAULT_DIR_SOURCE_7549 = -2;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4386:8: note: previous definition of ‘_15DEFAULT_DIR_SOURCE_7549’ with type ‘object’ {aka ‘long int’}
4386 | object _15DEFAULT_DIR_SOURCE_7549 = -2;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10112:8: error: redefinition of ‘_15my_dir_7550’
10112 | object _15my_dir_7550 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4387:8: note: previous definition of ‘_15my_dir_7550’ with type ‘object’ {aka ‘long int’}
4387 | object _15my_dir_7550 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10113:8: error: redefinition of ‘_15InitCurDir_7692’
10113 | object _15InitCurDir_7692 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4388:8: note: previous definition of ‘_15InitCurDir_7692’ with type ‘object’ {aka ‘long int’}
4388 | object _15InitCurDir_7692 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10114:8: error: redefinition of ‘_15PATH_DIR_7810’
10114 | object _15PATH_DIR_7810 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4389:8: note: previous definition of ‘_15PATH_DIR_7810’ with type ‘object’ {aka ‘long int’}
4389 | object _15PATH_DIR_7810 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10115:8: error: redefinition of ‘_15PATH_FILENAME_7811’
10115 | object _15PATH_FILENAME_7811 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4390:8: note: previous definition of ‘_15PATH_FILENAME_7811’ with type ‘object’ {aka ‘long int’}
4390 | object _15PATH_FILENAME_7811 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10116:8: error: redefinition of ‘_15PATH_BASENAME_7813’
10116 | object _15PATH_BASENAME_7813 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4391:8: note: previous definition of ‘_15PATH_BASENAME_7813’ with type ‘object’ {aka ‘long int’}
4391 | object _15PATH_BASENAME_7813 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10117:8: error: redefinition of ‘_15PATH_FILEEXT_7815’
10117 | object _15PATH_FILEEXT_7815 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4392:8: note: previous definition of ‘_15PATH_FILEEXT_7815’ with type ‘object’ {aka ‘long int’}
4392 | object _15PATH_FILEEXT_7815 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10118:8: error: redefinition of ‘_15PATH_DRIVEID_7817’
10118 | object _15PATH_DRIVEID_7817 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4393:8: note: previous definition of ‘_15PATH_DRIVEID_7817’ with type ‘object’ {aka ‘long int’}
4393 | object _15PATH_DRIVEID_7817 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10119:8: error: redefinition of ‘_15AS_IS_7949’
10119 | object _15AS_IS_7949 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4394:8: note: previous definition of ‘_15AS_IS_7949’ with type ‘object’ {aka ‘long int’}
4394 | object _15AS_IS_7949 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10120:8: error: redefinition of ‘_15TO_LOWER_7950’
10120 | object _15TO_LOWER_7950 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4395:8: note: previous definition of ‘_15TO_LOWER_7950’ with type ‘object’ {aka ‘long int’}
4395 | object _15TO_LOWER_7950 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10121:8: error: redefinition of ‘_15CORRECT_7951’
10121 | object _15CORRECT_7951 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4396:8: note: previous definition of ‘_15CORRECT_7951’ with type ‘object’ {aka ‘long int’}
4396 | object _15CORRECT_7951 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10122:8: error: redefinition of ‘_15TO_SHORT_7952’
10122 | object _15TO_SHORT_7952 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4397:8: note: previous definition of ‘_15TO_SHORT_7952’ with type ‘object’ {aka ‘long int’}
4397 | object _15TO_SHORT_7952 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10123:8: error: redefinition of ‘_15FILETYPE_UNDEFINED_8287’
10123 | object _15FILETYPE_UNDEFINED_8287 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4398:8: note: previous definition of ‘_15FILETYPE_UNDEFINED_8287’ with type ‘object’ {aka ‘long int’}
4398 | object _15FILETYPE_UNDEFINED_8287 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10124:8: error: redefinition of ‘_15FILETYPE_NOT_FOUND_8288’
10124 | object _15FILETYPE_NOT_FOUND_8288 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4399:8: note: previous definition of ‘_15FILETYPE_NOT_FOUND_8288’ with type ‘object’ {aka ‘long int’}
4399 | object _15FILETYPE_NOT_FOUND_8288 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10125:8: error: redefinition of ‘_15FILETYPE_FILE_8290’
10125 | object _15FILETYPE_FILE_8290 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4400:8: note: previous definition of ‘_15FILETYPE_FILE_8290’ with type ‘object’ {aka ‘long int’}
4400 | object _15FILETYPE_FILE_8290 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10126:8: error: redefinition of ‘_15FILETYPE_DIRECTORY_8292’
10126 | object _15FILETYPE_DIRECTORY_8292 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4401:8: note: previous definition of ‘_15FILETYPE_DIRECTORY_8292’ with type ‘object’ {aka ‘long int’}
4401 | object _15FILETYPE_DIRECTORY_8292 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10127:8: error: redefinition of ‘_15SECTORS_PER_CLUSTER_8320’
10127 | object _15SECTORS_PER_CLUSTER_8320 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4402:8: note: previous definition of ‘_15SECTORS_PER_CLUSTER_8320’ with type ‘object’ {aka ‘long int’}
4402 | object _15SECTORS_PER_CLUSTER_8320 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10128:8: error: redefinition of ‘_15BYTES_PER_SECTOR_8321’
10128 | object _15BYTES_PER_SECTOR_8321 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4403:8: note: previous definition of ‘_15BYTES_PER_SECTOR_8321’ with type ‘object’ {aka ‘long int’}
4403 | object _15BYTES_PER_SECTOR_8321 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10129:8: error: redefinition of ‘_15NUMBER_OF_FREE_CLUSTERS_8323’
10129 | object _15NUMBER_OF_FREE_CLUSTERS_8323 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4404:8: note: previous definition of ‘_15NUMBER_OF_FREE_CLUSTERS_8323’ with type ‘object’ {aka ‘long int’}
4404 | object _15NUMBER_OF_FREE_CLUSTERS_8323 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10130:8: error: redefinition of ‘_15TOTAL_NUMBER_OF_CLUSTERS_8325’
10130 | object _15TOTAL_NUMBER_OF_CLUSTERS_8325 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4405:8: note: previous definition of ‘_15TOTAL_NUMBER_OF_CLUSTERS_8325’ with type ‘object’ {aka ‘long int’}
4405 | object _15TOTAL_NUMBER_OF_CLUSTERS_8325 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10131:8: error: redefinition of ‘_15TOTAL_BYTES_8327’
10131 | object _15TOTAL_BYTES_8327 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4406:8: note: previous definition of ‘_15TOTAL_BYTES_8327’ with type ‘object’ {aka ‘long int’}
4406 | object _15TOTAL_BYTES_8327 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10132:8: error: redefinition of ‘_15FREE_BYTES_8328’
10132 | object _15FREE_BYTES_8328 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4407:8: note: previous definition of ‘_15FREE_BYTES_8328’ with type ‘object’ {aka ‘long int’}
4407 | object _15FREE_BYTES_8328 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10133:8: error: redefinition of ‘_15USED_BYTES_8330’
10133 | object _15USED_BYTES_8330 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4408:8: note: previous definition of ‘_15USED_BYTES_8330’ with type ‘object’ {aka ‘long int’}
4408 | object _15USED_BYTES_8330 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10134:8: error: redefinition of ‘_15COUNT_DIRS_8332’
10134 | object _15COUNT_DIRS_8332 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4409:8: note: previous definition of ‘_15COUNT_DIRS_8332’ with type ‘object’ {aka ‘long int’}
4409 | object _15COUNT_DIRS_8332 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10135:8: error: redefinition of ‘_15COUNT_FILES_8333’
10135 | object _15COUNT_FILES_8333 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4410:8: note: previous definition of ‘_15COUNT_FILES_8333’ with type ‘object’ {aka ‘long int’}
4410 | object _15COUNT_FILES_8333 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10136:8: error: redefinition of ‘_15COUNT_SIZE_8335’
10136 | object _15COUNT_SIZE_8335 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4411:8: note: previous definition of ‘_15COUNT_SIZE_8335’ with type ‘object’ {aka ‘long int’}
4411 | object _15COUNT_SIZE_8335 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10137:8: error: redefinition of ‘_15COUNT_TYPES_8337’
10137 | object _15COUNT_TYPES_8337 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4412:8: note: previous definition of ‘_15COUNT_TYPES_8337’ with type ‘object’ {aka ‘long int’}
4412 | object _15COUNT_TYPES_8337 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10138:8: error: redefinition of ‘_15EXT_NAME_8339’
10138 | object _15EXT_NAME_8339 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4413:8: note: previous definition of ‘_15EXT_NAME_8339’ with type ‘object’ {aka ‘long int’}
4413 | object _15EXT_NAME_8339 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10139:8: error: redefinition of ‘_15EXT_COUNT_8340’
10139 | object _15EXT_COUNT_8340 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4414:8: note: previous definition of ‘_15EXT_COUNT_8340’ with type ‘object’ {aka ‘long int’}
4414 | object _15EXT_COUNT_8340 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10140:8: error: redefinition of ‘_15EXT_SIZE_8342’
10140 | object _15EXT_SIZE_8342 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4415:8: note: previous definition of ‘_15EXT_SIZE_8342’ with type ‘object’ {aka ‘long int’}
4415 | object _15EXT_SIZE_8342 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10141:8: error: redefinition of ‘_15STAT_ST_BLKSIZE_8472’
10141 | object _15STAT_ST_BLKSIZE_8472 = 88;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4416:8: note: previous definition of ‘_15STAT_ST_BLKSIZE_8472’ with type ‘object’ {aka ‘long int’}
4416 | object _15STAT_ST_BLKSIZE_8472 = 88;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10142:8: error: redefinition of ‘_15SIZEOF_STAT_8473’
10142 | object _15SIZEOF_STAT_8473 = 144;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4417:8: note: previous definition of ‘_15SIZEOF_STAT_8473’ with type ‘object’ {aka ‘long int’}
4417 | object _15SIZEOF_STAT_8473 = 144;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10143:8: error: redefinition of ‘_15STAT_DEV_8476’
10143 | object _15STAT_DEV_8476 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4418:8: note: previous definition of ‘_15STAT_DEV_8476’ with type ‘object’ {aka ‘long int’}
4418 | object _15STAT_DEV_8476 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10144:8: error: redefinition of ‘_15STAT_BLKSIZE_8477’
10144 | object _15STAT_BLKSIZE_8477 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4419:8: note: previous definition of ‘_15STAT_BLKSIZE_8477’ with type ‘object’ {aka ‘long int’}
4419 | object _15STAT_BLKSIZE_8477 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10145:8: error: redefinition of ‘_15STAT_RETURN_8479’
10145 | object _15STAT_RETURN_8479 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4420:8: note: previous definition of ‘_15STAT_RETURN_8479’ with type ‘object’ {aka ‘long int’}
4420 | object _15STAT_RETURN_8479 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10146:8: error: redefinition of ‘_15STAT_ST_DEV_8481’
10146 | object _15STAT_ST_DEV_8481 = 0;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4421:8: note: previous definition of ‘_15STAT_ST_DEV_8481’ with type ‘object’ {aka ‘long int’}
4421 | object _15STAT_ST_DEV_8481 = 0;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10147:8: error: redefinition of ‘_15file_counters_8752’
10147 | object _15file_counters_8752 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4422:8: note: previous definition of ‘_15file_counters_8752’ with type ‘object’ {aka ‘long int’}
4422 | object _15file_counters_8752 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10148:8: error: redefinition of ‘_27pretty_end_col_9025’
10148 | object _27pretty_end_col_9025 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4423:8: note: previous definition of ‘_27pretty_end_col_9025’ with type ‘object’ {aka ‘long int’}
4423 | object _27pretty_end_col_9025 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10149:8: error: redefinition of ‘_27pretty_chars_9026’
10149 | object _27pretty_chars_9026 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4424:8: note: previous definition of ‘_27pretty_chars_9026’ with type ‘object’ {aka ‘long int’}
4424 | object _27pretty_chars_9026 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10150:8: error: redefinition of ‘_27pretty_start_col_9027’
10150 | object _27pretty_start_col_9027 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4425:8: note: previous definition of ‘_27pretty_start_col_9027’ with type ‘object’ {aka ‘long int’}
4425 | object _27pretty_start_col_9027 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10151:8: error: redefinition of ‘_27pretty_level_9028’
10151 | object _27pretty_level_9028 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4426:8: note: previous definition of ‘_27pretty_level_9028’ with type ‘object’ {aka ‘long int’}
4426 | object _27pretty_level_9028 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10152:8: error: redefinition of ‘_27pretty_file_9029’
10152 | object _27pretty_file_9029 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4427:8: note: previous definition of ‘_27pretty_file_9029’ with type ‘object’ {aka ‘long int’}
4427 | object _27pretty_file_9029 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10153:8: error: redefinition of ‘_27pretty_ascii_9030’
10153 | object _27pretty_ascii_9030 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4428:8: note: previous definition of ‘_27pretty_ascii_9030’ with type ‘object’ {aka ‘long int’}
4428 | object _27pretty_ascii_9030 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10154:8: error: redefinition of ‘_27pretty_indent_9031’
10154 | object _27pretty_indent_9031 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4429:8: note: previous definition of ‘_27pretty_indent_9031’ with type ‘object’ {aka ‘long int’}
4429 | object _27pretty_indent_9031 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10155:8: error: redefinition of ‘_27pretty_ascii_min_9032’
10155 | object _27pretty_ascii_min_9032 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4430:8: note: previous definition of ‘_27pretty_ascii_min_9032’ with type ‘object’ {aka ‘long int’}
4430 | object _27pretty_ascii_min_9032 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10156:8: error: redefinition of ‘_27pretty_ascii_max_9033’
10156 | object _27pretty_ascii_max_9033 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4431:8: note: previous definition of ‘_27pretty_ascii_max_9033’ with type ‘object’ {aka ‘long int’}
4431 | object _27pretty_ascii_max_9033 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10157:8: error: redefinition of ‘_27pretty_line_count_9034’
10157 | object _27pretty_line_count_9034 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4432:8: note: previous definition of ‘_27pretty_line_count_9034’ with type ‘object’ {aka ‘long int’}
4432 | object _27pretty_line_count_9034 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10158:8: error: redefinition of ‘_27pretty_line_max_9035’
10158 | object _27pretty_line_max_9035 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4433:8: note: previous definition of ‘_27pretty_line_max_9035’ with type ‘object’ {aka ‘long int’}
4433 | object _27pretty_line_max_9035 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10159:8: error: redefinition of ‘_27pretty_dots_9036’
10159 | object _27pretty_dots_9036 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4434:8: note: previous definition of ‘_27pretty_dots_9036’ with type ‘object’ {aka ‘long int’}
4434 | object _27pretty_dots_9036 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10160:8: error: redefinition of ‘_27pretty_line_breaks_9037’
10160 | object _27pretty_line_breaks_9037 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4435:8: note: previous definition of ‘_27pretty_line_breaks_9037’ with type ‘object’ {aka ‘long int’}
4435 | object _27pretty_line_breaks_9037 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10161:8: error: redefinition of ‘_27pretty_printing_9038’
10161 | object _27pretty_printing_9038 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4436:8: note: previous definition of ‘_27pretty_printing_9038’ with type ‘object’ {aka ‘long int’}
4436 | object _27pretty_printing_9038 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10162:8: error: redefinition of ‘_27pretty_fp_format_9039’
10162 | object _27pretty_fp_format_9039 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4437:8: note: previous definition of ‘_27pretty_fp_format_9039’ with type ‘object’ {aka ‘long int’}
4437 | object _27pretty_fp_format_9039 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10163:8: error: redefinition of ‘_27pretty_int_format_9040’
10163 | object _27pretty_int_format_9040 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4438:8: note: previous definition of ‘_27pretty_int_format_9040’ with type ‘object’ {aka ‘long int’}
4438 | object _27pretty_int_format_9040 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10164:8: error: redefinition of ‘_27pretty_line_9041’
10164 | object _27pretty_line_9041 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4439:8: note: previous definition of ‘_27pretty_line_9041’ with type ‘object’ {aka ‘long int’}
4439 | object _27pretty_line_9041 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10165:8: error: redefinition of ‘_27PRETTY_DEFAULT_9182’
10165 | object _27PRETTY_DEFAULT_9182 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4440:8: note: previous definition of ‘_27PRETTY_DEFAULT_9182’ with type ‘object’ {aka ‘long int’}
4440 | object _27PRETTY_DEFAULT_9182 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10166:8: error: redefinition of ‘_27DISPLAY_ASCII_9187’
10166 | object _27DISPLAY_ASCII_9187 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4441:8: note: previous definition of ‘_27DISPLAY_ASCII_9187’ with type ‘object’ {aka ‘long int’}
4441 | object _27DISPLAY_ASCII_9187 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10167:8: error: redefinition of ‘_27INDENT_9188’
10167 | object _27INDENT_9188 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4442:8: note: previous definition of ‘_27INDENT_9188’ with type ‘object’ {aka ‘long int’}
4442 | object _27INDENT_9188 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10168:8: error: redefinition of ‘_27START_COLUMN_9190’
10168 | object _27START_COLUMN_9190 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4443:8: note: previous definition of ‘_27START_COLUMN_9190’ with type ‘object’ {aka ‘long int’}
4443 | object _27START_COLUMN_9190 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10169:8: error: redefinition of ‘_27WRAP_9192’
10169 | object _27WRAP_9192 = NOVALUE;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4444:8: note: previous definition of ‘_27WRAP_9192’ with type ‘object’ {aka ‘long int’}
4444 | object _27WRAP_9192 = NOVALUE;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10170:8: error: redefinition of ‘_27INT_FORMAT_9194’
10170 | object _27INT_FORMAT_9194 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4445:8: note: previous definition of ‘_27INT_FORMAT_9194’ with type ‘object’ {aka ‘long int’}
4445 | object _27INT_FORMAT_9194 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10171:8: error: redefinition of ‘_27FP_FORMAT_9196’
10171 | object _27FP_FORMAT_9196 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4446:8: note: previous definition of ‘_27FP_FORMAT_9196’ with type ‘object’ {aka ‘long int’}
4446 | object _27FP_FORMAT_9196 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10172:8: error: redefinition of ‘_27MIN_ASCII_9198’
10172 | object _27MIN_ASCII_9198 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4447:8: note: previous definition of ‘_27MIN_ASCII_9198’ with type ‘object’ {aka ‘long int’}
4447 | object _27MIN_ASCII_9198 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10173:8: error: redefinition of ‘_27MAX_ASCII_9200’
10173 | object _27MAX_ASCII_9200 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4448:8: note: previous definition of ‘_27MAX_ASCII_9200’ with type ‘object’ {aka ‘long int’}
4448 | object _27MAX_ASCII_9200 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10174:8: error: redefinition of ‘_27MAX_LINES_9202’
10174 | object _27MAX_LINES_9202 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4449:8: note: previous definition of ‘_27MAX_LINES_9202’ with type ‘object’ {aka ‘long int’}
4449 | object _27MAX_LINES_9202 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10175:8: error: redefinition of ‘_27LINE_BREAKS_9204’
10175 | object _27LINE_BREAKS_9204 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4450:8: note: previous definition of ‘_27LINE_BREAKS_9204’ with type ‘object’ {aka ‘long int’}
4450 | object _27LINE_BREAKS_9204 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10176:8: error: redefinition of ‘_28I2B_9240’
10176 | object _28I2B_9240 = 249;
| ^~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4451:8: note: previous definition of ‘_28I2B_9240’ with type ‘object’ {aka ‘long int’}
4451 | object _28I2B_9240 = 249;
| ^~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10177:8: error: redefinition of ‘_28I3B_9242’
10177 | object _28I3B_9242 = 250;
| ^~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4452:8: note: previous definition of ‘_28I3B_9242’ with type ‘object’ {aka ‘long int’}
4452 | object _28I3B_9242 = 250;
| ^~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10178:8: error: redefinition of ‘_28I4B_9244’
10178 | object _28I4B_9244 = 251;
| ^~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4453:8: note: previous definition of ‘_28I4B_9244’ with type ‘object’ {aka ‘long int’}
4453 | object _28I4B_9244 = 251;
| ^~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10179:8: error: redefinition of ‘_28F4B_9246’
10179 | object _28F4B_9246 = 252;
| ^~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4454:8: note: previous definition of ‘_28F4B_9246’ with type ‘object’ {aka ‘long int’}
4454 | object _28F4B_9246 = 252;
| ^~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10180:8: error: redefinition of ‘_28F8B_9248’
10180 | object _28F8B_9248 = 253;
| ^~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4455:8: note: previous definition of ‘_28F8B_9248’ with type ‘object’ {aka ‘long int’}
4455 | object _28F8B_9248 = 253;
| ^~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10181:8: error: redefinition of ‘_28S1B_9250’
10181 | object _28S1B_9250 = 254;
| ^~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4456:8: note: previous definition of ‘_28S1B_9250’ with type ‘object’ {aka ‘long int’}
4456 | object _28S1B_9250 = 254;
| ^~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10182:8: error: redefinition of ‘_28S4B_9252’
10182 | object _28S4B_9252 = 255;
| ^~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4457:8: note: previous definition of ‘_28S4B_9252’ with type ‘object’ {aka ‘long int’}
4457 | object _28S4B_9252 = 255;
| ^~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10183:8: error: redefinition of ‘_28I8B_9253’
10183 | object _28I8B_9253 = 0;
| ^~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4458:8: note: previous definition of ‘_28I8B_9253’ with type ‘object’ {aka ‘long int’}
4458 | object _28I8B_9253 = 0;
| ^~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10184:8: error: redefinition of ‘_28F10B_9254’
10184 | object _28F10B_9254 = 1;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4459:8: note: previous definition of ‘_28F10B_9254’ with type ‘object’ {aka ‘long int’}
4459 | object _28F10B_9254 = 1;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10185:8: error: redefinition of ‘_28MIN1B_9255’
10185 | object _28MIN1B_9255 = -9;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4460:8: note: previous definition of ‘_28MIN1B_9255’ with type ‘object’ {aka ‘long int’}
4460 | object _28MIN1B_9255 = -9;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10186:8: error: redefinition of ‘_28MAX1B_9257’
10186 | object _28MAX1B_9257 = 237;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4461:8: note: previous definition of ‘_28MAX1B_9257’ with type ‘object’ {aka ‘long int’}
4461 | object _28MAX1B_9257 = 237;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10187:8: error: redefinition of ‘_28MIN2B_9259’
10187 | object _28MIN2B_9259 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4462:8: note: previous definition of ‘_28MIN2B_9259’ with type ‘object’ {aka ‘long int’}
4462 | object _28MIN2B_9259 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10188:8: error: redefinition of ‘_28MAX2B_9262’
10188 | object _28MAX2B_9262 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4463:8: note: previous definition of ‘_28MAX2B_9262’ with type ‘object’ {aka ‘long int’}
4463 | object _28MAX2B_9262 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10189:8: error: redefinition of ‘_28MIN3B_9265’
10189 | object _28MIN3B_9265 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4464:8: note: previous definition of ‘_28MIN3B_9265’ with type ‘object’ {aka ‘long int’}
4464 | object _28MIN3B_9265 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10190:8: error: redefinition of ‘_28MAX3B_9268’
10190 | object _28MAX3B_9268 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4465:8: note: previous definition of ‘_28MAX3B_9268’ with type ‘object’ {aka ‘long int’}
4465 | object _28MAX3B_9268 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10191:8: error: redefinition of ‘_28MIN4B_9271’
10191 | object _28MIN4B_9271 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4466:8: note: previous definition of ‘_28MIN4B_9271’ with type ‘object’ {aka ‘long int’}
4466 | object _28MIN4B_9271 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10192:8: error: redefinition of ‘_28MAX4B_9274’
10192 | object _28MAX4B_9274 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4467:8: note: previous definition of ‘_28MAX4B_9274’ with type ‘object’ {aka ‘long int’}
4467 | object _28MAX4B_9274 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10193:8: error: redefinition of ‘_28MIN8B_9277’
10193 | object _28MIN8B_9277 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4468:8: note: previous definition of ‘_28MIN8B_9277’ with type ‘object’ {aka ‘long int’}
4468 | object _28MIN8B_9277 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10194:8: error: redefinition of ‘_28MAX8B_9280’
10194 | object _28MAX8B_9280 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4469:8: note: previous definition of ‘_28MAX8B_9280’ with type ‘object’ {aka ‘long int’}
4469 | object _28MAX8B_9280 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10195:8: error: redefinition of ‘_28mem0_9283’
10195 | object _28mem0_9283 = NOVALUE;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4470:8: note: previous definition of ‘_28mem0_9283’ with type ‘object’ {aka ‘long int’}
4470 | object _28mem0_9283 = NOVALUE;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10196:8: error: redefinition of ‘_28mem1_9284’
10196 | object _28mem1_9284 = NOVALUE;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4471:8: note: previous definition of ‘_28mem1_9284’ with type ‘object’ {aka ‘long int’}
4471 | object _28mem1_9284 = NOVALUE;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10197:8: error: redefinition of ‘_28mem2_9285’
10197 | object _28mem2_9285 = NOVALUE;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4472:8: note: previous definition of ‘_28mem2_9285’ with type ‘object’ {aka ‘long int’}
4472 | object _28mem2_9285 = NOVALUE;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10198:8: error: redefinition of ‘_28mem3_9286’
10198 | object _28mem3_9286 = NOVALUE;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4473:8: note: previous definition of ‘_28mem3_9286’ with type ‘object’ {aka ‘long int’}
4473 | object _28mem3_9286 = NOVALUE;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10199:8: error: redefinition of ‘_28mem4_9287’
10199 | object _28mem4_9287 = NOVALUE;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4474:8: note: previous definition of ‘_28mem4_9287’ with type ‘object’ {aka ‘long int’}
4474 | object _28mem4_9287 = NOVALUE;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10200:8: error: redefinition of ‘_28mem5_9288’
10200 | object _28mem5_9288 = NOVALUE;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4475:8: note: previous definition of ‘_28mem5_9288’ with type ‘object’ {aka ‘long int’}
4475 | object _28mem5_9288 = NOVALUE;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10201:8: error: redefinition of ‘_28mem6_9289’
10201 | object _28mem6_9289 = NOVALUE;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4476:8: note: previous definition of ‘_28mem6_9289’ with type ‘object’ {aka ‘long int’}
4476 | object _28mem6_9289 = NOVALUE;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10202:8: error: redefinition of ‘_28mem7_9290’
10202 | object _28mem7_9290 = NOVALUE;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4477:8: note: previous definition of ‘_28mem7_9290’ with type ‘object’ {aka ‘long int’}
4477 | object _28mem7_9290 = NOVALUE;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10203:8: error: redefinition of ‘_12TO_LOWER_9816’
10203 | object _12TO_LOWER_9816 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4478:8: note: previous definition of ‘_12TO_LOWER_9816’ with type ‘object’ {aka ‘long int’}
4478 | object _12TO_LOWER_9816 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10204:8: error: redefinition of ‘_12lower_case_SET_9818’
10204 | object _12lower_case_SET_9818 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4479:8: note: previous definition of ‘_12lower_case_SET_9818’ with type ‘object’ {aka ‘long int’}
4479 | object _12lower_case_SET_9818 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10205:8: error: redefinition of ‘_12upper_case_SET_9819’
10205 | object _12upper_case_SET_9819 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4480:8: note: previous definition of ‘_12upper_case_SET_9819’ with type ‘object’ {aka ‘long int’}
4480 | object _12upper_case_SET_9819 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10206:8: error: redefinition of ‘_12encoding_NAME_9820’
10206 | object _12encoding_NAME_9820 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4481:8: note: previous definition of ‘_12encoding_NAME_9820’ with type ‘object’ {aka ‘long int’}
4481 | object _12encoding_NAME_9820 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10207:8: error: redefinition of ‘_12MAX_BITS_10540’
10207 | object _12MAX_BITS_10540 = 64;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4482:8: note: previous definition of ‘_12MAX_BITS_10540’ with type ‘object’ {aka ‘long int’}
4482 | object _12MAX_BITS_10540 = 64;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10208:8: error: redefinition of ‘_12MAX_DIGS_10541’
10208 | object _12MAX_DIGS_10541 = 18;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4483:8: note: previous definition of ‘_12MAX_DIGS_10541’ with type ‘object’ {aka ‘long int’}
4483 | object _12MAX_DIGS_10541 = 18;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10209:8: error: redefinition of ‘_12MAX_INT_10543’
10209 | object _12MAX_INT_10543 = 4611686018427387903LL;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4484:8: note: previous definition of ‘_12MAX_INT_10543’ with type ‘object’ {aka ‘long int’}
4484 | object _12MAX_INT_10543 = 4611686018427387903LL;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10210:8: error: redefinition of ‘_12MIN_INT_10545’
10210 | object _12MIN_INT_10545 = -4611686018427387904LL;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4485:8: note: previous definition of ‘_12MIN_INT_10545’ with type ‘object’ {aka ‘long int’}
4485 | object _12MIN_INT_10545 = -4611686018427387904LL;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10211:8: error: redefinition of ‘_12MAX_UCS4_10550’
10211 | object _12MAX_UCS4_10550 = 4294967295LL;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4486:8: note: previous definition of ‘_12MAX_UCS4_10550’ with type ‘object’ {aka ‘long int’}
4486 | object _12MAX_UCS4_10550 = 4294967295LL;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10212:8: error: redefinition of ‘_12MAX_IFMT_10551’
10212 | object _12MAX_IFMT_10551 = 1073741823;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4487:8: note: previous definition of ‘_12MAX_IFMT_10551’ with type ‘object’ {aka ‘long int’}
4487 | object _12MAX_IFMT_10551 = 1073741823;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10213:8: error: redefinition of ‘_12MIN_IFMT_10552’
10213 | object _12MIN_IFMT_10552 = -1073741824;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4488:8: note: previous definition of ‘_12MIN_IFMT_10552’ with type ‘object’ {aka ‘long int’}
4488 | object _12MIN_IFMT_10552 = -1073741824;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10214:8: error: redefinition of ‘_11M_SEEK_11314’
10214 | object _11M_SEEK_11314 = 19;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4489:8: note: previous definition of ‘_11M_SEEK_11314’ with type ‘object’ {aka ‘long int’}
4489 | object _11M_SEEK_11314 = 19;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10215:8: error: redefinition of ‘_11M_WHERE_11315’
10215 | object _11M_WHERE_11315 = 20;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4490:8: note: previous definition of ‘_11M_WHERE_11315’ with type ‘object’ {aka ‘long int’}
4490 | object _11M_WHERE_11315 = 20;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10216:8: error: redefinition of ‘_11M_FLUSH_11316’
10216 | object _11M_FLUSH_11316 = 60;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4491:8: note: previous definition of ‘_11M_FLUSH_11316’ with type ‘object’ {aka ‘long int’}
4491 | object _11M_FLUSH_11316 = 60;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10217:8: error: redefinition of ‘_11M_LOCK_FILE_11317’
10217 | object _11M_LOCK_FILE_11317 = 61;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4492:8: note: previous definition of ‘_11M_LOCK_FILE_11317’ with type ‘object’ {aka ‘long int’}
4492 | object _11M_LOCK_FILE_11317 = 61;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10218:8: error: redefinition of ‘_11M_UNLOCK_FILE_11318’
10218 | object _11M_UNLOCK_FILE_11318 = 62;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4493:8: note: previous definition of ‘_11M_UNLOCK_FILE_11318’ with type ‘object’ {aka ‘long int’}
4493 | object _11M_UNLOCK_FILE_11318 = 62;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10219:8: error: redefinition of ‘_11STDIN_11319’
10219 | object _11STDIN_11319 = 0;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4494:8: note: previous definition of ‘_11STDIN_11319’ with type ‘object’ {aka ‘long int’}
4494 | object _11STDIN_11319 = 0;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10220:8: error: redefinition of ‘_11STDOUT_11320’
10220 | object _11STDOUT_11320 = 1;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4495:8: note: previous definition of ‘_11STDOUT_11320’ with type ‘object’ {aka ‘long int’}
4495 | object _11STDOUT_11320 = 1;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10221:8: error: redefinition of ‘_11STDERR_11321’
10221 | object _11STDERR_11321 = 2;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4496:8: note: previous definition of ‘_11STDERR_11321’ with type ‘object’ {aka ‘long int’}
4496 | object _11STDERR_11321 = 2;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10222:8: error: redefinition of ‘_11SCREEN_11322’
10222 | object _11SCREEN_11322 = 1;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4497:8: note: previous definition of ‘_11SCREEN_11322’ with type ‘object’ {aka ‘long int’}
4497 | object _11SCREEN_11322 = 1;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10223:8: error: redefinition of ‘_11EOF_11323’
10223 | object _11EOF_11323 = -1;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4498:8: note: previous definition of ‘_11EOF_11323’ with type ‘object’ {aka ‘long int’}
4498 | object _11EOF_11323 = -1;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10224:8: error: redefinition of ‘_11CHUNK_11324’
10224 | object _11CHUNK_11324 = 100;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4499:8: note: previous definition of ‘_11CHUNK_11324’ with type ‘object’ {aka ‘long int’}
4499 | object _11CHUNK_11324 = 100;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10225:8: error: redefinition of ‘_11mem0_11357’
10225 | object _11mem0_11357 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4500:8: note: previous definition of ‘_11mem0_11357’ with type ‘object’ {aka ‘long int’}
4500 | object _11mem0_11357 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10226:8: error: redefinition of ‘_11mem1_11358’
10226 | object _11mem1_11358 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4501:8: note: previous definition of ‘_11mem1_11358’ with type ‘object’ {aka ‘long int’}
4501 | object _11mem1_11358 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10227:8: error: redefinition of ‘_11mem2_11359’
10227 | object _11mem2_11359 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4502:8: note: previous definition of ‘_11mem2_11359’ with type ‘object’ {aka ‘long int’}
4502 | object _11mem2_11359 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10228:8: error: redefinition of ‘_11mem3_11360’
10228 | object _11mem3_11360 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4503:8: note: previous definition of ‘_11mem3_11360’ with type ‘object’ {aka ‘long int’}
4503 | object _11mem3_11360 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10229:8: error: redefinition of ‘_11LOCK_SHARED_11417’
10229 | object _11LOCK_SHARED_11417 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4504:8: note: previous definition of ‘_11LOCK_SHARED_11417’ with type ‘object’ {aka ‘long int’}
4504 | object _11LOCK_SHARED_11417 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10230:8: error: redefinition of ‘_11LOCK_EXCLUSIVE_11418’
10230 | object _11LOCK_EXCLUSIVE_11418 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4505:8: note: previous definition of ‘_11LOCK_EXCLUSIVE_11418’ with type ‘object’ {aka ‘long int’}
4505 | object _11LOCK_EXCLUSIVE_11418 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10231:8: error: redefinition of ‘_11BINARY_MODE_11623’
10231 | object _11BINARY_MODE_11623 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4506:8: note: previous definition of ‘_11BINARY_MODE_11623’ with type ‘object’ {aka ‘long int’}
4506 | object _11BINARY_MODE_11623 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10232:8: error: redefinition of ‘_11TEXT_MODE_11624’
10232 | object _11TEXT_MODE_11624 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4507:8: note: previous definition of ‘_11TEXT_MODE_11624’ with type ‘object’ {aka ‘long int’}
4507 | object _11TEXT_MODE_11624 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10233:8: error: redefinition of ‘_11UNIX_TEXT_11626’
10233 | object _11UNIX_TEXT_11626 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4508:8: note: previous definition of ‘_11UNIX_TEXT_11626’ with type ‘object’ {aka ‘long int’}
4508 | object _11UNIX_TEXT_11626 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10234:8: error: redefinition of ‘_11DOS_TEXT_11628’
10234 | object _11DOS_TEXT_11628 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4509:8: note: previous definition of ‘_11DOS_TEXT_11628’ with type ‘object’ {aka ‘long int’}
4509 | object _11DOS_TEXT_11628 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10235:8: error: redefinition of ‘_31ram_space_11780’
10235 | object _31ram_space_11780 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4510:8: note: previous definition of ‘_31ram_space_11780’ with type ‘object’ {aka ‘long int’}
4510 | object _31ram_space_11780 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10236:8: error: redefinition of ‘_31ram_free_list_11784’
10236 | object _31ram_free_list_11784 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4511:8: note: previous definition of ‘_31ram_free_list_11784’ with type ‘object’ {aka ‘long int’}
4511 | object _31ram_free_list_11784 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10237:8: error: redefinition of ‘_31free_rid_11785’
10237 | object _31free_rid_11785 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4512:8: note: previous definition of ‘_31free_rid_11785’ with type ‘object’ {aka ‘long int’}
4512 | object _31free_rid_11785 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10238:8: error: redefinition of ‘_32list_of_primes_11843’
10238 | object _32list_of_primes_11843 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4513:8: note: previous definition of ‘_32list_of_primes_11843’ with type ‘object’ {aka ‘long int’}
4513 | object _32list_of_primes_11843 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10239:8: error: redefinition of ‘_33ST_FULLPOP_12073’
10239 | object _33ST_FULLPOP_12073 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4514:8: note: previous definition of ‘_33ST_FULLPOP_12073’ with type ‘object’ {aka ‘long int’}
4514 | object _33ST_FULLPOP_12073 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10240:8: error: redefinition of ‘_33ST_SAMPLE_12074’
10240 | object _33ST_SAMPLE_12074 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4515:8: note: previous definition of ‘_33ST_SAMPLE_12074’ with type ‘object’ {aka ‘long int’}
4515 | object _33ST_SAMPLE_12074 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10241:8: error: redefinition of ‘_33ST_ALLNUM_12076’
10241 | object _33ST_ALLNUM_12076 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4516:8: note: previous definition of ‘_33ST_ALLNUM_12076’ with type ‘object’ {aka ‘long int’}
4516 | object _33ST_ALLNUM_12076 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10242:8: error: redefinition of ‘_33ST_IGNSTR_12077’
10242 | object _33ST_IGNSTR_12077 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4517:8: note: previous definition of ‘_33ST_IGNSTR_12077’ with type ‘object’ {aka ‘long int’}
4517 | object _33ST_IGNSTR_12077 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10243:8: error: redefinition of ‘_33ST_ZEROSTR_12079’
10243 | object _33ST_ZEROSTR_12079 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4518:8: note: previous definition of ‘_33ST_ZEROSTR_12079’ with type ‘object’ {aka ‘long int’}
4518 | object _33ST_ZEROSTR_12079 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10244:8: error: redefinition of ‘_34M_EU_INFO_12512’
10244 | object _34M_EU_INFO_12512 = 75;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4519:8: note: previous definition of ‘_34M_EU_INFO_12512’ with type ‘object’ {aka ‘long int’}
4519 | object _34M_EU_INFO_12512 = 75;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10245:8: error: redefinition of ‘_34MAJ_VER_12514’
10245 | object _34MAJ_VER_12514 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4520:8: note: previous definition of ‘_34MAJ_VER_12514’ with type ‘object’ {aka ‘long int’}
4520 | object _34MAJ_VER_12514 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10246:8: error: redefinition of ‘_34MIN_VER_12515’
10246 | object _34MIN_VER_12515 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4521:8: note: previous definition of ‘_34MIN_VER_12515’ with type ‘object’ {aka ‘long int’}
4521 | object _34MIN_VER_12515 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10247:8: error: redefinition of ‘_34PAT_VER_12517’
10247 | object _34PAT_VER_12517 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4522:8: note: previous definition of ‘_34PAT_VER_12517’ with type ‘object’ {aka ‘long int’}
4522 | object _34PAT_VER_12517 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10248:8: error: redefinition of ‘_34VER_TYPE_12519’
10248 | object _34VER_TYPE_12519 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4523:8: note: previous definition of ‘_34VER_TYPE_12519’ with type ‘object’ {aka ‘long int’}
4523 | object _34VER_TYPE_12519 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10249:8: error: redefinition of ‘_34NODE_12521’
10249 | object _34NODE_12521 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4524:8: note: previous definition of ‘_34NODE_12521’ with type ‘object’ {aka ‘long int’}
4524 | object _34NODE_12521 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10250:8: error: redefinition of ‘_34REVISION_12523’
10250 | object _34REVISION_12523 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4525:8: note: previous definition of ‘_34REVISION_12523’ with type ‘object’ {aka ‘long int’}
4525 | object _34REVISION_12523 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10251:8: error: redefinition of ‘_34REVISION_DATE_12525’
10251 | object _34REVISION_DATE_12525 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4526:8: note: previous definition of ‘_34REVISION_DATE_12525’ with type ‘object’ {aka ‘long int’}
4526 | object _34REVISION_DATE_12525 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10252:8: error: redefinition of ‘_34START_TIME_12527’
10252 | object _34START_TIME_12527 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4527:8: note: previous definition of ‘_34START_TIME_12527’ with type ‘object’ {aka ‘long int’}
4527 | object _34START_TIME_12527 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10253:8: error: redefinition of ‘_34version_info_12529’
10253 | object _34version_info_12529 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4528:8: note: previous definition of ‘_34version_info_12529’ with type ‘object’ {aka ‘long int’}
4528 | object _34version_info_12529 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10254:8: error: redefinition of ‘_34is_developmental_12531’
10254 | object _34is_developmental_12531 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4529:8: note: previous definition of ‘_34is_developmental_12531’ with type ‘object’ {aka ‘long int’}
4529 | object _34is_developmental_12531 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10255:8: error: redefinition of ‘_34is_release_12535’
10255 | object _34is_release_12535 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4530:8: note: previous definition of ‘_34is_release_12535’ with type ‘object’ {aka ‘long int’}
4530 | object _34is_release_12535 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10256:8: error: redefinition of ‘_30MAP_SIZE_12666’
10256 | object _30MAP_SIZE_12666 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4531:8: note: previous definition of ‘_30MAP_SIZE_12666’ with type ‘object’ {aka ‘long int’}
4531 | object _30MAP_SIZE_12666 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10257:8: error: redefinition of ‘_30MAP_SLOTS_12667’
10257 | object _30MAP_SLOTS_12667 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4532:8: note: previous definition of ‘_30MAP_SLOTS_12667’ with type ‘object’ {aka ‘long int’}
4532 | object _30MAP_SLOTS_12667 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10258:8: error: redefinition of ‘_30MAP_MAX_12669’
10258 | object _30MAP_MAX_12669 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4533:8: note: previous definition of ‘_30MAP_MAX_12669’ with type ‘object’ {aka ‘long int’}
4533 | object _30MAP_MAX_12669 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10259:8: error: redefinition of ‘_30SLOT_HASH_12671’
10259 | object _30SLOT_HASH_12671 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4534:8: note: previous definition of ‘_30SLOT_HASH_12671’ with type ‘object’ {aka ‘long int’}
4534 | object _30SLOT_HASH_12671 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10260:8: error: redefinition of ‘_30SLOT_KEY_12672’
10260 | object _30SLOT_KEY_12672 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4535:8: note: previous definition of ‘_30SLOT_KEY_12672’ with type ‘object’ {aka ‘long int’}
4535 | object _30SLOT_KEY_12672 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10261:8: error: redefinition of ‘_30SLOT_VALUE_12674’
10261 | object _30SLOT_VALUE_12674 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4536:8: note: previous definition of ‘_30SLOT_VALUE_12674’ with type ‘object’ {aka ‘long int’}
4536 | object _30SLOT_VALUE_12674 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10262:8: error: redefinition of ‘_30type_is_map_12676’
10262 | object _30type_is_map_12676 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4537:8: note: previous definition of ‘_30type_is_map_12676’ with type ‘object’ {aka ‘long int’}
4537 | object _30type_is_map_12676 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10263:8: error: redefinition of ‘_30PUT_12678’
10263 | object _30PUT_12678 = NOVALUE;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4538:8: note: previous definition of ‘_30PUT_12678’ with type ‘object’ {aka ‘long int’}
4538 | object _30PUT_12678 = NOVALUE;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10264:8: error: redefinition of ‘_30ADD_12679’
10264 | object _30ADD_12679 = NOVALUE;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4539:8: note: previous definition of ‘_30ADD_12679’ with type ‘object’ {aka ‘long int’}
4539 | object _30ADD_12679 = NOVALUE;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10265:8: error: redefinition of ‘_30SUBTRACT_12681’
10265 | object _30SUBTRACT_12681 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4540:8: note: previous definition of ‘_30SUBTRACT_12681’ with type ‘object’ {aka ‘long int’}
4540 | object _30SUBTRACT_12681 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10266:8: error: redefinition of ‘_30MULTIPLY_12683’
10266 | object _30MULTIPLY_12683 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4541:8: note: previous definition of ‘_30MULTIPLY_12683’ with type ‘object’ {aka ‘long int’}
4541 | object _30MULTIPLY_12683 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10267:8: error: redefinition of ‘_30DIVIDE_12685’
10267 | object _30DIVIDE_12685 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4542:8: note: previous definition of ‘_30DIVIDE_12685’ with type ‘object’ {aka ‘long int’}
4542 | object _30DIVIDE_12685 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10268:8: error: redefinition of ‘_30APPEND_12687’
10268 | object _30APPEND_12687 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4543:8: note: previous definition of ‘_30APPEND_12687’ with type ‘object’ {aka ‘long int’}
4543 | object _30APPEND_12687 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10269:8: error: redefinition of ‘_30CONCAT_12689’
10269 | object _30CONCAT_12689 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4544:8: note: previous definition of ‘_30CONCAT_12689’ with type ‘object’ {aka ‘long int’}
4544 | object _30CONCAT_12689 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10270:8: error: redefinition of ‘_30LEAVE_12691’
10270 | object _30LEAVE_12691 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4545:8: note: previous definition of ‘_30LEAVE_12691’ with type ‘object’ {aka ‘long int’}
4545 | object _30LEAVE_12691 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10271:8: error: redefinition of ‘_30EMPTY_12695’
10271 | object _30EMPTY_12695 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4546:8: note: previous definition of ‘_30EMPTY_12695’ with type ‘object’ {aka ‘long int’}
4546 | object _30EMPTY_12695 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10272:8: error: redefinition of ‘_30REMOVED_12696’
10272 | object _30REMOVED_12696 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4547:8: note: previous definition of ‘_30REMOVED_12696’ with type ‘object’ {aka ‘long int’}
4547 | object _30REMOVED_12696 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10273:8: error: redefinition of ‘_30EMPTY_SLOT_12703’
10273 | object _30EMPTY_SLOT_12703 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4548:8: note: previous definition of ‘_30EMPTY_SLOT_12703’ with type ‘object’ {aka ‘long int’}
4548 | object _30EMPTY_SLOT_12703 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10274:8: error: redefinition of ‘_30REMOVED_SLOT_12705’
10274 | object _30REMOVED_SLOT_12705 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4549:8: note: previous definition of ‘_30REMOVED_SLOT_12705’ with type ‘object’ {aka ‘long int’}
4549 | object _30REMOVED_SLOT_12705 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10275:8: error: redefinition of ‘_30DEFAULT_HASH_12707’
10275 | object _30DEFAULT_HASH_12707 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4550:8: note: previous definition of ‘_30DEFAULT_HASH_12707’ with type ‘object’ {aka ‘long int’}
4550 | object _30DEFAULT_HASH_12707 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10276:8: error: redefinition of ‘_30DEFAULT_SIZE_12743’
10276 | object _30DEFAULT_SIZE_12743 = 8;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4551:8: note: previous definition of ‘_30DEFAULT_SIZE_12743’ with type ‘object’ {aka ‘long int’}
4551 | object _30DEFAULT_SIZE_12743 = 8;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10277:8: error: redefinition of ‘_30NUM_ENTRIES_13125’
10277 | object _30NUM_ENTRIES_13125 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4552:8: note: previous definition of ‘_30NUM_ENTRIES_13125’ with type ‘object’ {aka ‘long int’}
4552 | object _30NUM_ENTRIES_13125 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10278:8: error: redefinition of ‘_30NUM_IN_USE_13126’
10278 | object _30NUM_IN_USE_13126 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4553:8: note: previous definition of ‘_30NUM_IN_USE_13126’ with type ‘object’ {aka ‘long int’}
4553 | object _30NUM_IN_USE_13126 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10279:8: error: redefinition of ‘_30NUM_BUCKETS_13128’
10279 | object _30NUM_BUCKETS_13128 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4554:8: note: previous definition of ‘_30NUM_BUCKETS_13128’ with type ‘object’ {aka ‘long int’}
4554 | object _30NUM_BUCKETS_13128 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10280:8: error: redefinition of ‘_30LARGEST_BUCKET_13130’
10280 | object _30LARGEST_BUCKET_13130 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4555:8: note: previous definition of ‘_30LARGEST_BUCKET_13130’ with type ‘object’ {aka ‘long int’}
4555 | object _30LARGEST_BUCKET_13130 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10281:8: error: redefinition of ‘_30SMALLEST_BUCKET_13132’
10281 | object _30SMALLEST_BUCKET_13132 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4556:8: note: previous definition of ‘_30SMALLEST_BUCKET_13132’ with type ‘object’ {aka ‘long int’}
4556 | object _30SMALLEST_BUCKET_13132 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10282:8: error: redefinition of ‘_30AVERAGE_BUCKET_13134’
10282 | object _30AVERAGE_BUCKET_13134 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4557:8: note: previous definition of ‘_30AVERAGE_BUCKET_13134’ with type ‘object’ {aka ‘long int’}
4557 | object _30AVERAGE_BUCKET_13134 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10283:8: error: redefinition of ‘_30STDEV_BUCKET_13136’
10283 | object _30STDEV_BUCKET_13136 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4558:8: note: previous definition of ‘_30STDEV_BUCKET_13136’ with type ‘object’ {aka ‘long int’}
4558 | object _30STDEV_BUCKET_13136 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10284:8: error: redefinition of ‘_30SM_TEXT_13480’
10284 | object _30SM_TEXT_13480 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4559:8: note: previous definition of ‘_30SM_TEXT_13480’ with type ‘object’ {aka ‘long int’}
4559 | object _30SM_TEXT_13480 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10285:8: error: redefinition of ‘_30SM_RAW_13481’
10285 | object _30SM_RAW_13481 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4560:8: note: previous definition of ‘_30SM_RAW_13481’ with type ‘object’ {aka ‘long int’}
4560 | object _30SM_RAW_13481 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10286:8: error: redefinition of ‘_35BMP_SUCCESS_13647’
10286 | object _35BMP_SUCCESS_13647 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4561:8: note: previous definition of ‘_35BMP_SUCCESS_13647’ with type ‘object’ {aka ‘long int’}
4561 | object _35BMP_SUCCESS_13647 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10287:8: error: redefinition of ‘_35BMP_OPEN_FAILED_13648’
10287 | object _35BMP_OPEN_FAILED_13648 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4562:8: note: previous definition of ‘_35BMP_OPEN_FAILED_13648’ with type ‘object’ {aka ‘long int’}
4562 | object _35BMP_OPEN_FAILED_13648 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10288:8: error: redefinition of ‘_35BMP_UNEXPECTED_EOF_13650’
10288 | object _35BMP_UNEXPECTED_EOF_13650 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4563:8: note: previous definition of ‘_35BMP_UNEXPECTED_EOF_13650’ with type ‘object’ {aka ‘long int’}
4563 | object _35BMP_UNEXPECTED_EOF_13650 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10289:8: error: redefinition of ‘_35BMP_UNSUPPORTED_FORMAT_13652’
10289 | object _35BMP_UNSUPPORTED_FORMAT_13652 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4564:8: note: previous definition of ‘_35BMP_UNSUPPORTED_FORMAT_13652’ with type ‘object’ {aka ‘long int’}
4564 | object _35BMP_UNSUPPORTED_FORMAT_13652 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10290:8: error: redefinition of ‘_35BMP_INVALID_MODE_13654’
10290 | object _35BMP_INVALID_MODE_13654 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4565:8: note: previous definition of ‘_35BMP_INVALID_MODE_13654’ with type ‘object’ {aka ‘long int’}
4565 | object _35BMP_INVALID_MODE_13654 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10291:8: error: redefinition of ‘_35VC_COLOR_13656’
10291 | object _35VC_COLOR_13656 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4566:8: note: previous definition of ‘_35VC_COLOR_13656’ with type ‘object’ {aka ‘long int’}
4566 | object _35VC_COLOR_13656 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10292:8: error: redefinition of ‘_35VC_MODE_13657’
10292 | object _35VC_MODE_13657 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4567:8: note: previous definition of ‘_35VC_MODE_13657’ with type ‘object’ {aka ‘long int’}
4567 | object _35VC_MODE_13657 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10293:8: error: redefinition of ‘_35VC_LINES_13659’
10293 | object _35VC_LINES_13659 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4568:8: note: previous definition of ‘_35VC_LINES_13659’ with type ‘object’ {aka ‘long int’}
4568 | object _35VC_LINES_13659 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10294:8: error: redefinition of ‘_35VC_COLUMNS_13661’
10294 | object _35VC_COLUMNS_13661 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4569:8: note: previous definition of ‘_35VC_COLUMNS_13661’ with type ‘object’ {aka ‘long int’}
4569 | object _35VC_COLUMNS_13661 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10295:8: error: redefinition of ‘_35VC_XPIXELS_13663’
10295 | object _35VC_XPIXELS_13663 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4570:8: note: previous definition of ‘_35VC_XPIXELS_13663’ with type ‘object’ {aka ‘long int’}
4570 | object _35VC_XPIXELS_13663 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10296:8: error: redefinition of ‘_35VC_YPIXELS_13665’
10296 | object _35VC_YPIXELS_13665 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4571:8: note: previous definition of ‘_35VC_YPIXELS_13665’ with type ‘object’ {aka ‘long int’}
4571 | object _35VC_YPIXELS_13665 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10297:8: error: redefinition of ‘_35VC_NCOLORS_13667’
10297 | object _35VC_NCOLORS_13667 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4572:8: note: previous definition of ‘_35VC_NCOLORS_13667’ with type ‘object’ {aka ‘long int’}
4572 | object _35VC_NCOLORS_13667 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10298:8: error: redefinition of ‘_35VC_PAGES_13669’
10298 | object _35VC_PAGES_13669 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4573:8: note: previous definition of ‘_35VC_PAGES_13669’ with type ‘object’ {aka ‘long int’}
4573 | object _35VC_PAGES_13669 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10299:8: error: redefinition of ‘_35VC_SCRNLINES_13671’
10299 | object _35VC_SCRNLINES_13671 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4574:8: note: previous definition of ‘_35VC_SCRNLINES_13671’ with type ‘object’ {aka ‘long int’}
4574 | object _35VC_SCRNLINES_13671 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10300:8: error: redefinition of ‘_35VC_SCRNCOLS_13673’
10300 | object _35VC_SCRNCOLS_13673 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4575:8: note: previous definition of ‘_35VC_SCRNCOLS_13673’ with type ‘object’ {aka ‘long int’}
4575 | object _35VC_SCRNCOLS_13673 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10301:8: error: redefinition of ‘_35BLACK_13675’
10301 | object _35BLACK_13675 = 0;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4576:8: note: previous definition of ‘_35BLACK_13675’ with type ‘object’ {aka ‘long int’}
4576 | object _35BLACK_13675 = 0;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10302:8: error: redefinition of ‘_35BLUE_13676’
10302 | object _35BLUE_13676 = 1;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4577:8: note: previous definition of ‘_35BLUE_13676’ with type ‘object’ {aka ‘long int’}
4577 | object _35BLUE_13676 = 1;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10303:8: error: redefinition of ‘_35GREEN_13677’
10303 | object _35GREEN_13677 = 2;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4578:8: note: previous definition of ‘_35GREEN_13677’ with type ‘object’ {aka ‘long int’}
4578 | object _35GREEN_13677 = 2;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10304:8: error: redefinition of ‘_35CYAN_13678’
10304 | object _35CYAN_13678 = 3;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4579:8: note: previous definition of ‘_35CYAN_13678’ with type ‘object’ {aka ‘long int’}
4579 | object _35CYAN_13678 = 3;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10305:8: error: redefinition of ‘_35RED_13679’
10305 | object _35RED_13679 = 4;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4580:8: note: previous definition of ‘_35RED_13679’ with type ‘object’ {aka ‘long int’}
4580 | object _35RED_13679 = 4;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10306:8: error: redefinition of ‘_35MAGENTA_13680’
10306 | object _35MAGENTA_13680 = 5;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4581:8: note: previous definition of ‘_35MAGENTA_13680’ with type ‘object’ {aka ‘long int’}
4581 | object _35MAGENTA_13680 = 5;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10307:8: error: redefinition of ‘_35BROWN_13681’
10307 | object _35BROWN_13681 = 6;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4582:8: note: previous definition of ‘_35BROWN_13681’ with type ‘object’ {aka ‘long int’}
4582 | object _35BROWN_13681 = 6;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10308:8: error: redefinition of ‘_35WHITE_13682’
10308 | object _35WHITE_13682 = 7;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4583:8: note: previous definition of ‘_35WHITE_13682’ with type ‘object’ {aka ‘long int’}
4583 | object _35WHITE_13682 = 7;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10309:8: error: redefinition of ‘_35GRAY_13683’
10309 | object _35GRAY_13683 = 8;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4584:8: note: previous definition of ‘_35GRAY_13683’ with type ‘object’ {aka ‘long int’}
4584 | object _35GRAY_13683 = 8;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10310:8: error: redefinition of ‘_35BRIGHT_BLUE_13684’
10310 | object _35BRIGHT_BLUE_13684 = 9;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4585:8: note: previous definition of ‘_35BRIGHT_BLUE_13684’ with type ‘object’ {aka ‘long int’}
4585 | object _35BRIGHT_BLUE_13684 = 9;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10311:8: error: redefinition of ‘_35BRIGHT_GREEN_13685’
10311 | object _35BRIGHT_GREEN_13685 = 10;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4586:8: note: previous definition of ‘_35BRIGHT_GREEN_13685’ with type ‘object’ {aka ‘long int’}
4586 | object _35BRIGHT_GREEN_13685 = 10;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10312:8: error: redefinition of ‘_35BRIGHT_CYAN_13686’
10312 | object _35BRIGHT_CYAN_13686 = 11;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4587:8: note: previous definition of ‘_35BRIGHT_CYAN_13686’ with type ‘object’ {aka ‘long int’}
4587 | object _35BRIGHT_CYAN_13686 = 11;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10313:8: error: redefinition of ‘_35BRIGHT_RED_13687’
10313 | object _35BRIGHT_RED_13687 = 12;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4588:8: note: previous definition of ‘_35BRIGHT_RED_13687’ with type ‘object’ {aka ‘long int’}
4588 | object _35BRIGHT_RED_13687 = 12;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10314:8: error: redefinition of ‘_35BRIGHT_MAGENTA_13688’
10314 | object _35BRIGHT_MAGENTA_13688 = 13;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4589:8: note: previous definition of ‘_35BRIGHT_MAGENTA_13688’ with type ‘object’ {aka ‘long int’}
4589 | object _35BRIGHT_MAGENTA_13688 = 13;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10315:8: error: redefinition of ‘_35YELLOW_13689’
10315 | object _35YELLOW_13689 = 14;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4590:8: note: previous definition of ‘_35YELLOW_13689’ with type ‘object’ {aka ‘long int’}
4590 | object _35YELLOW_13689 = 14;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10316:8: error: redefinition of ‘_35BRIGHT_WHITE_13691’
10316 | object _35BRIGHT_WHITE_13691 = 15;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4591:8: note: previous definition of ‘_35BRIGHT_WHITE_13691’ with type ‘object’ {aka ‘long int’}
4591 | object _35BRIGHT_WHITE_13691 = 15;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10317:8: error: redefinition of ‘_35true_fgcolor_13696’
10317 | object _35true_fgcolor_13696 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4592:8: note: previous definition of ‘_35true_fgcolor_13696’ with type ‘object’ {aka ‘long int’}
4592 | object _35true_fgcolor_13696 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10318:8: error: redefinition of ‘_35true_bgcolor_13698’
10318 | object _35true_bgcolor_13698 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4593:8: note: previous definition of ‘_35true_bgcolor_13698’ with type ‘object’ {aka ‘long int’}
4593 | object _35true_bgcolor_13698 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10319:8: error: redefinition of ‘_35BLINKING_13700’
10319 | object _35BLINKING_13700 = 16;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4594:8: note: previous definition of ‘_35BLINKING_13700’ with type ‘object’ {aka ‘long int’}
4594 | object _35BLINKING_13700 = 16;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10320:8: error: redefinition of ‘_35BYTES_PER_CHAR_13701’
10320 | object _35BYTES_PER_CHAR_13701 = 2;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4595:8: note: previous definition of ‘_35BYTES_PER_CHAR_13701’ with type ‘object’ {aka ‘long int’}
4595 | object _35BYTES_PER_CHAR_13701 = 2;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10321:8: error: redefinition of ‘_35M_VIDEO_CONFIG_13730’
10321 | object _35M_VIDEO_CONFIG_13730 = 13;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4596:8: note: previous definition of ‘_35M_VIDEO_CONFIG_13730’ with type ‘object’ {aka ‘long int’}
4596 | object _35M_VIDEO_CONFIG_13730 = 13;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10322:8: error: redefinition of ‘_35FGSET_13734’
10322 | object _35FGSET_13734 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4597:8: note: previous definition of ‘_35FGSET_13734’ with type ‘object’ {aka ‘long int’}
4597 | object _35FGSET_13734 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10323:8: error: redefinition of ‘_35BGSET_13735’
10323 | object _35BGSET_13735 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4598:8: note: previous definition of ‘_35BGSET_13735’ with type ‘object’ {aka ‘long int’}
4598 | object _35BGSET_13735 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10324:8: error: redefinition of ‘_29M_WAIT_KEY_13737’
10324 | object _29M_WAIT_KEY_13737 = 26;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4599:8: note: previous definition of ‘_29M_WAIT_KEY_13737’ with type ‘object’ {aka ‘long int’}
4599 | object _29M_WAIT_KEY_13737 = 26;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10325:8: error: redefinition of ‘_29M_ALLOW_BREAK_13738’
10325 | object _29M_ALLOW_BREAK_13738 = 42;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4600:8: note: previous definition of ‘_29M_ALLOW_BREAK_13738’ with type ‘object’ {aka ‘long int’}
4600 | object _29M_ALLOW_BREAK_13738 = 42;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10326:8: error: redefinition of ‘_29M_CHECK_BREAK_13739’
10326 | object _29M_CHECK_BREAK_13739 = 43;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4601:8: note: previous definition of ‘_29M_CHECK_BREAK_13739’ with type ‘object’ {aka ‘long int’}
4601 | object _29M_CHECK_BREAK_13739 = 43;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10327:8: error: redefinition of ‘_29M_CURSOR_13740’
10327 | object _29M_CURSOR_13740 = 6;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4602:8: note: previous definition of ‘_29M_CURSOR_13740’ with type ‘object’ {aka ‘long int’}
4602 | object _29M_CURSOR_13740 = 6;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10328:8: error: redefinition of ‘_29M_TEXTROWS_13741’
10328 | object _29M_TEXTROWS_13741 = 12;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4603:8: note: previous definition of ‘_29M_TEXTROWS_13741’ with type ‘object’ {aka ‘long int’}
4603 | object _29M_TEXTROWS_13741 = 12;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10329:8: error: redefinition of ‘_29M_FREE_CONSOLE_13742’
10329 | object _29M_FREE_CONSOLE_13742 = 54;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4604:8: note: previous definition of ‘_29M_FREE_CONSOLE_13742’ with type ‘object’ {aka ‘long int’}
4604 | object _29M_FREE_CONSOLE_13742 = 54;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10330:8: error: redefinition of ‘_29M_GET_SCREEN_CHAR_13743’
10330 | object _29M_GET_SCREEN_CHAR_13743 = 58;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4605:8: note: previous definition of ‘_29M_GET_SCREEN_CHAR_13743’ with type ‘object’ {aka ‘long int’}
4605 | object _29M_GET_SCREEN_CHAR_13743 = 58;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10331:8: error: redefinition of ‘_29M_PUT_SCREEN_CHAR_13744’
10331 | object _29M_PUT_SCREEN_CHAR_13744 = 59;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4606:8: note: previous definition of ‘_29M_PUT_SCREEN_CHAR_13744’ with type ‘object’ {aka ‘long int’}
4606 | object _29M_PUT_SCREEN_CHAR_13744 = 59;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10332:8: error: redefinition of ‘_29M_HAS_CONSOLE_13745’
10332 | object _29M_HAS_CONSOLE_13745 = 99;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4607:8: note: previous definition of ‘_29M_HAS_CONSOLE_13745’ with type ‘object’ {aka ‘long int’}
4607 | object _29M_HAS_CONSOLE_13745 = 99;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10333:8: error: redefinition of ‘_29M_KEY_CODES_13746’
10333 | object _29M_KEY_CODES_13746 = 100;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4608:8: note: previous definition of ‘_29M_KEY_CODES_13746’ with type ‘object’ {aka ‘long int’}
4608 | object _29M_KEY_CODES_13746 = 100;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10334:8: error: redefinition of ‘_29KC_LBUTTON_13754’
10334 | object _29KC_LBUTTON_13754 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4609:8: note: previous definition of ‘_29KC_LBUTTON_13754’ with type ‘object’ {aka ‘long int’}
4609 | object _29KC_LBUTTON_13754 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10335:8: error: redefinition of ‘_29KC_RBUTTON_13756’
10335 | object _29KC_RBUTTON_13756 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4610:8: note: previous definition of ‘_29KC_RBUTTON_13756’ with type ‘object’ {aka ‘long int’}
4610 | object _29KC_RBUTTON_13756 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10336:8: error: redefinition of ‘_29KC_CANCEL_13758’
10336 | object _29KC_CANCEL_13758 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4611:8: note: previous definition of ‘_29KC_CANCEL_13758’ with type ‘object’ {aka ‘long int’}
4611 | object _29KC_CANCEL_13758 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10337:8: error: redefinition of ‘_29KC_MBUTTON_13760’
10337 | object _29KC_MBUTTON_13760 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4612:8: note: previous definition of ‘_29KC_MBUTTON_13760’ with type ‘object’ {aka ‘long int’}
4612 | object _29KC_MBUTTON_13760 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10338:8: error: redefinition of ‘_29KC_XBUTTON1_13762’
10338 | object _29KC_XBUTTON1_13762 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4613:8: note: previous definition of ‘_29KC_XBUTTON1_13762’ with type ‘object’ {aka ‘long int’}
4613 | object _29KC_XBUTTON1_13762 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10339:8: error: redefinition of ‘_29KC_XBUTTON2_13764’
10339 | object _29KC_XBUTTON2_13764 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4614:8: note: previous definition of ‘_29KC_XBUTTON2_13764’ with type ‘object’ {aka ‘long int’}
4614 | object _29KC_XBUTTON2_13764 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10340:8: error: redefinition of ‘_29KC_BACK_13766’
10340 | object _29KC_BACK_13766 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4615:8: note: previous definition of ‘_29KC_BACK_13766’ with type ‘object’ {aka ‘long int’}
4615 | object _29KC_BACK_13766 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10341:8: error: redefinition of ‘_29KC_TAB_13768’
10341 | object _29KC_TAB_13768 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4616:8: note: previous definition of ‘_29KC_TAB_13768’ with type ‘object’ {aka ‘long int’}
4616 | object _29KC_TAB_13768 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10342:8: error: redefinition of ‘_29KC_CLEAR_13770’
10342 | object _29KC_CLEAR_13770 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4617:8: note: previous definition of ‘_29KC_CLEAR_13770’ with type ‘object’ {aka ‘long int’}
4617 | object _29KC_CLEAR_13770 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10343:8: error: redefinition of ‘_29KC_RETURN_13772’
10343 | object _29KC_RETURN_13772 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4618:8: note: previous definition of ‘_29KC_RETURN_13772’ with type ‘object’ {aka ‘long int’}
4618 | object _29KC_RETURN_13772 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10344:8: error: redefinition of ‘_29KC_SHIFT_13774’
10344 | object _29KC_SHIFT_13774 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4619:8: note: previous definition of ‘_29KC_SHIFT_13774’ with type ‘object’ {aka ‘long int’}
4619 | object _29KC_SHIFT_13774 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10345:8: error: redefinition of ‘_29KC_CONTROL_13776’
10345 | object _29KC_CONTROL_13776 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4620:8: note: previous definition of ‘_29KC_CONTROL_13776’ with type ‘object’ {aka ‘long int’}
4620 | object _29KC_CONTROL_13776 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10346:8: error: redefinition of ‘_29KC_MENU_13778’
10346 | object _29KC_MENU_13778 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4621:8: note: previous definition of ‘_29KC_MENU_13778’ with type ‘object’ {aka ‘long int’}
4621 | object _29KC_MENU_13778 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10347:8: error: redefinition of ‘_29KC_PAUSE_13780’
10347 | object _29KC_PAUSE_13780 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4622:8: note: previous definition of ‘_29KC_PAUSE_13780’ with type ‘object’ {aka ‘long int’}
4622 | object _29KC_PAUSE_13780 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10348:8: error: redefinition of ‘_29KC_CAPITAL_13782’
10348 | object _29KC_CAPITAL_13782 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4623:8: note: previous definition of ‘_29KC_CAPITAL_13782’ with type ‘object’ {aka ‘long int’}
4623 | object _29KC_CAPITAL_13782 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10349:8: error: redefinition of ‘_29KC_KANA_13784’
10349 | object _29KC_KANA_13784 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4624:8: note: previous definition of ‘_29KC_KANA_13784’ with type ‘object’ {aka ‘long int’}
4624 | object _29KC_KANA_13784 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10350:8: error: redefinition of ‘_29KC_JUNJA_13786’
10350 | object _29KC_JUNJA_13786 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4625:8: note: previous definition of ‘_29KC_JUNJA_13786’ with type ‘object’ {aka ‘long int’}
4625 | object _29KC_JUNJA_13786 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10351:8: error: redefinition of ‘_29KC_FINAL_13788’
10351 | object _29KC_FINAL_13788 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4626:8: note: previous definition of ‘_29KC_FINAL_13788’ with type ‘object’ {aka ‘long int’}
4626 | object _29KC_FINAL_13788 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10352:8: error: redefinition of ‘_29KC_HANJA_13790’
10352 | object _29KC_HANJA_13790 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4627:8: note: previous definition of ‘_29KC_HANJA_13790’ with type ‘object’ {aka ‘long int’}
4627 | object _29KC_HANJA_13790 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10353:8: error: redefinition of ‘_29KC_ESCAPE_13792’
10353 | object _29KC_ESCAPE_13792 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4628:8: note: previous definition of ‘_29KC_ESCAPE_13792’ with type ‘object’ {aka ‘long int’}
4628 | object _29KC_ESCAPE_13792 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10354:8: error: redefinition of ‘_29KC_CONVERT_13794’
10354 | object _29KC_CONVERT_13794 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4629:8: note: previous definition of ‘_29KC_CONVERT_13794’ with type ‘object’ {aka ‘long int’}
4629 | object _29KC_CONVERT_13794 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10355:8: error: redefinition of ‘_29KC_NONCONVERT_13796’
10355 | object _29KC_NONCONVERT_13796 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4630:8: note: previous definition of ‘_29KC_NONCONVERT_13796’ with type ‘object’ {aka ‘long int’}
4630 | object _29KC_NONCONVERT_13796 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10356:8: error: redefinition of ‘_29KC_ACCEPT_13798’
10356 | object _29KC_ACCEPT_13798 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4631:8: note: previous definition of ‘_29KC_ACCEPT_13798’ with type ‘object’ {aka ‘long int’}
4631 | object _29KC_ACCEPT_13798 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10357:8: error: redefinition of ‘_29KC_MODECHANGE_13800’
10357 | object _29KC_MODECHANGE_13800 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4632:8: note: previous definition of ‘_29KC_MODECHANGE_13800’ with type ‘object’ {aka ‘long int’}
4632 | object _29KC_MODECHANGE_13800 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10358:8: error: redefinition of ‘_29KC_SPACE_13802’
10358 | object _29KC_SPACE_13802 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4633:8: note: previous definition of ‘_29KC_SPACE_13802’ with type ‘object’ {aka ‘long int’}
4633 | object _29KC_SPACE_13802 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10359:8: error: redefinition of ‘_29KC_PRIOR_13804’
10359 | object _29KC_PRIOR_13804 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4634:8: note: previous definition of ‘_29KC_PRIOR_13804’ with type ‘object’ {aka ‘long int’}
4634 | object _29KC_PRIOR_13804 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10360:8: error: redefinition of ‘_29KC_NEXT_13806’
10360 | object _29KC_NEXT_13806 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4635:8: note: previous definition of ‘_29KC_NEXT_13806’ with type ‘object’ {aka ‘long int’}
4635 | object _29KC_NEXT_13806 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10361:8: error: redefinition of ‘_29KC_END_13808’
10361 | object _29KC_END_13808 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4636:8: note: previous definition of ‘_29KC_END_13808’ with type ‘object’ {aka ‘long int’}
4636 | object _29KC_END_13808 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10362:8: error: redefinition of ‘_29KC_HOME_13810’
10362 | object _29KC_HOME_13810 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4637:8: note: previous definition of ‘_29KC_HOME_13810’ with type ‘object’ {aka ‘long int’}
4637 | object _29KC_HOME_13810 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10363:8: error: redefinition of ‘_29KC_LEFT_13812’
10363 | object _29KC_LEFT_13812 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4638:8: note: previous definition of ‘_29KC_LEFT_13812’ with type ‘object’ {aka ‘long int’}
4638 | object _29KC_LEFT_13812 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10364:8: error: redefinition of ‘_29KC_UP_13814’
10364 | object _29KC_UP_13814 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4639:8: note: previous definition of ‘_29KC_UP_13814’ with type ‘object’ {aka ‘long int’}
4639 | object _29KC_UP_13814 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10365:8: error: redefinition of ‘_29KC_RIGHT_13817’
10365 | object _29KC_RIGHT_13817 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4640:8: note: previous definition of ‘_29KC_RIGHT_13817’ with type ‘object’ {aka ‘long int’}
4640 | object _29KC_RIGHT_13817 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10366:8: error: redefinition of ‘_29KC_DOWN_13819’
10366 | object _29KC_DOWN_13819 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4641:8: note: previous definition of ‘_29KC_DOWN_13819’ with type ‘object’ {aka ‘long int’}
4641 | object _29KC_DOWN_13819 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10367:8: error: redefinition of ‘_29KC_SELECT_13821’
10367 | object _29KC_SELECT_13821 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4642:8: note: previous definition of ‘_29KC_SELECT_13821’ with type ‘object’ {aka ‘long int’}
4642 | object _29KC_SELECT_13821 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10368:8: error: redefinition of ‘_29KC_PRINT_13823’
10368 | object _29KC_PRINT_13823 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4643:8: note: previous definition of ‘_29KC_PRINT_13823’ with type ‘object’ {aka ‘long int’}
4643 | object _29KC_PRINT_13823 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10369:8: error: redefinition of ‘_29KC_EXECUTE_13825’
10369 | object _29KC_EXECUTE_13825 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4644:8: note: previous definition of ‘_29KC_EXECUTE_13825’ with type ‘object’ {aka ‘long int’}
4644 | object _29KC_EXECUTE_13825 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10370:8: error: redefinition of ‘_29KC_SNAPSHOT_13827’
10370 | object _29KC_SNAPSHOT_13827 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4645:8: note: previous definition of ‘_29KC_SNAPSHOT_13827’ with type ‘object’ {aka ‘long int’}
4645 | object _29KC_SNAPSHOT_13827 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10371:8: error: redefinition of ‘_29KC_INSERT_13829’
10371 | object _29KC_INSERT_13829 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4646:8: note: previous definition of ‘_29KC_INSERT_13829’ with type ‘object’ {aka ‘long int’}
4646 | object _29KC_INSERT_13829 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10372:8: error: redefinition of ‘_29KC_DELETE_13831’
10372 | object _29KC_DELETE_13831 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4647:8: note: previous definition of ‘_29KC_DELETE_13831’ with type ‘object’ {aka ‘long int’}
4647 | object _29KC_DELETE_13831 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10373:8: error: redefinition of ‘_29KC_HELP_13833’
10373 | object _29KC_HELP_13833 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4648:8: note: previous definition of ‘_29KC_HELP_13833’ with type ‘object’ {aka ‘long int’}
4648 | object _29KC_HELP_13833 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10374:8: error: redefinition of ‘_29KC_LWIN_13835’
10374 | object _29KC_LWIN_13835 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4649:8: note: previous definition of ‘_29KC_LWIN_13835’ with type ‘object’ {aka ‘long int’}
4649 | object _29KC_LWIN_13835 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10375:8: error: redefinition of ‘_29KC_RWIN_13837’
10375 | object _29KC_RWIN_13837 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4650:8: note: previous definition of ‘_29KC_RWIN_13837’ with type ‘object’ {aka ‘long int’}
4650 | object _29KC_RWIN_13837 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10376:8: error: redefinition of ‘_29KC_APPS_13839’
10376 | object _29KC_APPS_13839 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4651:8: note: previous definition of ‘_29KC_APPS_13839’ with type ‘object’ {aka ‘long int’}
4651 | object _29KC_APPS_13839 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10377:8: error: redefinition of ‘_29KC_SLEEP_13841’
10377 | object _29KC_SLEEP_13841 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4652:8: note: previous definition of ‘_29KC_SLEEP_13841’ with type ‘object’ {aka ‘long int’}
4652 | object _29KC_SLEEP_13841 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10378:8: error: redefinition of ‘_29KC_NUMPAD0_13843’
10378 | object _29KC_NUMPAD0_13843 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4653:8: note: previous definition of ‘_29KC_NUMPAD0_13843’ with type ‘object’ {aka ‘long int’}
4653 | object _29KC_NUMPAD0_13843 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10379:8: error: redefinition of ‘_29KC_NUMPAD1_13845’
10379 | object _29KC_NUMPAD1_13845 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4654:8: note: previous definition of ‘_29KC_NUMPAD1_13845’ with type ‘object’ {aka ‘long int’}
4654 | object _29KC_NUMPAD1_13845 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10380:8: error: redefinition of ‘_29KC_NUMPAD2_13847’
10380 | object _29KC_NUMPAD2_13847 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4655:8: note: previous definition of ‘_29KC_NUMPAD2_13847’ with type ‘object’ {aka ‘long int’}
4655 | object _29KC_NUMPAD2_13847 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10381:8: error: redefinition of ‘_29KC_NUMPAD3_13849’
10381 | object _29KC_NUMPAD3_13849 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4656:8: note: previous definition of ‘_29KC_NUMPAD3_13849’ with type ‘object’ {aka ‘long int’}
4656 | object _29KC_NUMPAD3_13849 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10382:8: error: redefinition of ‘_29KC_NUMPAD4_13851’
10382 | object _29KC_NUMPAD4_13851 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4657:8: note: previous definition of ‘_29KC_NUMPAD4_13851’ with type ‘object’ {aka ‘long int’}
4657 | object _29KC_NUMPAD4_13851 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10383:8: error: redefinition of ‘_29KC_NUMPAD5_13853’
10383 | object _29KC_NUMPAD5_13853 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4658:8: note: previous definition of ‘_29KC_NUMPAD5_13853’ with type ‘object’ {aka ‘long int’}
4658 | object _29KC_NUMPAD5_13853 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10384:8: error: redefinition of ‘_29KC_NUMPAD6_13855’
10384 | object _29KC_NUMPAD6_13855 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4659:8: note: previous definition of ‘_29KC_NUMPAD6_13855’ with type ‘object’ {aka ‘long int’}
4659 | object _29KC_NUMPAD6_13855 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10385:8: error: redefinition of ‘_29KC_NUMPAD7_13857’
10385 | object _29KC_NUMPAD7_13857 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4660:8: note: previous definition of ‘_29KC_NUMPAD7_13857’ with type ‘object’ {aka ‘long int’}
4660 | object _29KC_NUMPAD7_13857 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10386:8: error: redefinition of ‘_29KC_NUMPAD8_13860’
10386 | object _29KC_NUMPAD8_13860 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4661:8: note: previous definition of ‘_29KC_NUMPAD8_13860’ with type ‘object’ {aka ‘long int’}
4661 | object _29KC_NUMPAD8_13860 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10387:8: error: redefinition of ‘_29KC_NUMPAD9_13862’
10387 | object _29KC_NUMPAD9_13862 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4662:8: note: previous definition of ‘_29KC_NUMPAD9_13862’ with type ‘object’ {aka ‘long int’}
4662 | object _29KC_NUMPAD9_13862 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10388:8: error: redefinition of ‘_29KC_MULTIPLY_13864’
10388 | object _29KC_MULTIPLY_13864 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4663:8: note: previous definition of ‘_29KC_MULTIPLY_13864’ with type ‘object’ {aka ‘long int’}
4663 | object _29KC_MULTIPLY_13864 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10389:8: error: redefinition of ‘_29KC_ADD_13866’
10389 | object _29KC_ADD_13866 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4664:8: note: previous definition of ‘_29KC_ADD_13866’ with type ‘object’ {aka ‘long int’}
4664 | object _29KC_ADD_13866 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10390:8: error: redefinition of ‘_29KC_SEPARATOR_13868’
10390 | object _29KC_SEPARATOR_13868 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4665:8: note: previous definition of ‘_29KC_SEPARATOR_13868’ with type ‘object’ {aka ‘long int’}
4665 | object _29KC_SEPARATOR_13868 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10391:8: error: redefinition of ‘_29KC_SUBTRACT_13870’
10391 | object _29KC_SUBTRACT_13870 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4666:8: note: previous definition of ‘_29KC_SUBTRACT_13870’ with type ‘object’ {aka ‘long int’}
4666 | object _29KC_SUBTRACT_13870 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10392:8: error: redefinition of ‘_29KC_DECIMAL_13872’
10392 | object _29KC_DECIMAL_13872 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4667:8: note: previous definition of ‘_29KC_DECIMAL_13872’ with type ‘object’ {aka ‘long int’}
4667 | object _29KC_DECIMAL_13872 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10393:8: error: redefinition of ‘_29KC_DIVIDE_13875’
10393 | object _29KC_DIVIDE_13875 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4668:8: note: previous definition of ‘_29KC_DIVIDE_13875’ with type ‘object’ {aka ‘long int’}
4668 | object _29KC_DIVIDE_13875 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10394:8: error: redefinition of ‘_29KC_F1_13877’
10394 | object _29KC_F1_13877 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4669:8: note: previous definition of ‘_29KC_F1_13877’ with type ‘object’ {aka ‘long int’}
4669 | object _29KC_F1_13877 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10395:8: error: redefinition of ‘_29KC_F2_13879’
10395 | object _29KC_F2_13879 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4670:8: note: previous definition of ‘_29KC_F2_13879’ with type ‘object’ {aka ‘long int’}
4670 | object _29KC_F2_13879 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10396:8: error: redefinition of ‘_29KC_F3_13882’
10396 | object _29KC_F3_13882 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4671:8: note: previous definition of ‘_29KC_F3_13882’ with type ‘object’ {aka ‘long int’}
4671 | object _29KC_F3_13882 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10397:8: error: redefinition of ‘_29KC_F4_13885’
10397 | object _29KC_F4_13885 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4672:8: note: previous definition of ‘_29KC_F4_13885’ with type ‘object’ {aka ‘long int’}
4672 | object _29KC_F4_13885 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10398:8: error: redefinition of ‘_29KC_F5_13887’
10398 | object _29KC_F5_13887 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4673:8: note: previous definition of ‘_29KC_F5_13887’ with type ‘object’ {aka ‘long int’}
4673 | object _29KC_F5_13887 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10399:8: error: redefinition of ‘_29KC_F6_13889’
10399 | object _29KC_F6_13889 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4674:8: note: previous definition of ‘_29KC_F6_13889’ with type ‘object’ {aka ‘long int’}
4674 | object _29KC_F6_13889 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10400:8: error: redefinition of ‘_29KC_F7_13891’
10400 | object _29KC_F7_13891 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4675:8: note: previous definition of ‘_29KC_F7_13891’ with type ‘object’ {aka ‘long int’}
4675 | object _29KC_F7_13891 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10401:8: error: redefinition of ‘_29KC_F8_13893’
10401 | object _29KC_F8_13893 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4676:8: note: previous definition of ‘_29KC_F8_13893’ with type ‘object’ {aka ‘long int’}
4676 | object _29KC_F8_13893 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10402:8: error: redefinition of ‘_29KC_F9_13895’
10402 | object _29KC_F9_13895 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4677:8: note: previous definition of ‘_29KC_F9_13895’ with type ‘object’ {aka ‘long int’}
4677 | object _29KC_F9_13895 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10403:8: error: redefinition of ‘_29KC_F10_13897’
10403 | object _29KC_F10_13897 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4678:8: note: previous definition of ‘_29KC_F10_13897’ with type ‘object’ {aka ‘long int’}
4678 | object _29KC_F10_13897 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10404:8: error: redefinition of ‘_29KC_F11_13899’
10404 | object _29KC_F11_13899 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4679:8: note: previous definition of ‘_29KC_F11_13899’ with type ‘object’ {aka ‘long int’}
4679 | object _29KC_F11_13899 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10405:8: error: redefinition of ‘_29KC_F12_13901’
10405 | object _29KC_F12_13901 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4680:8: note: previous definition of ‘_29KC_F12_13901’ with type ‘object’ {aka ‘long int’}
4680 | object _29KC_F12_13901 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10406:8: error: redefinition of ‘_29KC_F13_13903’
10406 | object _29KC_F13_13903 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4681:8: note: previous definition of ‘_29KC_F13_13903’ with type ‘object’ {aka ‘long int’}
4681 | object _29KC_F13_13903 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10407:8: error: redefinition of ‘_29KC_F14_13906’
10407 | object _29KC_F14_13906 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4682:8: note: previous definition of ‘_29KC_F14_13906’ with type ‘object’ {aka ‘long int’}
4682 | object _29KC_F14_13906 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10408:8: error: redefinition of ‘_29KC_F15_13908’
10408 | object _29KC_F15_13908 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4683:8: note: previous definition of ‘_29KC_F15_13908’ with type ‘object’ {aka ‘long int’}
4683 | object _29KC_F15_13908 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10409:8: error: redefinition of ‘_29KC_F16_13910’
10409 | object _29KC_F16_13910 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4684:8: note: previous definition of ‘_29KC_F16_13910’ with type ‘object’ {aka ‘long int’}
4684 | object _29KC_F16_13910 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10410:8: error: redefinition of ‘_29KC_F17_13912’
10410 | object _29KC_F17_13912 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4685:8: note: previous definition of ‘_29KC_F17_13912’ with type ‘object’ {aka ‘long int’}
4685 | object _29KC_F17_13912 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10411:8: error: redefinition of ‘_29KC_F18_13914’
10411 | object _29KC_F18_13914 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4686:8: note: previous definition of ‘_29KC_F18_13914’ with type ‘object’ {aka ‘long int’}
4686 | object _29KC_F18_13914 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10412:8: error: redefinition of ‘_29KC_F19_13917’
10412 | object _29KC_F19_13917 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4687:8: note: previous definition of ‘_29KC_F19_13917’ with type ‘object’ {aka ‘long int’}
4687 | object _29KC_F19_13917 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10413:8: error: redefinition of ‘_29KC_F20_13920’
10413 | object _29KC_F20_13920 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4688:8: note: previous definition of ‘_29KC_F20_13920’ with type ‘object’ {aka ‘long int’}
4688 | object _29KC_F20_13920 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10414:8: error: redefinition of ‘_29KC_F21_13923’
10414 | object _29KC_F21_13923 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4689:8: note: previous definition of ‘_29KC_F21_13923’ with type ‘object’ {aka ‘long int’}
4689 | object _29KC_F21_13923 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10415:8: error: redefinition of ‘_29KC_F22_13926’
10415 | object _29KC_F22_13926 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4690:8: note: previous definition of ‘_29KC_F22_13926’ with type ‘object’ {aka ‘long int’}
4690 | object _29KC_F22_13926 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10416:8: error: redefinition of ‘_29KC_F23_13929’
10416 | object _29KC_F23_13929 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4691:8: note: previous definition of ‘_29KC_F23_13929’ with type ‘object’ {aka ‘long int’}
4691 | object _29KC_F23_13929 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10417:8: error: redefinition of ‘_29KC_F24_13932’
10417 | object _29KC_F24_13932 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4692:8: note: previous definition of ‘_29KC_F24_13932’ with type ‘object’ {aka ‘long int’}
4692 | object _29KC_F24_13932 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10418:8: error: redefinition of ‘_29KC_NUMLOCK_13935’
10418 | object _29KC_NUMLOCK_13935 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4693:8: note: previous definition of ‘_29KC_NUMLOCK_13935’ with type ‘object’ {aka ‘long int’}
4693 | object _29KC_NUMLOCK_13935 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10419:8: error: redefinition of ‘_29KC_SCROLL_13937’
10419 | object _29KC_SCROLL_13937 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4694:8: note: previous definition of ‘_29KC_SCROLL_13937’ with type ‘object’ {aka ‘long int’}
4694 | object _29KC_SCROLL_13937 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10420:8: error: redefinition of ‘_29KC_LSHIFT_13940’
10420 | object _29KC_LSHIFT_13940 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4695:8: note: previous definition of ‘_29KC_LSHIFT_13940’ with type ‘object’ {aka ‘long int’}
4695 | object _29KC_LSHIFT_13940 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10421:8: error: redefinition of ‘_29KC_RSHIFT_13942’
10421 | object _29KC_RSHIFT_13942 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4696:8: note: previous definition of ‘_29KC_RSHIFT_13942’ with type ‘object’ {aka ‘long int’}
4696 | object _29KC_RSHIFT_13942 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10422:8: error: redefinition of ‘_29KC_LCONTROL_13945’
10422 | object _29KC_LCONTROL_13945 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4697:8: note: previous definition of ‘_29KC_LCONTROL_13945’ with type ‘object’ {aka ‘long int’}
4697 | object _29KC_LCONTROL_13945 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10423:8: error: redefinition of ‘_29KC_RCONTROL_13948’
10423 | object _29KC_RCONTROL_13948 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4698:8: note: previous definition of ‘_29KC_RCONTROL_13948’ with type ‘object’ {aka ‘long int’}
4698 | object _29KC_RCONTROL_13948 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10424:8: error: redefinition of ‘_29KC_LMENU_13950’
10424 | object _29KC_LMENU_13950 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4699:8: note: previous definition of ‘_29KC_LMENU_13950’ with type ‘object’ {aka ‘long int’}
4699 | object _29KC_LMENU_13950 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10425:8: error: redefinition of ‘_29KC_RMENU_13952’
10425 | object _29KC_RMENU_13952 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4700:8: note: previous definition of ‘_29KC_RMENU_13952’ with type ‘object’ {aka ‘long int’}
4700 | object _29KC_RMENU_13952 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10426:8: error: redefinition of ‘_29KC_BROWSER_BACK_13954’
10426 | object _29KC_BROWSER_BACK_13954 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4701:8: note: previous definition of ‘_29KC_BROWSER_BACK_13954’ with type ‘object’ {aka ‘long int’}
4701 | object _29KC_BROWSER_BACK_13954 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10427:8: error: redefinition of ‘_29KC_BROWSER_FORWARD_13957’
10427 | object _29KC_BROWSER_FORWARD_13957 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4702:8: note: previous definition of ‘_29KC_BROWSER_FORWARD_13957’ with type ‘object’ {aka ‘long int’}
4702 | object _29KC_BROWSER_FORWARD_13957 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10428:8: error: redefinition of ‘_29KC_BROWSER_REFRESH_13960’
10428 | object _29KC_BROWSER_REFRESH_13960 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4703:8: note: previous definition of ‘_29KC_BROWSER_REFRESH_13960’ with type ‘object’ {aka ‘long int’}
4703 | object _29KC_BROWSER_REFRESH_13960 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10429:8: error: redefinition of ‘_29KC_BROWSER_STOP_13963’
10429 | object _29KC_BROWSER_STOP_13963 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4704:8: note: previous definition of ‘_29KC_BROWSER_STOP_13963’ with type ‘object’ {aka ‘long int’}
4704 | object _29KC_BROWSER_STOP_13963 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10430:8: error: redefinition of ‘_29KC_BROWSER_SEARCH_13965’
10430 | object _29KC_BROWSER_SEARCH_13965 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4705:8: note: previous definition of ‘_29KC_BROWSER_SEARCH_13965’ with type ‘object’ {aka ‘long int’}
4705 | object _29KC_BROWSER_SEARCH_13965 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10431:8: error: redefinition of ‘_29KC_BROWSER_FAVORITES_13968’
10431 | object _29KC_BROWSER_FAVORITES_13968 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4706:8: note: previous definition of ‘_29KC_BROWSER_FAVORITES_13968’ with type ‘object’ {aka ‘long int’}
4706 | object _29KC_BROWSER_FAVORITES_13968 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10432:8: error: redefinition of ‘_29KC_BROWSER_HOME_13971’
10432 | object _29KC_BROWSER_HOME_13971 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4707:8: note: previous definition of ‘_29KC_BROWSER_HOME_13971’ with type ‘object’ {aka ‘long int’}
4707 | object _29KC_BROWSER_HOME_13971 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10433:8: error: redefinition of ‘_29KC_VOLUME_MUTE_13974’
10433 | object _29KC_VOLUME_MUTE_13974 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4708:8: note: previous definition of ‘_29KC_VOLUME_MUTE_13974’ with type ‘object’ {aka ‘long int’}
4708 | object _29KC_VOLUME_MUTE_13974 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10434:8: error: redefinition of ‘_29KC_VOLUME_DOWN_13977’
10434 | object _29KC_VOLUME_DOWN_13977 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4709:8: note: previous definition of ‘_29KC_VOLUME_DOWN_13977’ with type ‘object’ {aka ‘long int’}
4709 | object _29KC_VOLUME_DOWN_13977 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10435:8: error: redefinition of ‘_29KC_VOLUME_UP_13980’
10435 | object _29KC_VOLUME_UP_13980 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4710:8: note: previous definition of ‘_29KC_VOLUME_UP_13980’ with type ‘object’ {aka ‘long int’}
4710 | object _29KC_VOLUME_UP_13980 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10436:8: error: redefinition of ‘_29KC_MEDIA_NEXT_TRACK_13983’
10436 | object _29KC_MEDIA_NEXT_TRACK_13983 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4711:8: note: previous definition of ‘_29KC_MEDIA_NEXT_TRACK_13983’ with type ‘object’ {aka ‘long int’}
4711 | object _29KC_MEDIA_NEXT_TRACK_13983 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10437:8: error: redefinition of ‘_29KC_MEDIA_PREV_TRACK_13986’
10437 | object _29KC_MEDIA_PREV_TRACK_13986 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4712:8: note: previous definition of ‘_29KC_MEDIA_PREV_TRACK_13986’ with type ‘object’ {aka ‘long int’}
4712 | object _29KC_MEDIA_PREV_TRACK_13986 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10438:8: error: redefinition of ‘_29KC_MEDIA_STOP_13989’
10438 | object _29KC_MEDIA_STOP_13989 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4713:8: note: previous definition of ‘_29KC_MEDIA_STOP_13989’ with type ‘object’ {aka ‘long int’}
4713 | object _29KC_MEDIA_STOP_13989 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10439:8: error: redefinition of ‘_29KC_MEDIA_PLAY_PAUSE_13992’
10439 | object _29KC_MEDIA_PLAY_PAUSE_13992 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4714:8: note: previous definition of ‘_29KC_MEDIA_PLAY_PAUSE_13992’ with type ‘object’ {aka ‘long int’}
4714 | object _29KC_MEDIA_PLAY_PAUSE_13992 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10440:8: error: redefinition of ‘_29KC_LAUNCH_MAIL_13995’
10440 | object _29KC_LAUNCH_MAIL_13995 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4715:8: note: previous definition of ‘_29KC_LAUNCH_MAIL_13995’ with type ‘object’ {aka ‘long int’}
4715 | object _29KC_LAUNCH_MAIL_13995 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10441:8: error: redefinition of ‘_29KC_LAUNCH_MEDIA_SELECT_13998’
10441 | object _29KC_LAUNCH_MEDIA_SELECT_13998 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4716:8: note: previous definition of ‘_29KC_LAUNCH_MEDIA_SELECT_13998’ with type ‘object’ {aka ‘long int’}
4716 | object _29KC_LAUNCH_MEDIA_SELECT_13998 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10442:8: error: redefinition of ‘_29KC_LAUNCH_APP1_14001’
10442 | object _29KC_LAUNCH_APP1_14001 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4717:8: note: previous definition of ‘_29KC_LAUNCH_APP1_14001’ with type ‘object’ {aka ‘long int’}
4717 | object _29KC_LAUNCH_APP1_14001 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10443:8: error: redefinition of ‘_29KC_LAUNCH_APP2_14004’
10443 | object _29KC_LAUNCH_APP2_14004 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4718:8: note: previous definition of ‘_29KC_LAUNCH_APP2_14004’ with type ‘object’ {aka ‘long int’}
4718 | object _29KC_LAUNCH_APP2_14004 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10444:8: error: redefinition of ‘_29KC_OEM_1_14007’
10444 | object _29KC_OEM_1_14007 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4719:8: note: previous definition of ‘_29KC_OEM_1_14007’ with type ‘object’ {aka ‘long int’}
4719 | object _29KC_OEM_1_14007 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10445:8: error: redefinition of ‘_29KC_OEM_PLUS_14010’
10445 | object _29KC_OEM_PLUS_14010 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4720:8: note: previous definition of ‘_29KC_OEM_PLUS_14010’ with type ‘object’ {aka ‘long int’}
4720 | object _29KC_OEM_PLUS_14010 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10446:8: error: redefinition of ‘_29KC_OEM_COMMA_14013’
10446 | object _29KC_OEM_COMMA_14013 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4721:8: note: previous definition of ‘_29KC_OEM_COMMA_14013’ with type ‘object’ {aka ‘long int’}
4721 | object _29KC_OEM_COMMA_14013 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10447:8: error: redefinition of ‘_29KC_OEM_MINUS_14016’
10447 | object _29KC_OEM_MINUS_14016 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4722:8: note: previous definition of ‘_29KC_OEM_MINUS_14016’ with type ‘object’ {aka ‘long int’}
4722 | object _29KC_OEM_MINUS_14016 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10448:8: error: redefinition of ‘_29KC_OEM_PERIOD_14019’
10448 | object _29KC_OEM_PERIOD_14019 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4723:8: note: previous definition of ‘_29KC_OEM_PERIOD_14019’ with type ‘object’ {aka ‘long int’}
4723 | object _29KC_OEM_PERIOD_14019 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10449:8: error: redefinition of ‘_29KC_OEM_2_14022’
10449 | object _29KC_OEM_2_14022 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4724:8: note: previous definition of ‘_29KC_OEM_2_14022’ with type ‘object’ {aka ‘long int’}
4724 | object _29KC_OEM_2_14022 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10450:8: error: redefinition of ‘_29KC_OEM_3_14025’
10450 | object _29KC_OEM_3_14025 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4725:8: note: previous definition of ‘_29KC_OEM_3_14025’ with type ‘object’ {aka ‘long int’}
4725 | object _29KC_OEM_3_14025 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10451:8: error: redefinition of ‘_29KC_OEM_4_14028’
10451 | object _29KC_OEM_4_14028 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4726:8: note: previous definition of ‘_29KC_OEM_4_14028’ with type ‘object’ {aka ‘long int’}
4726 | object _29KC_OEM_4_14028 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10452:8: error: redefinition of ‘_29KC_OEM_5_14031’
10452 | object _29KC_OEM_5_14031 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4727:8: note: previous definition of ‘_29KC_OEM_5_14031’ with type ‘object’ {aka ‘long int’}
4727 | object _29KC_OEM_5_14031 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10453:8: error: redefinition of ‘_29KC_OEM_6_14034’
10453 | object _29KC_OEM_6_14034 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4728:8: note: previous definition of ‘_29KC_OEM_6_14034’ with type ‘object’ {aka ‘long int’}
4728 | object _29KC_OEM_6_14034 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10454:8: error: redefinition of ‘_29KC_OEM_7_14037’
10454 | object _29KC_OEM_7_14037 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4729:8: note: previous definition of ‘_29KC_OEM_7_14037’ with type ‘object’ {aka ‘long int’}
4729 | object _29KC_OEM_7_14037 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10455:8: error: redefinition of ‘_29KC_OEM_8_14040’
10455 | object _29KC_OEM_8_14040 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4730:8: note: previous definition of ‘_29KC_OEM_8_14040’ with type ‘object’ {aka ‘long int’}
4730 | object _29KC_OEM_8_14040 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10456:8: error: redefinition of ‘_29KC_OEM_102_14043’
10456 | object _29KC_OEM_102_14043 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4731:8: note: previous definition of ‘_29KC_OEM_102_14043’ with type ‘object’ {aka ‘long int’}
4731 | object _29KC_OEM_102_14043 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10457:8: error: redefinition of ‘_29KC_PROCESSKEY_14046’
10457 | object _29KC_PROCESSKEY_14046 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4732:8: note: previous definition of ‘_29KC_PROCESSKEY_14046’ with type ‘object’ {aka ‘long int’}
4732 | object _29KC_PROCESSKEY_14046 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10458:8: error: redefinition of ‘_29KC_PACKET_14049’
10458 | object _29KC_PACKET_14049 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4733:8: note: previous definition of ‘_29KC_PACKET_14049’ with type ‘object’ {aka ‘long int’}
4733 | object _29KC_PACKET_14049 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10459:8: error: redefinition of ‘_29KC_ATTN_14052’
10459 | object _29KC_ATTN_14052 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4734:8: note: previous definition of ‘_29KC_ATTN_14052’ with type ‘object’ {aka ‘long int’}
4734 | object _29KC_ATTN_14052 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10460:8: error: redefinition of ‘_29KC_CRSEL_14055’
10460 | object _29KC_CRSEL_14055 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4735:8: note: previous definition of ‘_29KC_CRSEL_14055’ with type ‘object’ {aka ‘long int’}
4735 | object _29KC_CRSEL_14055 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10461:8: error: redefinition of ‘_29KC_EXSEL_14058’
10461 | object _29KC_EXSEL_14058 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4736:8: note: previous definition of ‘_29KC_EXSEL_14058’ with type ‘object’ {aka ‘long int’}
4736 | object _29KC_EXSEL_14058 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10462:8: error: redefinition of ‘_29KC_EREOF_14061’
10462 | object _29KC_EREOF_14061 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4737:8: note: previous definition of ‘_29KC_EREOF_14061’ with type ‘object’ {aka ‘long int’}
4737 | object _29KC_EREOF_14061 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10463:8: error: redefinition of ‘_29KC_PLAY_14063’
10463 | object _29KC_PLAY_14063 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4738:8: note: previous definition of ‘_29KC_PLAY_14063’ with type ‘object’ {aka ‘long int’}
4738 | object _29KC_PLAY_14063 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10464:8: error: redefinition of ‘_29KC_ZOOM_14065’
10464 | object _29KC_ZOOM_14065 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4739:8: note: previous definition of ‘_29KC_ZOOM_14065’ with type ‘object’ {aka ‘long int’}
4739 | object _29KC_ZOOM_14065 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10465:8: error: redefinition of ‘_29KC_NONAME_14067’
10465 | object _29KC_NONAME_14067 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4740:8: note: previous definition of ‘_29KC_NONAME_14067’ with type ‘object’ {aka ‘long int’}
4740 | object _29KC_NONAME_14067 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10466:8: error: redefinition of ‘_29KC_PA1_14069’
10466 | object _29KC_PA1_14069 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4741:8: note: previous definition of ‘_29KC_PA1_14069’ with type ‘object’ {aka ‘long int’}
4741 | object _29KC_PA1_14069 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10467:8: error: redefinition of ‘_29KC_OEM_CLEAR_14071’
10467 | object _29KC_OEM_CLEAR_14071 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4742:8: note: previous definition of ‘_29KC_OEM_CLEAR_14071’ with type ‘object’ {aka ‘long int’}
4742 | object _29KC_OEM_CLEAR_14071 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10468:8: error: redefinition of ‘_29KM_CONTROL_14073’
10468 | object _29KM_CONTROL_14073 = 4096;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4743:8: note: previous definition of ‘_29KM_CONTROL_14073’ with type ‘object’ {aka ‘long int’}
4743 | object _29KM_CONTROL_14073 = 4096;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10469:8: error: redefinition of ‘_29KM_SHIFT_14074’
10469 | object _29KM_SHIFT_14074 = 8192;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4744:8: note: previous definition of ‘_29KM_SHIFT_14074’ with type ‘object’ {aka ‘long int’}
4744 | object _29KM_SHIFT_14074 = 8192;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10470:8: error: redefinition of ‘_29KM_ALT_14075’
10470 | object _29KM_ALT_14075 = 16384;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4745:8: note: previous definition of ‘_29KM_ALT_14075’ with type ‘object’ {aka ‘long int’}
4745 | object _29KM_ALT_14075 = 16384;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10471:8: error: redefinition of ‘_29NO_CURSOR_14378’
10471 | object _29NO_CURSOR_14378 = 8192;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4746:8: note: previous definition of ‘_29NO_CURSOR_14378’ with type ‘object’ {aka ‘long int’}
4746 | object _29NO_CURSOR_14378 = 8192;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10472:8: error: redefinition of ‘_29UNDERLINE_CURSOR_14379’
10472 | object _29UNDERLINE_CURSOR_14379 = 1543;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4747:8: note: previous definition of ‘_29UNDERLINE_CURSOR_14379’ with type ‘object’ {aka ‘long int’}
4747 | object _29UNDERLINE_CURSOR_14379 = 1543;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10473:8: error: redefinition of ‘_29THICK_UNDERLINE_CURSOR_14381’
10473 | object _29THICK_UNDERLINE_CURSOR_14381 = 1287;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4748:8: note: previous definition of ‘_29THICK_UNDERLINE_CURSOR_14381’ with type ‘object’ {aka ‘long int’}
4748 | object _29THICK_UNDERLINE_CURSOR_14381 = 1287;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10474:8: error: redefinition of ‘_29HALF_BLOCK_CURSOR_14383’
10474 | object _29HALF_BLOCK_CURSOR_14383 = 1031;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4749:8: note: previous definition of ‘_29HALF_BLOCK_CURSOR_14383’ with type ‘object’ {aka ‘long int’}
4749 | object _29HALF_BLOCK_CURSOR_14383 = 1031;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10475:8: error: redefinition of ‘_29BLOCK_CURSOR_14385’
10475 | object _29BLOCK_CURSOR_14385 = 7;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4750:8: note: previous definition of ‘_29BLOCK_CURSOR_14385’ with type ‘object’ {aka ‘long int’}
4750 | object _29BLOCK_CURSOR_14385 = 7;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10476:8: error: redefinition of ‘_36repl_14678’
10476 | object _36repl_14678 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4751:8: note: previous definition of ‘_36repl_14678’ with type ‘object’ {aka ‘long int’}
4751 | object _36repl_14678 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10477:8: error: redefinition of ‘_36repl_file_14679’
10477 | object _36repl_file_14679 = 5555;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4752:8: note: previous definition of ‘_36repl_file_14679’ with type ‘object’ {aka ‘long int’}
4752 | object _36repl_file_14679 = 5555;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10478:8: error: redefinition of ‘_37NOT_INCLUDED_14681’
10478 | object _37NOT_INCLUDED_14681 = 0;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4753:8: note: previous definition of ‘_37NOT_INCLUDED_14681’ with type ‘object’ {aka ‘long int’}
4753 | object _37NOT_INCLUDED_14681 = 0;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10479:8: error: redefinition of ‘_37INDIRECT_INCLUDE_14682’
10479 | object _37INDIRECT_INCLUDE_14682 = 1;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4754:8: note: previous definition of ‘_37INDIRECT_INCLUDE_14682’ with type ‘object’ {aka ‘long int’}
4754 | object _37INDIRECT_INCLUDE_14682 = 1;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10480:8: error: redefinition of ‘_37DIRECT_INCLUDE_14683’
10480 | object _37DIRECT_INCLUDE_14683 = 2;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4755:8: note: previous definition of ‘_37DIRECT_INCLUDE_14683’ with type ‘object’ {aka ‘long int’}
4755 | object _37DIRECT_INCLUDE_14683 = 2;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10481:8: error: redefinition of ‘_37PUBLIC_INCLUDE_14684’
10481 | object _37PUBLIC_INCLUDE_14684 = 4;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4756:8: note: previous definition of ‘_37PUBLIC_INCLUDE_14684’ with type ‘object’ {aka ‘long int’}
4756 | object _37PUBLIC_INCLUDE_14684 = 4;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10482:8: error: redefinition of ‘_37DIRECT_OR_PUBLIC_INCLUDE_14685’
10482 | object _37DIRECT_OR_PUBLIC_INCLUDE_14685 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4757:8: note: previous definition of ‘_37DIRECT_OR_PUBLIC_INCLUDE_14685’ with type ‘object’ {aka ‘long int’}
4757 | object _37DIRECT_OR_PUBLIC_INCLUDE_14685 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10483:8: error: redefinition of ‘_37ANY_INCLUDE_14687’
10483 | object _37ANY_INCLUDE_14687 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4758:8: note: previous definition of ‘_37ANY_INCLUDE_14687’ with type ‘object’ {aka ‘long int’}
4758 | object _37ANY_INCLUDE_14687 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10484:8: error: redefinition of ‘_37SymTab_14689’
10484 | object _37SymTab_14689 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4759:8: note: previous definition of ‘_37SymTab_14689’ with type ‘object’ {aka ‘long int’}
4759 | object _37SymTab_14689 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10485:8: error: redefinition of ‘_37known_files_14690’
10485 | object _37known_files_14690 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4760:8: note: previous definition of ‘_37known_files_14690’ with type ‘object’ {aka ‘long int’}
4760 | object _37known_files_14690 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10486:8: error: redefinition of ‘_37known_files_hash_14691’
10486 | object _37known_files_hash_14691 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4761:8: note: previous definition of ‘_37known_files_hash_14691’ with type ‘object’ {aka ‘long int’}
4761 | object _37known_files_hash_14691 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10487:8: error: redefinition of ‘_37finished_files_14692’
10487 | object _37finished_files_14692 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4762:8: note: previous definition of ‘_37finished_files_14692’ with type ‘object’ {aka ‘long int’}
4762 | object _37finished_files_14692 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10488:8: error: redefinition of ‘_37file_include_depend_14693’
10488 | object _37file_include_depend_14693 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4763:8: note: previous definition of ‘_37file_include_depend_14693’ with type ‘object’ {aka ‘long int’}
4763 | object _37file_include_depend_14693 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10489:8: error: redefinition of ‘_37file_include_14694’
10489 | object _37file_include_14694 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4764:8: note: previous definition of ‘_37file_include_14694’ with type ‘object’ {aka ‘long int’}
4764 | object _37file_include_14694 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10490:8: error: redefinition of ‘_37include_matrix_14696’
10490 | object _37include_matrix_14696 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4765:8: note: previous definition of ‘_37include_matrix_14696’ with type ‘object’ {aka ‘long int’}
4765 | object _37include_matrix_14696 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10491:8: error: redefinition of ‘_37indirect_include_14698’
10491 | object _37indirect_include_14698 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4766:8: note: previous definition of ‘_37indirect_include_14698’ with type ‘object’ {aka ‘long int’}
4766 | object _37indirect_include_14698 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10492:8: error: redefinition of ‘_37file_public_14700’
10492 | object _37file_public_14700 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4767:8: note: previous definition of ‘_37file_public_14700’ with type ‘object’ {aka ‘long int’}
4767 | object _37file_public_14700 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10493:8: error: redefinition of ‘_37file_include_by_14702’
10493 | object _37file_include_by_14702 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4768:8: note: previous definition of ‘_37file_include_by_14702’ with type ‘object’ {aka ‘long int’}
4768 | object _37file_include_by_14702 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10494:8: error: redefinition of ‘_37file_public_by_14704’
10494 | object _37file_public_by_14704 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4769:8: note: previous definition of ‘_37file_public_by_14704’ with type ‘object’ {aka ‘long int’}
4769 | object _37file_public_by_14704 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10495:8: error: redefinition of ‘_37preprocessors_14706’
10495 | object _37preprocessors_14706 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4770:8: note: previous definition of ‘_37preprocessors_14706’ with type ‘object’ {aka ‘long int’}
4770 | object _37preprocessors_14706 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10496:8: error: redefinition of ‘_37force_preprocessor_14707’
10496 | object _37force_preprocessor_14707 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4771:8: note: previous definition of ‘_37force_preprocessor_14707’ with type ‘object’ {aka ‘long int’}
4771 | object _37force_preprocessor_14707 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10497:8: error: redefinition of ‘_37LocalizeQual_14708’
10497 | object _37LocalizeQual_14708 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4772:8: note: previous definition of ‘_37LocalizeQual_14708’ with type ‘object’ {aka ‘long int’}
4772 | object _37LocalizeQual_14708 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10498:8: error: redefinition of ‘_37LocalDB_14709’
10498 | object _37LocalDB_14709 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4773:8: note: previous definition of ‘_37LocalDB_14709’ with type ‘object’ {aka ‘long int’}
4773 | object _37LocalDB_14709 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10499:8: error: redefinition of ‘_37AnyTimeProfile_14711’
10499 | object _37AnyTimeProfile_14711 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4774:8: note: previous definition of ‘_37AnyTimeProfile_14711’ with type ‘object’ {aka ‘long int’}
4774 | object _37AnyTimeProfile_14711 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10500:8: error: redefinition of ‘_37AnyStatementProfile_14712’
10500 | object _37AnyStatementProfile_14712 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4775:8: note: previous definition of ‘_37AnyStatementProfile_14712’ with type ‘object’ {aka ‘long int’}
4775 | object _37AnyStatementProfile_14712 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10501:8: error: redefinition of ‘_37all_source_14713’
10501 | object _37all_source_14713 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4776:8: note: previous definition of ‘_37all_source_14713’ with type ‘object’ {aka ‘long int’}
4776 | object _37all_source_14713 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10502:8: error: redefinition of ‘_37usage_shown_14714’
10502 | object _37usage_shown_14714 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4777:8: note: previous definition of ‘_37usage_shown_14714’ with type ‘object’ {aka ‘long int’}
4777 | object _37usage_shown_14714 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10503:8: error: redefinition of ‘_37eudir_14715’
10503 | object _37eudir_14715 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4778:8: note: previous definition of ‘_37eudir_14715’ with type ‘object’ {aka ‘long int’}
4778 | object _37eudir_14715 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10504:8: error: redefinition of ‘_37cmdline_eudir_14716’
10504 | object _37cmdline_eudir_14716 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4779:8: note: previous definition of ‘_37cmdline_eudir_14716’ with type ‘object’ {aka ‘long int’}
4779 | object _37cmdline_eudir_14716 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10505:8: error: redefinition of ‘_38LESS_14798’
10505 | object _38LESS_14798 = 1;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4780:8: note: previous definition of ‘_38LESS_14798’ with type ‘object’ {aka ‘long int’}
4780 | object _38LESS_14798 = 1;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10506:8: error: redefinition of ‘_38GREATEREQ_14799’
10506 | object _38GREATEREQ_14799 = 2;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4781:8: note: previous definition of ‘_38GREATEREQ_14799’ with type ‘object’ {aka ‘long int’}
4781 | object _38GREATEREQ_14799 = 2;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10507:8: error: redefinition of ‘_38EQUALS_14800’
10507 | object _38EQUALS_14800 = 3;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4782:8: note: previous definition of ‘_38EQUALS_14800’ with type ‘object’ {aka ‘long int’}
4782 | object _38EQUALS_14800 = 3;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10508:8: error: redefinition of ‘_38NOTEQ_14801’
10508 | object _38NOTEQ_14801 = 4;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4783:8: note: previous definition of ‘_38NOTEQ_14801’ with type ‘object’ {aka ‘long int’}
4783 | object _38NOTEQ_14801 = 4;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10509:8: error: redefinition of ‘_38LESSEQ_14802’
10509 | object _38LESSEQ_14802 = 5;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4784:8: note: previous definition of ‘_38LESSEQ_14802’ with type ‘object’ {aka ‘long int’}
4784 | object _38LESSEQ_14802 = 5;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10510:8: error: redefinition of ‘_38GREATER_14803’
10510 | object _38GREATER_14803 = 6;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4785:8: note: previous definition of ‘_38GREATER_14803’ with type ‘object’ {aka ‘long int’}
4785 | object _38GREATER_14803 = 6;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10511:8: error: redefinition of ‘_38NOT_14804’
10511 | object _38NOT_14804 = 7;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4786:8: note: previous definition of ‘_38NOT_14804’ with type ‘object’ {aka ‘long int’}
4786 | object _38NOT_14804 = 7;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10512:8: error: redefinition of ‘_38AND_14805’
10512 | object _38AND_14805 = 8;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4787:8: note: previous definition of ‘_38AND_14805’ with type ‘object’ {aka ‘long int’}
4787 | object _38AND_14805 = 8;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10513:8: error: redefinition of ‘_38OR_14806’
10513 | object _38OR_14806 = 9;
| ^~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4788:8: note: previous definition of ‘_38OR_14806’ with type ‘object’ {aka ‘long int’}
4788 | object _38OR_14806 = 9;
| ^~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10514:8: error: redefinition of ‘_38MINUS_14807’
10514 | object _38MINUS_14807 = 10;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4789:8: note: previous definition of ‘_38MINUS_14807’ with type ‘object’ {aka ‘long int’}
4789 | object _38MINUS_14807 = 10;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10515:8: error: redefinition of ‘_38PLUS_14808’
10515 | object _38PLUS_14808 = 11;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4790:8: note: previous definition of ‘_38PLUS_14808’ with type ‘object’ {aka ‘long int’}
4790 | object _38PLUS_14808 = 11;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10516:8: error: redefinition of ‘_38UMINUS_14809’
10516 | object _38UMINUS_14809 = 12;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4791:8: note: previous definition of ‘_38UMINUS_14809’ with type ‘object’ {aka ‘long int’}
4791 | object _38UMINUS_14809 = 12;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10517:8: error: redefinition of ‘_38MULTIPLY_14810’
10517 | object _38MULTIPLY_14810 = 13;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4792:8: note: previous definition of ‘_38MULTIPLY_14810’ with type ‘object’ {aka ‘long int’}
4792 | object _38MULTIPLY_14810 = 13;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10518:8: error: redefinition of ‘_38DIVIDE_14811’
10518 | object _38DIVIDE_14811 = 14;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4793:8: note: previous definition of ‘_38DIVIDE_14811’ with type ‘object’ {aka ‘long int’}
4793 | object _38DIVIDE_14811 = 14;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10519:8: error: redefinition of ‘_38CONCAT_14812’
10519 | object _38CONCAT_14812 = 15;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4794:8: note: previous definition of ‘_38CONCAT_14812’ with type ‘object’ {aka ‘long int’}
4794 | object _38CONCAT_14812 = 15;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10520:8: error: redefinition of ‘_38ASSIGN_SUBS_14813’
10520 | object _38ASSIGN_SUBS_14813 = 16;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4795:8: note: previous definition of ‘_38ASSIGN_SUBS_14813’ with type ‘object’ {aka ‘long int’}
4795 | object _38ASSIGN_SUBS_14813 = 16;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10521:8: error: redefinition of ‘_38GETS_14814’
10521 | object _38GETS_14814 = 17;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4796:8: note: previous definition of ‘_38GETS_14814’ with type ‘object’ {aka ‘long int’}
4796 | object _38GETS_14814 = 17;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10522:8: error: redefinition of ‘_38ASSIGN_14815’
10522 | object _38ASSIGN_14815 = 18;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4797:8: note: previous definition of ‘_38ASSIGN_14815’ with type ‘object’ {aka ‘long int’}
4797 | object _38ASSIGN_14815 = 18;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10523:8: error: redefinition of ‘_38PRINT_14816’
10523 | object _38PRINT_14816 = 19;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4798:8: note: previous definition of ‘_38PRINT_14816’ with type ‘object’ {aka ‘long int’}
4798 | object _38PRINT_14816 = 19;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10524:8: error: redefinition of ‘_38IF_14817’
10524 | object _38IF_14817 = 20;
| ^~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4799:8: note: previous definition of ‘_38IF_14817’ with type ‘object’ {aka ‘long int’}
4799 | object _38IF_14817 = 20;
| ^~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10525:8: error: redefinition of ‘_38FOR_14818’
10525 | object _38FOR_14818 = 21;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4800:8: note: previous definition of ‘_38FOR_14818’ with type ‘object’ {aka ‘long int’}
4800 | object _38FOR_14818 = 21;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10526:8: error: redefinition of ‘_38ENDWHILE_14819’
10526 | object _38ENDWHILE_14819 = 22;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4801:8: note: previous definition of ‘_38ENDWHILE_14819’ with type ‘object’ {aka ‘long int’}
4801 | object _38ENDWHILE_14819 = 22;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10527:8: error: redefinition of ‘_38ELSE_14820’
10527 | object _38ELSE_14820 = 23;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4802:8: note: previous definition of ‘_38ELSE_14820’ with type ‘object’ {aka ‘long int’}
4802 | object _38ELSE_14820 = 23;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10528:8: error: redefinition of ‘_38OR_BITS_14821’
10528 | object _38OR_BITS_14821 = 24;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4803:8: note: previous definition of ‘_38OR_BITS_14821’ with type ‘object’ {aka ‘long int’}
4803 | object _38OR_BITS_14821 = 24;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10529:8: error: redefinition of ‘_38RHS_SUBS_14822’
10529 | object _38RHS_SUBS_14822 = 25;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4804:8: note: previous definition of ‘_38RHS_SUBS_14822’ with type ‘object’ {aka ‘long int’}
4804 | object _38RHS_SUBS_14822 = 25;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10530:8: error: redefinition of ‘_38XOR_BITS_14823’
10530 | object _38XOR_BITS_14823 = 26;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4805:8: note: previous definition of ‘_38XOR_BITS_14823’ with type ‘object’ {aka ‘long int’}
4805 | object _38XOR_BITS_14823 = 26;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10531:8: error: redefinition of ‘_38PROC_14824’
10531 | object _38PROC_14824 = 27;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4806:8: note: previous definition of ‘_38PROC_14824’ with type ‘object’ {aka ‘long int’}
4806 | object _38PROC_14824 = 27;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10532:8: error: redefinition of ‘_38RETURNF_14825’
10532 | object _38RETURNF_14825 = 28;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4807:8: note: previous definition of ‘_38RETURNF_14825’ with type ‘object’ {aka ‘long int’}
4807 | object _38RETURNF_14825 = 28;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10533:8: error: redefinition of ‘_38RETURNP_14826’
10533 | object _38RETURNP_14826 = 29;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4808:8: note: previous definition of ‘_38RETURNP_14826’ with type ‘object’ {aka ‘long int’}
4808 | object _38RETURNP_14826 = 29;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10534:8: error: redefinition of ‘_38PRIVATE_INIT_CHECK_14827’
10534 | object _38PRIVATE_INIT_CHECK_14827 = 30;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4809:8: note: previous definition of ‘_38PRIVATE_INIT_CHECK_14827’ with type ‘object’ {aka ‘long int’}
4809 | object _38PRIVATE_INIT_CHECK_14827 = 30;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10535:8: error: redefinition of ‘_38RIGHT_BRACE_N_14828’
10535 | object _38RIGHT_BRACE_N_14828 = 31;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4810:8: note: previous definition of ‘_38RIGHT_BRACE_N_14828’ with type ‘object’ {aka ‘long int’}
4810 | object _38RIGHT_BRACE_N_14828 = 31;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10536:8: error: redefinition of ‘_38REPEAT_14829’
10536 | object _38REPEAT_14829 = 32;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4811:8: note: previous definition of ‘_38REPEAT_14829’ with type ‘object’ {aka ‘long int’}
4811 | object _38REPEAT_14829 = 32;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10537:8: error: redefinition of ‘_38GETC_14830’
10537 | object _38GETC_14830 = 33;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4812:8: note: previous definition of ‘_38GETC_14830’ with type ‘object’ {aka ‘long int’}
4812 | object _38GETC_14830 = 33;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10538:8: error: redefinition of ‘_38RETURNT_14831’
10538 | object _38RETURNT_14831 = 34;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4813:8: note: previous definition of ‘_38RETURNT_14831’ with type ‘object’ {aka ‘long int’}
4813 | object _38RETURNT_14831 = 34;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10539:8: error: redefinition of ‘_38APPEND_14832’
10539 | object _38APPEND_14832 = 35;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4814:8: note: previous definition of ‘_38APPEND_14832’ with type ‘object’ {aka ‘long int’}
4814 | object _38APPEND_14832 = 35;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10540:8: error: redefinition of ‘_38QPRINT_14833’
10540 | object _38QPRINT_14833 = 36;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4815:8: note: previous definition of ‘_38QPRINT_14833’ with type ‘object’ {aka ‘long int’}
4815 | object _38QPRINT_14833 = 36;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10541:8: error: redefinition of ‘_38OPEN_14834’
10541 | object _38OPEN_14834 = 37;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4816:8: note: previous definition of ‘_38OPEN_14834’ with type ‘object’ {aka ‘long int’}
4816 | object _38OPEN_14834 = 37;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10542:8: error: redefinition of ‘_38PRINTF_14835’
10542 | object _38PRINTF_14835 = 38;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4817:8: note: previous definition of ‘_38PRINTF_14835’ with type ‘object’ {aka ‘long int’}
4817 | object _38PRINTF_14835 = 38;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10543:8: error: redefinition of ‘_38ENDFOR_GENERAL_14836’
10543 | object _38ENDFOR_GENERAL_14836 = 39;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4818:8: note: previous definition of ‘_38ENDFOR_GENERAL_14836’ with type ‘object’ {aka ‘long int’}
4818 | object _38ENDFOR_GENERAL_14836 = 39;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10544:8: error: redefinition of ‘_38IS_AN_OBJECT_14837’
10544 | object _38IS_AN_OBJECT_14837 = 40;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4819:8: note: previous definition of ‘_38IS_AN_OBJECT_14837’ with type ‘object’ {aka ‘long int’}
4819 | object _38IS_AN_OBJECT_14837 = 40;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10545:8: error: redefinition of ‘_38SQRT_14838’
10545 | object _38SQRT_14838 = 41;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4820:8: note: previous definition of ‘_38SQRT_14838’ with type ‘object’ {aka ‘long int’}
4820 | object _38SQRT_14838 = 41;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10546:8: error: redefinition of ‘_38LENGTH_14839’
10546 | object _38LENGTH_14839 = 42;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4821:8: note: previous definition of ‘_38LENGTH_14839’ with type ‘object’ {aka ‘long int’}
4821 | object _38LENGTH_14839 = 42;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10547:8: error: redefinition of ‘_38BADRETURNF_14840’
10547 | object _38BADRETURNF_14840 = 43;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4822:8: note: previous definition of ‘_38BADRETURNF_14840’ with type ‘object’ {aka ‘long int’}
4822 | object _38BADRETURNF_14840 = 43;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10548:8: error: redefinition of ‘_38PUTS_14841’
10548 | object _38PUTS_14841 = 44;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4823:8: note: previous definition of ‘_38PUTS_14841’ with type ‘object’ {aka ‘long int’}
4823 | object _38PUTS_14841 = 44;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10549:8: error: redefinition of ‘_38ASSIGN_SLICE_14842’
10549 | object _38ASSIGN_SLICE_14842 = 45;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4824:8: note: previous definition of ‘_38ASSIGN_SLICE_14842’ with type ‘object’ {aka ‘long int’}
4824 | object _38ASSIGN_SLICE_14842 = 45;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10550:8: error: redefinition of ‘_38RHS_SLICE_14843’
10550 | object _38RHS_SLICE_14843 = 46;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4825:8: note: previous definition of ‘_38RHS_SLICE_14843’ with type ‘object’ {aka ‘long int’}
4825 | object _38RHS_SLICE_14843 = 46;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10551:8: error: redefinition of ‘_38WHILE_14844’
10551 | object _38WHILE_14844 = 47;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4826:8: note: previous definition of ‘_38WHILE_14844’ with type ‘object’ {aka ‘long int’}
4826 | object _38WHILE_14844 = 47;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10552:8: error: redefinition of ‘_38ENDFOR_INT_UP_14845’
10552 | object _38ENDFOR_INT_UP_14845 = 48;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4827:8: note: previous definition of ‘_38ENDFOR_INT_UP_14845’ with type ‘object’ {aka ‘long int’}
4827 | object _38ENDFOR_INT_UP_14845 = 48;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10553:8: error: redefinition of ‘_38ENDFOR_UP_14846’
10553 | object _38ENDFOR_UP_14846 = 49;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4828:8: note: previous definition of ‘_38ENDFOR_UP_14846’ with type ‘object’ {aka ‘long int’}
4828 | object _38ENDFOR_UP_14846 = 49;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10554:8: error: redefinition of ‘_38ENDFOR_DOWN_14847’
10554 | object _38ENDFOR_DOWN_14847 = 50;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4829:8: note: previous definition of ‘_38ENDFOR_DOWN_14847’ with type ‘object’ {aka ‘long int’}
4829 | object _38ENDFOR_DOWN_14847 = 50;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10555:8: error: redefinition of ‘_38NOT_BITS_14848’
10555 | object _38NOT_BITS_14848 = 51;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4830:8: note: previous definition of ‘_38NOT_BITS_14848’ with type ‘object’ {aka ‘long int’}
4830 | object _38NOT_BITS_14848 = 51;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10556:8: error: redefinition of ‘_38ENDFOR_INT_DOWN_14849’
10556 | object _38ENDFOR_INT_DOWN_14849 = 52;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4831:8: note: previous definition of ‘_38ENDFOR_INT_DOWN_14849’ with type ‘object’ {aka ‘long int’}
4831 | object _38ENDFOR_INT_DOWN_14849 = 52;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10557:8: error: redefinition of ‘_38SPRINTF_14850’
10557 | object _38SPRINTF_14850 = 53;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4832:8: note: previous definition of ‘_38SPRINTF_14850’ with type ‘object’ {aka ‘long int’}
4832 | object _38SPRINTF_14850 = 53;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10558:8: error: redefinition of ‘_38ENDFOR_INT_UP1_14851’
10558 | object _38ENDFOR_INT_UP1_14851 = 54;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4833:8: note: previous definition of ‘_38ENDFOR_INT_UP1_14851’ with type ‘object’ {aka ‘long int’}
4833 | object _38ENDFOR_INT_UP1_14851 = 54;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10559:8: error: redefinition of ‘_38ENDFOR_INT_DOWN1_14852’
10559 | object _38ENDFOR_INT_DOWN1_14852 = 55;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4834:8: note: previous definition of ‘_38ENDFOR_INT_DOWN1_14852’ with type ‘object’ {aka ‘long int’}
4834 | object _38ENDFOR_INT_DOWN1_14852 = 55;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10560:8: error: redefinition of ‘_38AND_BITS_14853’
10560 | object _38AND_BITS_14853 = 56;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4835:8: note: previous definition of ‘_38AND_BITS_14853’ with type ‘object’ {aka ‘long int’}
4835 | object _38AND_BITS_14853 = 56;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10561:8: error: redefinition of ‘_38PREPEND_14854’
10561 | object _38PREPEND_14854 = 57;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4836:8: note: previous definition of ‘_38PREPEND_14854’ with type ‘object’ {aka ‘long int’}
4836 | object _38PREPEND_14854 = 57;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10562:8: error: redefinition of ‘_38STARTLINE_14855’
10562 | object _38STARTLINE_14855 = 58;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4837:8: note: previous definition of ‘_38STARTLINE_14855’ with type ‘object’ {aka ‘long int’}
4837 | object _38STARTLINE_14855 = 58;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10563:8: error: redefinition of ‘_38CLEAR_SCREEN_14856’
10563 | object _38CLEAR_SCREEN_14856 = 59;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4838:8: note: previous definition of ‘_38CLEAR_SCREEN_14856’ with type ‘object’ {aka ‘long int’}
4838 | object _38CLEAR_SCREEN_14856 = 59;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10564:8: error: redefinition of ‘_38POSITION_14857’
10564 | object _38POSITION_14857 = 60;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4839:8: note: previous definition of ‘_38POSITION_14857’ with type ‘object’ {aka ‘long int’}
4839 | object _38POSITION_14857 = 60;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10565:8: error: redefinition of ‘_38EXIT_14858’
10565 | object _38EXIT_14858 = 61;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4840:8: note: previous definition of ‘_38EXIT_14858’ with type ‘object’ {aka ‘long int’}
4840 | object _38EXIT_14858 = 61;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10566:8: error: redefinition of ‘_38RAND_14859’
10566 | object _38RAND_14859 = 62;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4841:8: note: previous definition of ‘_38RAND_14859’ with type ‘object’ {aka ‘long int’}
4841 | object _38RAND_14859 = 62;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10567:8: error: redefinition of ‘_38FLOOR_DIV_14860’
10567 | object _38FLOOR_DIV_14860 = 63;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4842:8: note: previous definition of ‘_38FLOOR_DIV_14860’ with type ‘object’ {aka ‘long int’}
4842 | object _38FLOOR_DIV_14860 = 63;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10568:8: error: redefinition of ‘_38TRACE_14861’
10568 | object _38TRACE_14861 = 64;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4843:8: note: previous definition of ‘_38TRACE_14861’ with type ‘object’ {aka ‘long int’}
4843 | object _38TRACE_14861 = 64;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10569:8: error: redefinition of ‘_38TYPE_CHECK_14862’
10569 | object _38TYPE_CHECK_14862 = 65;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4844:8: note: previous definition of ‘_38TYPE_CHECK_14862’ with type ‘object’ {aka ‘long int’}
4844 | object _38TYPE_CHECK_14862 = 65;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10570:8: error: redefinition of ‘_38FLOOR_DIV2_14863’
10570 | object _38FLOOR_DIV2_14863 = 66;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4845:8: note: previous definition of ‘_38FLOOR_DIV2_14863’ with type ‘object’ {aka ‘long int’}
4845 | object _38FLOOR_DIV2_14863 = 66;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10571:8: error: redefinition of ‘_38IS_AN_ATOM_14864’
10571 | object _38IS_AN_ATOM_14864 = 67;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4846:8: note: previous definition of ‘_38IS_AN_ATOM_14864’ with type ‘object’ {aka ‘long int’}
4846 | object _38IS_AN_ATOM_14864 = 67;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10572:8: error: redefinition of ‘_38IS_A_SEQUENCE_14865’
10572 | object _38IS_A_SEQUENCE_14865 = 68;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4847:8: note: previous definition of ‘_38IS_A_SEQUENCE_14865’ with type ‘object’ {aka ‘long int’}
4847 | object _38IS_A_SEQUENCE_14865 = 68;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10573:8: error: redefinition of ‘_38DATE_14866’
10573 | object _38DATE_14866 = 69;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4848:8: note: previous definition of ‘_38DATE_14866’ with type ‘object’ {aka ‘long int’}
4848 | object _38DATE_14866 = 69;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10574:8: error: redefinition of ‘_38TIME_14867’
10574 | object _38TIME_14867 = 70;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4849:8: note: previous definition of ‘_38TIME_14867’ with type ‘object’ {aka ‘long int’}
4849 | object _38TIME_14867 = 70;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10575:8: error: redefinition of ‘_38REMAINDER_14868’
10575 | object _38REMAINDER_14868 = 71;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4850:8: note: previous definition of ‘_38REMAINDER_14868’ with type ‘object’ {aka ‘long int’}
4850 | object _38REMAINDER_14868 = 71;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10576:8: error: redefinition of ‘_38POWER_14870’
10576 | object _38POWER_14870 = 72;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4851:8: note: previous definition of ‘_38POWER_14870’ with type ‘object’ {aka ‘long int’}
4851 | object _38POWER_14870 = 72;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10577:8: error: redefinition of ‘_38ARCTAN_14871’
10577 | object _38ARCTAN_14871 = 73;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4852:8: note: previous definition of ‘_38ARCTAN_14871’ with type ‘object’ {aka ‘long int’}
4852 | object _38ARCTAN_14871 = 73;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10578:8: error: redefinition of ‘_38LOG_14872’
10578 | object _38LOG_14872 = 74;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4853:8: note: previous definition of ‘_38LOG_14872’ with type ‘object’ {aka ‘long int’}
4853 | object _38LOG_14872 = 74;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10579:8: error: redefinition of ‘_38SPACE_USED_14873’
10579 | object _38SPACE_USED_14873 = 75;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4854:8: note: previous definition of ‘_38SPACE_USED_14873’ with type ‘object’ {aka ‘long int’}
4854 | object _38SPACE_USED_14873 = 75;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10580:8: error: redefinition of ‘_38COMPARE_14874’
10580 | object _38COMPARE_14874 = 76;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4855:8: note: previous definition of ‘_38COMPARE_14874’ with type ‘object’ {aka ‘long int’}
4855 | object _38COMPARE_14874 = 76;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10581:8: error: redefinition of ‘_38FIND_14875’
10581 | object _38FIND_14875 = 77;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4856:8: note: previous definition of ‘_38FIND_14875’ with type ‘object’ {aka ‘long int’}
4856 | object _38FIND_14875 = 77;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10582:8: error: redefinition of ‘_38MATCH_14876’
10582 | object _38MATCH_14876 = 78;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4857:8: note: previous definition of ‘_38MATCH_14876’ with type ‘object’ {aka ‘long int’}
4857 | object _38MATCH_14876 = 78;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10583:8: error: redefinition of ‘_38GET_KEY_14877’
10583 | object _38GET_KEY_14877 = 79;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4858:8: note: previous definition of ‘_38GET_KEY_14877’ with type ‘object’ {aka ‘long int’}
4858 | object _38GET_KEY_14877 = 79;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10584:8: error: redefinition of ‘_38SIN_14879’
10584 | object _38SIN_14879 = 80;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4859:8: note: previous definition of ‘_38SIN_14879’ with type ‘object’ {aka ‘long int’}
4859 | object _38SIN_14879 = 80;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10585:8: error: redefinition of ‘_38COS_14880’
10585 | object _38COS_14880 = 81;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4860:8: note: previous definition of ‘_38COS_14880’ with type ‘object’ {aka ‘long int’}
4860 | object _38COS_14880 = 81;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10586:8: error: redefinition of ‘_38TAN_14882’
10586 | object _38TAN_14882 = 82;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4861:8: note: previous definition of ‘_38TAN_14882’ with type ‘object’ {aka ‘long int’}
4861 | object _38TAN_14882 = 82;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10587:8: error: redefinition of ‘_38FLOOR_14884’
10587 | object _38FLOOR_14884 = 83;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4862:8: note: previous definition of ‘_38FLOOR_14884’ with type ‘object’ {aka ‘long int’}
4862 | object _38FLOOR_14884 = 83;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10588:8: error: redefinition of ‘_38ASSIGN_SUBS_CHECK_14885’
10588 | object _38ASSIGN_SUBS_CHECK_14885 = 84;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4863:8: note: previous definition of ‘_38ASSIGN_SUBS_CHECK_14885’ with type ‘object’ {aka ‘long int’}
4863 | object _38ASSIGN_SUBS_CHECK_14885 = 84;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10589:8: error: redefinition of ‘_38RIGHT_BRACE_2_14886’
10589 | object _38RIGHT_BRACE_2_14886 = 85;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4864:8: note: previous definition of ‘_38RIGHT_BRACE_2_14886’ with type ‘object’ {aka ‘long int’}
4864 | object _38RIGHT_BRACE_2_14886 = 85;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10590:8: error: redefinition of ‘_38CLOSE_14888’
10590 | object _38CLOSE_14888 = 86;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4865:8: note: previous definition of ‘_38CLOSE_14888’ with type ‘object’ {aka ‘long int’}
4865 | object _38CLOSE_14888 = 86;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10591:8: error: redefinition of ‘_38DISPLAY_VAR_14889’
10591 | object _38DISPLAY_VAR_14889 = 87;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4866:8: note: previous definition of ‘_38DISPLAY_VAR_14889’ with type ‘object’ {aka ‘long int’}
4866 | object _38DISPLAY_VAR_14889 = 87;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10592:8: error: redefinition of ‘_38ERASE_PRIVATE_NAMES_14891’
10592 | object _38ERASE_PRIVATE_NAMES_14891 = 88;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4867:8: note: previous definition of ‘_38ERASE_PRIVATE_NAMES_14891’ with type ‘object’ {aka ‘long int’}
4867 | object _38ERASE_PRIVATE_NAMES_14891 = 88;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10593:8: error: redefinition of ‘_38UPDATE_GLOBALS_14892’
10593 | object _38UPDATE_GLOBALS_14892 = 89;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4868:8: note: previous definition of ‘_38UPDATE_GLOBALS_14892’ with type ‘object’ {aka ‘long int’}
4868 | object _38UPDATE_GLOBALS_14892 = 89;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10594:8: error: redefinition of ‘_38ERASE_SYMBOL_14893’
10594 | object _38ERASE_SYMBOL_14893 = 90;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4869:8: note: previous definition of ‘_38ERASE_SYMBOL_14893’ with type ‘object’ {aka ‘long int’}
4869 | object _38ERASE_SYMBOL_14893 = 90;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10595:8: error: redefinition of ‘_38GETENV_14894’
10595 | object _38GETENV_14894 = 91;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4870:8: note: previous definition of ‘_38GETENV_14894’ with type ‘object’ {aka ‘long int’}
4870 | object _38GETENV_14894 = 91;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10596:8: error: redefinition of ‘_38RHS_SUBS_CHECK_14895’
10596 | object _38RHS_SUBS_CHECK_14895 = 92;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4871:8: note: previous definition of ‘_38RHS_SUBS_CHECK_14895’ with type ‘object’ {aka ‘long int’}
4871 | object _38RHS_SUBS_CHECK_14895 = 92;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10597:8: error: redefinition of ‘_38PLUS1_14896’
10597 | object _38PLUS1_14896 = 93;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4872:8: note: previous definition of ‘_38PLUS1_14896’ with type ‘object’ {aka ‘long int’}
4872 | object _38PLUS1_14896 = 93;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10598:8: error: redefinition of ‘_38IS_AN_INTEGER_14897’
10598 | object _38IS_AN_INTEGER_14897 = 94;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4873:8: note: previous definition of ‘_38IS_AN_INTEGER_14897’ with type ‘object’ {aka ‘long int’}
4873 | object _38IS_AN_INTEGER_14897 = 94;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10599:8: error: redefinition of ‘_38LHS_SUBS_14899’
10599 | object _38LHS_SUBS_14899 = 95;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4874:8: note: previous definition of ‘_38LHS_SUBS_14899’ with type ‘object’ {aka ‘long int’}
4874 | object _38LHS_SUBS_14899 = 95;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10600:8: error: redefinition of ‘_38INTEGER_CHECK_14900’
10600 | object _38INTEGER_CHECK_14900 = 96;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4875:8: note: previous definition of ‘_38INTEGER_CHECK_14900’ with type ‘object’ {aka ‘long int’}
4875 | object _38INTEGER_CHECK_14900 = 96;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10601:8: error: redefinition of ‘_38SEQUENCE_CHECK_14901’
10601 | object _38SEQUENCE_CHECK_14901 = 97;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4876:8: note: previous definition of ‘_38SEQUENCE_CHECK_14901’ with type ‘object’ {aka ‘long int’}
4876 | object _38SEQUENCE_CHECK_14901 = 97;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10602:8: error: redefinition of ‘_38DIV2_14902’
10602 | object _38DIV2_14902 = 98;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4877:8: note: previous definition of ‘_38DIV2_14902’ with type ‘object’ {aka ‘long int’}
4877 | object _38DIV2_14902 = 98;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10603:8: error: redefinition of ‘_38SYSTEM_14903’
10603 | object _38SYSTEM_14903 = 99;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4878:8: note: previous definition of ‘_38SYSTEM_14903’ with type ‘object’ {aka ‘long int’}
4878 | object _38SYSTEM_14903 = 99;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10604:8: error: redefinition of ‘_38COMMAND_LINE_14904’
10604 | object _38COMMAND_LINE_14904 = 100;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4879:8: note: previous definition of ‘_38COMMAND_LINE_14904’ with type ‘object’ {aka ‘long int’}
4879 | object _38COMMAND_LINE_14904 = 100;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10605:8: error: redefinition of ‘_38ATOM_CHECK_14905’
10605 | object _38ATOM_CHECK_14905 = 101;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4880:8: note: previous definition of ‘_38ATOM_CHECK_14905’ with type ‘object’ {aka ‘long int’}
4880 | object _38ATOM_CHECK_14905 = 101;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10606:8: error: redefinition of ‘_38LESS_IFW_14906’
10606 | object _38LESS_IFW_14906 = 102;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4881:8: note: previous definition of ‘_38LESS_IFW_14906’ with type ‘object’ {aka ‘long int’}
4881 | object _38LESS_IFW_14906 = 102;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10607:8: error: redefinition of ‘_38GREATEREQ_IFW_14907’
10607 | object _38GREATEREQ_IFW_14907 = 103;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4882:8: note: previous definition of ‘_38GREATEREQ_IFW_14907’ with type ‘object’ {aka ‘long int’}
4882 | object _38GREATEREQ_IFW_14907 = 103;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10608:8: error: redefinition of ‘_38EQUALS_IFW_14908’
10608 | object _38EQUALS_IFW_14908 = 104;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4883:8: note: previous definition of ‘_38EQUALS_IFW_14908’ with type ‘object’ {aka ‘long int’}
4883 | object _38EQUALS_IFW_14908 = 104;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10609:8: error: redefinition of ‘_38NOTEQ_IFW_14909’
10609 | object _38NOTEQ_IFW_14909 = 105;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4884:8: note: previous definition of ‘_38NOTEQ_IFW_14909’ with type ‘object’ {aka ‘long int’}
4884 | object _38NOTEQ_IFW_14909 = 105;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10610:8: error: redefinition of ‘_38LESSEQ_IFW_14910’
10610 | object _38LESSEQ_IFW_14910 = 106;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4885:8: note: previous definition of ‘_38LESSEQ_IFW_14910’ with type ‘object’ {aka ‘long int’}
4885 | object _38LESSEQ_IFW_14910 = 106;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10611:8: error: redefinition of ‘_38GREATER_IFW_14911’
10611 | object _38GREATER_IFW_14911 = 107;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4886:8: note: previous definition of ‘_38GREATER_IFW_14911’ with type ‘object’ {aka ‘long int’}
4886 | object _38GREATER_IFW_14911 = 107;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10612:8: error: redefinition of ‘_38NOT_IFW_14912’
10612 | object _38NOT_IFW_14912 = 108;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4887:8: note: previous definition of ‘_38NOT_IFW_14912’ with type ‘object’ {aka ‘long int’}
4887 | object _38NOT_IFW_14912 = 108;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10613:8: error: redefinition of ‘_38GLOBAL_INIT_CHECK_14913’
10613 | object _38GLOBAL_INIT_CHECK_14913 = 109;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4888:8: note: previous definition of ‘_38GLOBAL_INIT_CHECK_14913’ with type ‘object’ {aka ‘long int’}
4888 | object _38GLOBAL_INIT_CHECK_14913 = 109;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10614:8: error: redefinition of ‘_38NOP2_14914’
10614 | object _38NOP2_14914 = 110;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4889:8: note: previous definition of ‘_38NOP2_14914’ with type ‘object’ {aka ‘long int’}
4889 | object _38NOP2_14914 = 110;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10615:8: error: redefinition of ‘_38MACHINE_FUNC_14915’
10615 | object _38MACHINE_FUNC_14915 = 111;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4890:8: note: previous definition of ‘_38MACHINE_FUNC_14915’ with type ‘object’ {aka ‘long int’}
4890 | object _38MACHINE_FUNC_14915 = 111;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10616:8: error: redefinition of ‘_38MACHINE_PROC_14916’
10616 | object _38MACHINE_PROC_14916 = 112;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4891:8: note: previous definition of ‘_38MACHINE_PROC_14916’ with type ‘object’ {aka ‘long int’}
4891 | object _38MACHINE_PROC_14916 = 112;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10617:8: error: redefinition of ‘_38ASSIGN_I_14917’
10617 | object _38ASSIGN_I_14917 = 113;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4892:8: note: previous definition of ‘_38ASSIGN_I_14917’ with type ‘object’ {aka ‘long int’}
4892 | object _38ASSIGN_I_14917 = 113;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10618:8: error: redefinition of ‘_38RHS_SUBS_I_14918’
10618 | object _38RHS_SUBS_I_14918 = 114;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4893:8: note: previous definition of ‘_38RHS_SUBS_I_14918’ with type ‘object’ {aka ‘long int’}
4893 | object _38RHS_SUBS_I_14918 = 114;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10619:8: error: redefinition of ‘_38PLUS_I_14919’
10619 | object _38PLUS_I_14919 = 115;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4894:8: note: previous definition of ‘_38PLUS_I_14919’ with type ‘object’ {aka ‘long int’}
4894 | object _38PLUS_I_14919 = 115;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10620:8: error: redefinition of ‘_38MINUS_I_14920’
10620 | object _38MINUS_I_14920 = 116;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4895:8: note: previous definition of ‘_38MINUS_I_14920’ with type ‘object’ {aka ‘long int’}
4895 | object _38MINUS_I_14920 = 116;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10621:8: error: redefinition of ‘_38PLUS1_I_14921’
10621 | object _38PLUS1_I_14921 = 117;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4896:8: note: previous definition of ‘_38PLUS1_I_14921’ with type ‘object’ {aka ‘long int’}
4896 | object _38PLUS1_I_14921 = 117;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10622:8: error: redefinition of ‘_38ASSIGN_SUBS_I_14922’
10622 | object _38ASSIGN_SUBS_I_14922 = 118;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4897:8: note: previous definition of ‘_38ASSIGN_SUBS_I_14922’ with type ‘object’ {aka ‘long int’}
4897 | object _38ASSIGN_SUBS_I_14922 = 118;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10623:8: error: redefinition of ‘_38LESS_IFW_I_14923’
10623 | object _38LESS_IFW_I_14923 = 119;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4898:8: note: previous definition of ‘_38LESS_IFW_I_14923’ with type ‘object’ {aka ‘long int’}
4898 | object _38LESS_IFW_I_14923 = 119;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10624:8: error: redefinition of ‘_38GREATEREQ_IFW_I_14924’
10624 | object _38GREATEREQ_IFW_I_14924 = 120;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4899:8: note: previous definition of ‘_38GREATEREQ_IFW_I_14924’ with type ‘object’ {aka ‘long int’}
4899 | object _38GREATEREQ_IFW_I_14924 = 120;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10625:8: error: redefinition of ‘_38EQUALS_IFW_I_14925’
10625 | object _38EQUALS_IFW_I_14925 = 121;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4900:8: note: previous definition of ‘_38EQUALS_IFW_I_14925’ with type ‘object’ {aka ‘long int’}
4900 | object _38EQUALS_IFW_I_14925 = 121;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10626:8: error: redefinition of ‘_38NOTEQ_IFW_I_14926’
10626 | object _38NOTEQ_IFW_I_14926 = 122;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4901:8: note: previous definition of ‘_38NOTEQ_IFW_I_14926’ with type ‘object’ {aka ‘long int’}
4901 | object _38NOTEQ_IFW_I_14926 = 122;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10627:8: error: redefinition of ‘_38LESSEQ_IFW_I_14927’
10627 | object _38LESSEQ_IFW_I_14927 = 123;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4902:8: note: previous definition of ‘_38LESSEQ_IFW_I_14927’ with type ‘object’ {aka ‘long int’}
4902 | object _38LESSEQ_IFW_I_14927 = 123;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10628:8: error: redefinition of ‘_38GREATER_IFW_I_14928’
10628 | object _38GREATER_IFW_I_14928 = 124;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4903:8: note: previous definition of ‘_38GREATER_IFW_I_14928’ with type ‘object’ {aka ‘long int’}
4903 | object _38GREATER_IFW_I_14928 = 124;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10629:8: error: redefinition of ‘_38FOR_I_14929’
10629 | object _38FOR_I_14929 = 125;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4904:8: note: previous definition of ‘_38FOR_I_14929’ with type ‘object’ {aka ‘long int’}
4904 | object _38FOR_I_14929 = 125;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10630:8: error: redefinition of ‘_38ABORT_14930’
10630 | object _38ABORT_14930 = 126;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4905:8: note: previous definition of ‘_38ABORT_14930’ with type ‘object’ {aka ‘long int’}
4905 | object _38ABORT_14930 = 126;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10631:8: error: redefinition of ‘_38PEEK_14931’
10631 | object _38PEEK_14931 = 127;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4906:8: note: previous definition of ‘_38PEEK_14931’ with type ‘object’ {aka ‘long int’}
4906 | object _38PEEK_14931 = 127;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10632:8: error: redefinition of ‘_38POKE_14932’
10632 | object _38POKE_14932 = 128;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4907:8: note: previous definition of ‘_38POKE_14932’ with type ‘object’ {aka ‘long int’}
4907 | object _38POKE_14932 = 128;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10633:8: error: redefinition of ‘_38CALL_14933’
10633 | object _38CALL_14933 = 129;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4908:8: note: previous definition of ‘_38CALL_14933’ with type ‘object’ {aka ‘long int’}
4908 | object _38CALL_14933 = 129;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10634:8: error: redefinition of ‘_38MEM_COPY_14934’
10634 | object _38MEM_COPY_14934 = 130;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4909:8: note: previous definition of ‘_38MEM_COPY_14934’ with type ‘object’ {aka ‘long int’}
4909 | object _38MEM_COPY_14934 = 130;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10635:8: error: redefinition of ‘_38MEM_SET_14935’
10635 | object _38MEM_SET_14935 = 131;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4910:8: note: previous definition of ‘_38MEM_SET_14935’ with type ‘object’ {aka ‘long int’}
4910 | object _38MEM_SET_14935 = 131;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10636:8: error: redefinition of ‘_38C_PROC_14936’
10636 | object _38C_PROC_14936 = 132;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4911:8: note: previous definition of ‘_38C_PROC_14936’ with type ‘object’ {aka ‘long int’}
4911 | object _38C_PROC_14936 = 132;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10637:8: error: redefinition of ‘_38C_FUNC_14937’
10637 | object _38C_FUNC_14937 = 133;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4912:8: note: previous definition of ‘_38C_FUNC_14937’ with type ‘object’ {aka ‘long int’}
4912 | object _38C_FUNC_14937 = 133;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10638:8: error: redefinition of ‘_38ROUTINE_ID_14938’
10638 | object _38ROUTINE_ID_14938 = 134;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4913:8: note: previous definition of ‘_38ROUTINE_ID_14938’ with type ‘object’ {aka ‘long int’}
4913 | object _38ROUTINE_ID_14938 = 134;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10639:8: error: redefinition of ‘_38CALL_BACK_RETURN_14939’
10639 | object _38CALL_BACK_RETURN_14939 = 135;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4914:8: note: previous definition of ‘_38CALL_BACK_RETURN_14939’ with type ‘object’ {aka ‘long int’}
4914 | object _38CALL_BACK_RETURN_14939 = 135;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10640:8: error: redefinition of ‘_38CALL_PROC_14940’
10640 | object _38CALL_PROC_14940 = 136;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4915:8: note: previous definition of ‘_38CALL_PROC_14940’ with type ‘object’ {aka ‘long int’}
4915 | object _38CALL_PROC_14940 = 136;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10641:8: error: redefinition of ‘_38CALL_FUNC_14942’
10641 | object _38CALL_FUNC_14942 = 137;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4916:8: note: previous definition of ‘_38CALL_FUNC_14942’ with type ‘object’ {aka ‘long int’}
4916 | object _38CALL_FUNC_14942 = 137;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10642:8: error: redefinition of ‘_38POKE4_14944’
10642 | object _38POKE4_14944 = 138;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4917:8: note: previous definition of ‘_38POKE4_14944’ with type ‘object’ {aka ‘long int’}
4917 | object _38POKE4_14944 = 138;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10643:8: error: redefinition of ‘_38PEEK4S_14946’
10643 | object _38PEEK4S_14946 = 139;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4918:8: note: previous definition of ‘_38PEEK4S_14946’ with type ‘object’ {aka ‘long int’}
4918 | object _38PEEK4S_14946 = 139;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10644:8: error: redefinition of ‘_38PEEK4U_14948’
10644 | object _38PEEK4U_14948 = 140;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4919:8: note: previous definition of ‘_38PEEK4U_14948’ with type ‘object’ {aka ‘long int’}
4919 | object _38PEEK4U_14948 = 140;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10645:8: error: redefinition of ‘_38SC1_AND_14950’
10645 | object _38SC1_AND_14950 = 141;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4920:8: note: previous definition of ‘_38SC1_AND_14950’ with type ‘object’ {aka ‘long int’}
4920 | object _38SC1_AND_14950 = 141;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10646:8: error: redefinition of ‘_38SC2_AND_14952’
10646 | object _38SC2_AND_14952 = 142;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4921:8: note: previous definition of ‘_38SC2_AND_14952’ with type ‘object’ {aka ‘long int’}
4921 | object _38SC2_AND_14952 = 142;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10647:8: error: redefinition of ‘_38SC1_OR_14954’
10647 | object _38SC1_OR_14954 = 143;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4922:8: note: previous definition of ‘_38SC1_OR_14954’ with type ‘object’ {aka ‘long int’}
4922 | object _38SC1_OR_14954 = 143;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10648:8: error: redefinition of ‘_38SC2_OR_14956’
10648 | object _38SC2_OR_14956 = 144;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4923:8: note: previous definition of ‘_38SC2_OR_14956’ with type ‘object’ {aka ‘long int’}
4923 | object _38SC2_OR_14956 = 144;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10649:8: error: redefinition of ‘_38SC2_NULL_14957’
10649 | object _38SC2_NULL_14957 = 145;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4924:8: note: previous definition of ‘_38SC2_NULL_14957’ with type ‘object’ {aka ‘long int’}
4924 | object _38SC2_NULL_14957 = 145;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10650:8: error: redefinition of ‘_38SC1_AND_IF_14958’
10650 | object _38SC1_AND_IF_14958 = 146;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4925:8: note: previous definition of ‘_38SC1_AND_IF_14958’ with type ‘object’ {aka ‘long int’}
4925 | object _38SC1_AND_IF_14958 = 146;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10651:8: error: redefinition of ‘_38SC1_OR_IF_14960’
10651 | object _38SC1_OR_IF_14960 = 147;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4926:8: note: previous definition of ‘_38SC1_OR_IF_14960’ with type ‘object’ {aka ‘long int’}
4926 | object _38SC1_OR_IF_14960 = 147;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10652:8: error: redefinition of ‘_38ASSIGN_SUBS2_14962’
10652 | object _38ASSIGN_SUBS2_14962 = 148;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4927:8: note: previous definition of ‘_38ASSIGN_SUBS2_14962’ with type ‘object’ {aka ‘long int’}
4927 | object _38ASSIGN_SUBS2_14962 = 148;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10653:8: error: redefinition of ‘_38ASSIGN_OP_SUBS_14963’
10653 | object _38ASSIGN_OP_SUBS_14963 = 149;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4928:8: note: previous definition of ‘_38ASSIGN_OP_SUBS_14963’ with type ‘object’ {aka ‘long int’}
4928 | object _38ASSIGN_OP_SUBS_14963 = 149;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10654:8: error: redefinition of ‘_38ASSIGN_OP_SLICE_14965’
10654 | object _38ASSIGN_OP_SLICE_14965 = 150;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4929:8: note: previous definition of ‘_38ASSIGN_OP_SLICE_14965’ with type ‘object’ {aka ‘long int’}
4929 | object _38ASSIGN_OP_SLICE_14965 = 150;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10655:8: error: redefinition of ‘_38PROFILE_14967’
10655 | object _38PROFILE_14967 = 151;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4930:8: note: previous definition of ‘_38PROFILE_14967’ with type ‘object’ {aka ‘long int’}
4930 | object _38PROFILE_14967 = 151;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10656:8: error: redefinition of ‘_38XOR_14969’
10656 | object _38XOR_14969 = 152;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4931:8: note: previous definition of ‘_38XOR_14969’ with type ‘object’ {aka ‘long int’}
4931 | object _38XOR_14969 = 152;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10657:8: error: redefinition of ‘_38EQUAL_14971’
10657 | object _38EQUAL_14971 = 153;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4932:8: note: previous definition of ‘_38EQUAL_14971’ with type ‘object’ {aka ‘long int’}
4932 | object _38EQUAL_14971 = 153;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10658:8: error: redefinition of ‘_38SYSTEM_EXEC_14973’
10658 | object _38SYSTEM_EXEC_14973 = 154;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4933:8: note: previous definition of ‘_38SYSTEM_EXEC_14973’ with type ‘object’ {aka ‘long int’}
4933 | object _38SYSTEM_EXEC_14973 = 154;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10659:8: error: redefinition of ‘_38PLATFORM_14975’
10659 | object _38PLATFORM_14975 = 155;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4934:8: note: previous definition of ‘_38PLATFORM_14975’ with type ‘object’ {aka ‘long int’}
4934 | object _38PLATFORM_14975 = 155;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10660:8: error: redefinition of ‘_38END_PARAM_CHECK_14977’
10660 | object _38END_PARAM_CHECK_14977 = 156;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4935:8: note: previous definition of ‘_38END_PARAM_CHECK_14977’ with type ‘object’ {aka ‘long int’}
4935 | object _38END_PARAM_CHECK_14977 = 156;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10661:8: error: redefinition of ‘_38CONCAT_N_14979’
10661 | object _38CONCAT_N_14979 = 157;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4936:8: note: previous definition of ‘_38CONCAT_N_14979’ with type ‘object’ {aka ‘long int’}
4936 | object _38CONCAT_N_14979 = 157;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10662:8: error: redefinition of ‘_38NOPWHILE_14981’
10662 | object _38NOPWHILE_14981 = 158;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4937:8: note: previous definition of ‘_38NOPWHILE_14981’ with type ‘object’ {aka ‘long int’}
4937 | object _38NOPWHILE_14981 = 158;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10663:8: error: redefinition of ‘_38NOP1_14983’
10663 | object _38NOP1_14983 = 159;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4938:8: note: previous definition of ‘_38NOP1_14983’ with type ‘object’ {aka ‘long int’}
4938 | object _38NOP1_14983 = 159;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10664:8: error: redefinition of ‘_38PLENGTH_14985’
10664 | object _38PLENGTH_14985 = 160;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4939:8: note: previous definition of ‘_38PLENGTH_14985’ with type ‘object’ {aka ‘long int’}
4939 | object _38PLENGTH_14985 = 160;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10665:8: error: redefinition of ‘_38LHS_SUBS1_14986’
10665 | object _38LHS_SUBS1_14986 = 161;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4940:8: note: previous definition of ‘_38LHS_SUBS1_14986’ with type ‘object’ {aka ‘long int’}
4940 | object _38LHS_SUBS1_14986 = 161;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10666:8: error: redefinition of ‘_38PASSIGN_SUBS_14987’
10666 | object _38PASSIGN_SUBS_14987 = 162;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4941:8: note: previous definition of ‘_38PASSIGN_SUBS_14987’ with type ‘object’ {aka ‘long int’}
4941 | object _38PASSIGN_SUBS_14987 = 162;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10667:8: error: redefinition of ‘_38PASSIGN_SLICE_14988’
10667 | object _38PASSIGN_SLICE_14988 = 163;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4942:8: note: previous definition of ‘_38PASSIGN_SLICE_14988’ with type ‘object’ {aka ‘long int’}
4942 | object _38PASSIGN_SLICE_14988 = 163;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10668:8: error: redefinition of ‘_38PASSIGN_OP_SUBS_14989’
10668 | object _38PASSIGN_OP_SUBS_14989 = 164;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4943:8: note: previous definition of ‘_38PASSIGN_OP_SUBS_14989’ with type ‘object’ {aka ‘long int’}
4943 | object _38PASSIGN_OP_SUBS_14989 = 164;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10669:8: error: redefinition of ‘_38PASSIGN_OP_SLICE_14990’
10669 | object _38PASSIGN_OP_SLICE_14990 = 165;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4944:8: note: previous definition of ‘_38PASSIGN_OP_SLICE_14990’ with type ‘object’ {aka ‘long int’}
4944 | object _38PASSIGN_OP_SLICE_14990 = 165;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10670:8: error: redefinition of ‘_38LHS_SUBS1_COPY_14991’
10670 | object _38LHS_SUBS1_COPY_14991 = 166;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4945:8: note: previous definition of ‘_38LHS_SUBS1_COPY_14991’ with type ‘object’ {aka ‘long int’}
4945 | object _38LHS_SUBS1_COPY_14991 = 166;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10671:8: error: redefinition of ‘_38TASK_CREATE_14992’
10671 | object _38TASK_CREATE_14992 = 167;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4946:8: note: previous definition of ‘_38TASK_CREATE_14992’ with type ‘object’ {aka ‘long int’}
4946 | object _38TASK_CREATE_14992 = 167;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10672:8: error: redefinition of ‘_38TASK_SCHEDULE_14993’
10672 | object _38TASK_SCHEDULE_14993 = 168;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4947:8: note: previous definition of ‘_38TASK_SCHEDULE_14993’ with type ‘object’ {aka ‘long int’}
4947 | object _38TASK_SCHEDULE_14993 = 168;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10673:8: error: redefinition of ‘_38TASK_YIELD_14994’
10673 | object _38TASK_YIELD_14994 = 169;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4948:8: note: previous definition of ‘_38TASK_YIELD_14994’ with type ‘object’ {aka ‘long int’}
4948 | object _38TASK_YIELD_14994 = 169;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10674:8: error: redefinition of ‘_38TASK_SELF_14995’
10674 | object _38TASK_SELF_14995 = 170;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4949:8: note: previous definition of ‘_38TASK_SELF_14995’ with type ‘object’ {aka ‘long int’}
4949 | object _38TASK_SELF_14995 = 170;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10675:8: error: redefinition of ‘_38TASK_SUSPEND_14996’
10675 | object _38TASK_SUSPEND_14996 = 171;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4950:8: note: previous definition of ‘_38TASK_SUSPEND_14996’ with type ‘object’ {aka ‘long int’}
4950 | object _38TASK_SUSPEND_14996 = 171;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10676:8: error: redefinition of ‘_38TASK_LIST_14997’
10676 | object _38TASK_LIST_14997 = 172;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4951:8: note: previous definition of ‘_38TASK_LIST_14997’ with type ‘object’ {aka ‘long int’}
4951 | object _38TASK_LIST_14997 = 172;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10677:8: error: redefinition of ‘_38TASK_STATUS_14998’
10677 | object _38TASK_STATUS_14998 = 173;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4952:8: note: previous definition of ‘_38TASK_STATUS_14998’ with type ‘object’ {aka ‘long int’}
4952 | object _38TASK_STATUS_14998 = 173;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10678:8: error: redefinition of ‘_38TASK_CLOCK_STOP_14999’
10678 | object _38TASK_CLOCK_STOP_14999 = 174;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4953:8: note: previous definition of ‘_38TASK_CLOCK_STOP_14999’ with type ‘object’ {aka ‘long int’}
4953 | object _38TASK_CLOCK_STOP_14999 = 174;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10679:8: error: redefinition of ‘_38TASK_CLOCK_START_15000’
10679 | object _38TASK_CLOCK_START_15000 = 175;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4954:8: note: previous definition of ‘_38TASK_CLOCK_START_15000’ with type ‘object’ {aka ‘long int’}
4954 | object _38TASK_CLOCK_START_15000 = 175;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10680:8: error: redefinition of ‘_38FIND_FROM_15001’
10680 | object _38FIND_FROM_15001 = 176;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4955:8: note: previous definition of ‘_38FIND_FROM_15001’ with type ‘object’ {aka ‘long int’}
4955 | object _38FIND_FROM_15001 = 176;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10681:8: error: redefinition of ‘_38MATCH_FROM_15002’
10681 | object _38MATCH_FROM_15002 = 177;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4956:8: note: previous definition of ‘_38MATCH_FROM_15002’ with type ‘object’ {aka ‘long int’}
4956 | object _38MATCH_FROM_15002 = 177;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10682:8: error: redefinition of ‘_38POKE2_15003’
10682 | object _38POKE2_15003 = 178;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4957:8: note: previous definition of ‘_38POKE2_15003’ with type ‘object’ {aka ‘long int’}
4957 | object _38POKE2_15003 = 178;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10683:8: error: redefinition of ‘_38PEEK2S_15004’
10683 | object _38PEEK2S_15004 = 179;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4958:8: note: previous definition of ‘_38PEEK2S_15004’ with type ‘object’ {aka ‘long int’}
4958 | object _38PEEK2S_15004 = 179;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10684:8: error: redefinition of ‘_38PEEK2U_15005’
10684 | object _38PEEK2U_15005 = 180;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4959:8: note: previous definition of ‘_38PEEK2U_15005’ with type ‘object’ {aka ‘long int’}
4959 | object _38PEEK2U_15005 = 180;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10685:8: error: redefinition of ‘_38PEEKS_15006’
10685 | object _38PEEKS_15006 = 181;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4960:8: note: previous definition of ‘_38PEEKS_15006’ with type ‘object’ {aka ‘long int’}
4960 | object _38PEEKS_15006 = 181;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10686:8: error: redefinition of ‘_38PEEK_STRING_15007’
10686 | object _38PEEK_STRING_15007 = 182;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4961:8: note: previous definition of ‘_38PEEK_STRING_15007’ with type ‘object’ {aka ‘long int’}
4961 | object _38PEEK_STRING_15007 = 182;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10687:8: error: redefinition of ‘_38OPTION_SWITCHES_15008’
10687 | object _38OPTION_SWITCHES_15008 = 183;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4962:8: note: previous definition of ‘_38OPTION_SWITCHES_15008’ with type ‘object’ {aka ‘long int’}
4962 | object _38OPTION_SWITCHES_15008 = 183;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10688:8: error: redefinition of ‘_38RETRY_15009’
10688 | object _38RETRY_15009 = 184;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4963:8: note: previous definition of ‘_38RETRY_15009’ with type ‘object’ {aka ‘long int’}
4963 | object _38RETRY_15009 = 184;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10689:8: error: redefinition of ‘_38SWITCH_15011’
10689 | object _38SWITCH_15011 = 185;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4964:8: note: previous definition of ‘_38SWITCH_15011’ with type ‘object’ {aka ‘long int’}
4964 | object _38SWITCH_15011 = 185;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10690:8: error: redefinition of ‘_38CASE_15013’
10690 | object _38CASE_15013 = 186;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4965:8: note: previous definition of ‘_38CASE_15013’ with type ‘object’ {aka ‘long int’}
4965 | object _38CASE_15013 = 186;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10691:8: error: redefinition of ‘_38NOPSWITCH_15014’
10691 | object _38NOPSWITCH_15014 = 187;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4966:8: note: previous definition of ‘_38NOPSWITCH_15014’ with type ‘object’ {aka ‘long int’}
4966 | object _38NOPSWITCH_15014 = 187;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10692:8: error: redefinition of ‘_38GOTO_15015’
10692 | object _38GOTO_15015 = 188;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4967:8: note: previous definition of ‘_38GOTO_15015’ with type ‘object’ {aka ‘long int’}
4967 | object _38GOTO_15015 = 188;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10693:8: error: redefinition of ‘_38GLABEL_15016’
10693 | object _38GLABEL_15016 = 189;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4968:8: note: previous definition of ‘_38GLABEL_15016’ with type ‘object’ {aka ‘long int’}
4968 | object _38GLABEL_15016 = 189;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10694:8: error: redefinition of ‘_38SPLICE_15017’
10694 | object _38SPLICE_15017 = 190;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4969:8: note: previous definition of ‘_38SPLICE_15017’ with type ‘object’ {aka ‘long int’}
4969 | object _38SPLICE_15017 = 190;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10695:8: error: redefinition of ‘_38INSERT_15018’
10695 | object _38INSERT_15018 = 191;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4970:8: note: previous definition of ‘_38INSERT_15018’ with type ‘object’ {aka ‘long int’}
4970 | object _38INSERT_15018 = 191;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10696:8: error: redefinition of ‘_38SWITCH_SPI_15019’
10696 | object _38SWITCH_SPI_15019 = 192;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4971:8: note: previous definition of ‘_38SWITCH_SPI_15019’ with type ‘object’ {aka ‘long int’}
4971 | object _38SWITCH_SPI_15019 = 192;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10697:8: error: redefinition of ‘_38SWITCH_I_15020’
10697 | object _38SWITCH_I_15020 = 193;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4972:8: note: previous definition of ‘_38SWITCH_I_15020’ with type ‘object’ {aka ‘long int’}
4972 | object _38SWITCH_I_15020 = 193;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10698:8: error: redefinition of ‘_38HASH_15022’
10698 | object _38HASH_15022 = 194;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4973:8: note: previous definition of ‘_38HASH_15022’ with type ‘object’ {aka ‘long int’}
4973 | object _38HASH_15022 = 194;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10699:8: error: redefinition of ‘_38PROC_FORWARD_15024’
10699 | object _38PROC_FORWARD_15024 = 195;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4974:8: note: previous definition of ‘_38PROC_FORWARD_15024’ with type ‘object’ {aka ‘long int’}
4974 | object _38PROC_FORWARD_15024 = 195;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10700:8: error: redefinition of ‘_38FUNC_FORWARD_15026’
10700 | object _38FUNC_FORWARD_15026 = 196;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4975:8: note: previous definition of ‘_38FUNC_FORWARD_15026’ with type ‘object’ {aka ‘long int’}
4975 | object _38FUNC_FORWARD_15026 = 196;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10701:8: error: redefinition of ‘_38TYPE_CHECK_FORWARD_15028’
10701 | object _38TYPE_CHECK_FORWARD_15028 = 197;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4976:8: note: previous definition of ‘_38TYPE_CHECK_FORWARD_15028’ with type ‘object’ {aka ‘long int’}
4976 | object _38TYPE_CHECK_FORWARD_15028 = 197;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10702:8: error: redefinition of ‘_38HEAD_15030’
10702 | object _38HEAD_15030 = 198;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4977:8: note: previous definition of ‘_38HEAD_15030’ with type ‘object’ {aka ‘long int’}
4977 | object _38HEAD_15030 = 198;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10703:8: error: redefinition of ‘_38TAIL_15032’
10703 | object _38TAIL_15032 = 199;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4978:8: note: previous definition of ‘_38TAIL_15032’ with type ‘object’ {aka ‘long int’}
4978 | object _38TAIL_15032 = 199;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10704:8: error: redefinition of ‘_38REMOVE_15034’
10704 | object _38REMOVE_15034 = 200;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4979:8: note: previous definition of ‘_38REMOVE_15034’ with type ‘object’ {aka ‘long int’}
4979 | object _38REMOVE_15034 = 200;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10705:8: error: redefinition of ‘_38REPLACE_15035’
10705 | object _38REPLACE_15035 = 201;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4980:8: note: previous definition of ‘_38REPLACE_15035’ with type ‘object’ {aka ‘long int’}
4980 | object _38REPLACE_15035 = 201;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10706:8: error: redefinition of ‘_38SWITCH_RT_15037’
10706 | object _38SWITCH_RT_15037 = 202;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4981:8: note: previous definition of ‘_38SWITCH_RT_15037’ with type ‘object’ {aka ‘long int’}
4981 | object _38SWITCH_RT_15037 = 202;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10707:8: error: redefinition of ‘_38PROC_TAIL_15039’
10707 | object _38PROC_TAIL_15039 = 203;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4982:8: note: previous definition of ‘_38PROC_TAIL_15039’ with type ‘object’ {aka ‘long int’}
4982 | object _38PROC_TAIL_15039 = 203;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10708:8: error: redefinition of ‘_38DELETE_ROUTINE_15041’
10708 | object _38DELETE_ROUTINE_15041 = 204;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4983:8: note: previous definition of ‘_38DELETE_ROUTINE_15041’ with type ‘object’ {aka ‘long int’}
4983 | object _38DELETE_ROUTINE_15041 = 204;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10709:8: error: redefinition of ‘_38DELETE_OBJECT_15043’
10709 | object _38DELETE_OBJECT_15043 = 205;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4984:8: note: previous definition of ‘_38DELETE_OBJECT_15043’ with type ‘object’ {aka ‘long int’}
4984 | object _38DELETE_OBJECT_15043 = 205;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10710:8: error: redefinition of ‘_38EXIT_BLOCK_15045’
10710 | object _38EXIT_BLOCK_15045 = 206;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4985:8: note: previous definition of ‘_38EXIT_BLOCK_15045’ with type ‘object’ {aka ‘long int’}
4985 | object _38EXIT_BLOCK_15045 = 206;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10711:8: error: redefinition of ‘_38REF_TEMP_15047’
10711 | object _38REF_TEMP_15047 = 207;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4986:8: note: previous definition of ‘_38REF_TEMP_15047’ with type ‘object’ {aka ‘long int’}
4986 | object _38REF_TEMP_15047 = 207;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10712:8: error: redefinition of ‘_38DEREF_TEMP_15049’
10712 | object _38DEREF_TEMP_15049 = 208;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4987:8: note: previous definition of ‘_38DEREF_TEMP_15049’ with type ‘object’ {aka ‘long int’}
4987 | object _38DEREF_TEMP_15049 = 208;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10713:8: error: redefinition of ‘_38NOVALUE_TEMP_15051’
10713 | object _38NOVALUE_TEMP_15051 = 209;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4988:8: note: previous definition of ‘_38NOVALUE_TEMP_15051’ with type ‘object’ {aka ‘long int’}
4988 | object _38NOVALUE_TEMP_15051 = 209;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10714:8: error: redefinition of ‘_38COVERAGE_LINE_15053’
10714 | object _38COVERAGE_LINE_15053 = 210;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4989:8: note: previous definition of ‘_38COVERAGE_LINE_15053’ with type ‘object’ {aka ‘long int’}
4989 | object _38COVERAGE_LINE_15053 = 210;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10715:8: error: redefinition of ‘_38COVERAGE_ROUTINE_15055’
10715 | object _38COVERAGE_ROUTINE_15055 = 211;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4990:8: note: previous definition of ‘_38COVERAGE_ROUTINE_15055’ with type ‘object’ {aka ‘long int’}
4990 | object _38COVERAGE_ROUTINE_15055 = 211;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10716:8: error: redefinition of ‘_38POKE8_15057’
10716 | object _38POKE8_15057 = 212;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4991:8: note: previous definition of ‘_38POKE8_15057’ with type ‘object’ {aka ‘long int’}
4991 | object _38POKE8_15057 = 212;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10717:8: error: redefinition of ‘_38PEEK8S_15059’
10717 | object _38PEEK8S_15059 = 213;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4992:8: note: previous definition of ‘_38PEEK8S_15059’ with type ‘object’ {aka ‘long int’}
4992 | object _38PEEK8S_15059 = 213;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10718:8: error: redefinition of ‘_38PEEK8U_15061’
10718 | object _38PEEK8U_15061 = 214;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4993:8: note: previous definition of ‘_38PEEK8U_15061’ with type ‘object’ {aka ‘long int’}
4993 | object _38PEEK8U_15061 = 214;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10719:8: error: redefinition of ‘_38POKE_POINTER_15063’
10719 | object _38POKE_POINTER_15063 = 215;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4994:8: note: previous definition of ‘_38POKE_POINTER_15063’ with type ‘object’ {aka ‘long int’}
4994 | object _38POKE_POINTER_15063 = 215;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10720:8: error: redefinition of ‘_38PEEK_POINTER_15065’
10720 | object _38PEEK_POINTER_15065 = 216;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4995:8: note: previous definition of ‘_38PEEK_POINTER_15065’ with type ‘object’ {aka ‘long int’}
4995 | object _38PEEK_POINTER_15065 = 216;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10721:8: error: redefinition of ‘_38SIZEOF_15067’
10721 | object _38SIZEOF_15067 = 217;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4996:8: note: previous definition of ‘_38SIZEOF_15067’ with type ‘object’ {aka ‘long int’}
4996 | object _38SIZEOF_15067 = 217;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10722:8: error: redefinition of ‘_38STARTLINE_BREAK_15069’
10722 | object _38STARTLINE_BREAK_15069 = 218;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4997:8: note: previous definition of ‘_38STARTLINE_BREAK_15069’ with type ‘object’ {aka ‘long int’}
4997 | object _38STARTLINE_BREAK_15069 = 218;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10723:8: error: redefinition of ‘_38MAX_OPCODE_15071’
10723 | object _38MAX_OPCODE_15071 = 218;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4998:8: note: previous definition of ‘_38MAX_OPCODE_15071’ with type ‘object’ {aka ‘long int’}
4998 | object _38MAX_OPCODE_15071 = 218;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10724:8: error: redefinition of ‘_38ILLEGAL_CHAR_15072’
10724 | object _38ILLEGAL_CHAR_15072 = -20;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:4999:8: note: previous definition of ‘_38ILLEGAL_CHAR_15072’ with type ‘object’ {aka ‘long int’}
4999 | object _38ILLEGAL_CHAR_15072 = -20;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10725:8: error: redefinition of ‘_38END_OF_FILE_15074’
10725 | object _38END_OF_FILE_15074 = -21;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5000:8: note: previous definition of ‘_38END_OF_FILE_15074’ with type ‘object’ {aka ‘long int’}
5000 | object _38END_OF_FILE_15074 = -21;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10726:8: error: redefinition of ‘_38DOLLAR_15076’
10726 | object _38DOLLAR_15076 = -22;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5001:8: note: previous definition of ‘_38DOLLAR_15076’ with type ‘object’ {aka ‘long int’}
5001 | object _38DOLLAR_15076 = -22;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10727:8: error: redefinition of ‘_38COLON_15078’
10727 | object _38COLON_15078 = -23;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5002:8: note: previous definition of ‘_38COLON_15078’ with type ‘object’ {aka ‘long int’}
5002 | object _38COLON_15078 = -23;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10728:8: error: redefinition of ‘_38LEFT_BRACE_15080’
10728 | object _38LEFT_BRACE_15080 = -24;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5003:8: note: previous definition of ‘_38LEFT_BRACE_15080’ with type ‘object’ {aka ‘long int’}
5003 | object _38LEFT_BRACE_15080 = -24;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10729:8: error: redefinition of ‘_38RIGHT_BRACE_15082’
10729 | object _38RIGHT_BRACE_15082 = -25;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5004:8: note: previous definition of ‘_38RIGHT_BRACE_15082’ with type ‘object’ {aka ‘long int’}
5004 | object _38RIGHT_BRACE_15082 = -25;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10730:8: error: redefinition of ‘_38LEFT_ROUND_15084’
10730 | object _38LEFT_ROUND_15084 = -26;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5005:8: note: previous definition of ‘_38LEFT_ROUND_15084’ with type ‘object’ {aka ‘long int’}
5005 | object _38LEFT_ROUND_15084 = -26;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10731:8: error: redefinition of ‘_38RIGHT_ROUND_15086’
10731 | object _38RIGHT_ROUND_15086 = -27;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5006:8: note: previous definition of ‘_38RIGHT_ROUND_15086’ with type ‘object’ {aka ‘long int’}
5006 | object _38RIGHT_ROUND_15086 = -27;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10732:8: error: redefinition of ‘_38LEFT_SQUARE_15088’
10732 | object _38LEFT_SQUARE_15088 = -28;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5007:8: note: previous definition of ‘_38LEFT_SQUARE_15088’ with type ‘object’ {aka ‘long int’}
5007 | object _38LEFT_SQUARE_15088 = -28;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10733:8: error: redefinition of ‘_38RIGHT_SQUARE_15090’
10733 | object _38RIGHT_SQUARE_15090 = -29;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5008:8: note: previous definition of ‘_38RIGHT_SQUARE_15090’ with type ‘object’ {aka ‘long int’}
5008 | object _38RIGHT_SQUARE_15090 = -29;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10734:8: error: redefinition of ‘_38COMMA_15092’
10734 | object _38COMMA_15092 = -30;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5009:8: note: previous definition of ‘_38COMMA_15092’ with type ‘object’ {aka ‘long int’}
5009 | object _38COMMA_15092 = -30;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10735:8: error: redefinition of ‘_38QUESTION_MARK_15094’
10735 | object _38QUESTION_MARK_15094 = -31;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5010:8: note: previous definition of ‘_38QUESTION_MARK_15094’ with type ‘object’ {aka ‘long int’}
5010 | object _38QUESTION_MARK_15094 = -31;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10736:8: error: redefinition of ‘_38BACK_QUOTE_15096’
10736 | object _38BACK_QUOTE_15096 = -12;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5011:8: note: previous definition of ‘_38BACK_QUOTE_15096’ with type ‘object’ {aka ‘long int’}
5011 | object _38BACK_QUOTE_15096 = -12;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10737:8: error: redefinition of ‘_38NUMBER_SIGN_15098’
10737 | object _38NUMBER_SIGN_15098 = -11;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5012:8: note: previous definition of ‘_38NUMBER_SIGN_15098’ with type ‘object’ {aka ‘long int’}
5012 | object _38NUMBER_SIGN_15098 = -11;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10738:8: error: redefinition of ‘_38KEYWORD_15100’
10738 | object _38KEYWORD_15100 = -10;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5013:8: note: previous definition of ‘_38KEYWORD_15100’ with type ‘object’ {aka ‘long int’}
5013 | object _38KEYWORD_15100 = -10;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10739:8: error: redefinition of ‘_38BUILTIN_15102’
10739 | object _38BUILTIN_15102 = -9;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5014:8: note: previous definition of ‘_38BUILTIN_15102’ with type ‘object’ {aka ‘long int’}
5014 | object _38BUILTIN_15102 = -9;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10740:8: error: redefinition of ‘_38BLANK_15103’
10740 | object _38BLANK_15103 = -8;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5015:8: note: previous definition of ‘_38BLANK_15103’ with type ‘object’ {aka ‘long int’}
5015 | object _38BLANK_15103 = -8;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10741:8: error: redefinition of ‘_38DIGIT_15105’
10741 | object _38DIGIT_15105 = -7;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5016:8: note: previous definition of ‘_38DIGIT_15105’ with type ‘object’ {aka ‘long int’}
5016 | object _38DIGIT_15105 = -7;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10742:8: error: redefinition of ‘_38NEWLINE_15107’
10742 | object _38NEWLINE_15107 = -6;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5017:8: note: previous definition of ‘_38NEWLINE_15107’ with type ‘object’ {aka ‘long int’}
5017 | object _38NEWLINE_15107 = -6;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10743:8: error: redefinition of ‘_38SINGLE_QUOTE_15108’
10743 | object _38SINGLE_QUOTE_15108 = -5;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5018:8: note: previous definition of ‘_38SINGLE_QUOTE_15108’ with type ‘object’ {aka ‘long int’}
5018 | object _38SINGLE_QUOTE_15108 = -5;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10744:8: error: redefinition of ‘_38DOUBLE_QUOTE_15109’
10744 | object _38DOUBLE_QUOTE_15109 = -4;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5019:8: note: previous definition of ‘_38DOUBLE_QUOTE_15109’ with type ‘object’ {aka ‘long int’}
5019 | object _38DOUBLE_QUOTE_15109 = -4;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10745:8: error: redefinition of ‘_38DOT_15110’
10745 | object _38DOT_15110 = -3;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5020:8: note: previous definition of ‘_38DOT_15110’ with type ‘object’ {aka ‘long int’}
5020 | object _38DOT_15110 = -3;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10746:8: error: redefinition of ‘_38LETTER_15111’
10746 | object _38LETTER_15111 = -2;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5021:8: note: previous definition of ‘_38LETTER_15111’ with type ‘object’ {aka ‘long int’}
5021 | object _38LETTER_15111 = -2;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10747:8: error: redefinition of ‘_38BANG_15112’
10747 | object _38BANG_15112 = -1;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5022:8: note: previous definition of ‘_38BANG_15112’ with type ‘object’ {aka ‘long int’}
5022 | object _38BANG_15112 = -1;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10748:8: error: redefinition of ‘_38VARIABLE_15113’
10748 | object _38VARIABLE_15113 = -100;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5023:8: note: previous definition of ‘_38VARIABLE_15113’ with type ‘object’ {aka ‘long int’}
5023 | object _38VARIABLE_15113 = -100;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10749:8: error: redefinition of ‘_38END_OF_FILE_CHAR_15115’
10749 | object _38END_OF_FILE_CHAR_15115 = 26;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5024:8: note: previous definition of ‘_38END_OF_FILE_CHAR_15115’ with type ‘object’ {aka ‘long int’}
5024 | object _38END_OF_FILE_CHAR_15115 = 26;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10750:8: error: redefinition of ‘_38END_15116’
10750 | object _38END_15116 = NOVALUE;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5025:8: note: previous definition of ‘_38END_15116’ with type ‘object’ {aka ‘long int’}
5025 | object _38END_15116 = NOVALUE;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10751:8: error: redefinition of ‘_38TO_15118’
10751 | object _38TO_15118 = NOVALUE;
| ^~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5026:8: note: previous definition of ‘_38TO_15118’ with type ‘object’ {aka ‘long int’}
5026 | object _38TO_15118 = NOVALUE;
| ^~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10752:8: error: redefinition of ‘_38BY_15120’
10752 | object _38BY_15120 = NOVALUE;
| ^~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5027:8: note: previous definition of ‘_38BY_15120’ with type ‘object’ {aka ‘long int’}
5027 | object _38BY_15120 = NOVALUE;
| ^~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10753:8: error: redefinition of ‘_38PROCEDURE_15122’
10753 | object _38PROCEDURE_15122 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5028:8: note: previous definition of ‘_38PROCEDURE_15122’ with type ‘object’ {aka ‘long int’}
5028 | object _38PROCEDURE_15122 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10754:8: error: redefinition of ‘_38FUNCTION_15124’
10754 | object _38FUNCTION_15124 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5029:8: note: previous definition of ‘_38FUNCTION_15124’ with type ‘object’ {aka ‘long int’}
5029 | object _38FUNCTION_15124 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10755:8: error: redefinition of ‘_38IFDEF_15126’
10755 | object _38IFDEF_15126 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5030:8: note: previous definition of ‘_38IFDEF_15126’ with type ‘object’ {aka ‘long int’}
5030 | object _38IFDEF_15126 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10756:8: error: redefinition of ‘_38ELSIFDEF_15128’
10756 | object _38ELSIFDEF_15128 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5031:8: note: previous definition of ‘_38ELSIFDEF_15128’ with type ‘object’ {aka ‘long int’}
5031 | object _38ELSIFDEF_15128 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10757:8: error: redefinition of ‘_38ELSEDEF_15130’
10757 | object _38ELSEDEF_15130 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5032:8: note: previous definition of ‘_38ELSEDEF_15130’ with type ‘object’ {aka ‘long int’}
5032 | object _38ELSEDEF_15130 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10758:8: error: redefinition of ‘_38THEN_15132’
10758 | object _38THEN_15132 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5033:8: note: previous definition of ‘_38THEN_15132’ with type ‘object’ {aka ‘long int’}
5033 | object _38THEN_15132 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10759:8: error: redefinition of ‘_38DO_15134’
10759 | object _38DO_15134 = NOVALUE;
| ^~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5034:8: note: previous definition of ‘_38DO_15134’ with type ‘object’ {aka ‘long int’}
5034 | object _38DO_15134 = NOVALUE;
| ^~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10760:8: error: redefinition of ‘_38GLOBAL_15136’
10760 | object _38GLOBAL_15136 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5035:8: note: previous definition of ‘_38GLOBAL_15136’ with type ‘object’ {aka ‘long int’}
5035 | object _38GLOBAL_15136 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10761:8: error: redefinition of ‘_38RETURN_15138’
10761 | object _38RETURN_15138 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5036:8: note: previous definition of ‘_38RETURN_15138’ with type ‘object’ {aka ‘long int’}
5036 | object _38RETURN_15138 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10762:8: error: redefinition of ‘_38ELSIF_15140’
10762 | object _38ELSIF_15140 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5037:8: note: previous definition of ‘_38ELSIF_15140’ with type ‘object’ {aka ‘long int’}
5037 | object _38ELSIF_15140 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10763:8: error: redefinition of ‘_38OBJECT_15142’
10763 | object _38OBJECT_15142 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5038:8: note: previous definition of ‘_38OBJECT_15142’ with type ‘object’ {aka ‘long int’}
5038 | object _38OBJECT_15142 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10764:8: error: redefinition of ‘_38TYPE_DECL_15144’
10764 | object _38TYPE_DECL_15144 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5039:8: note: previous definition of ‘_38TYPE_DECL_15144’ with type ‘object’ {aka ‘long int’}
5039 | object _38TYPE_DECL_15144 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10765:8: error: redefinition of ‘_38CONSTANT_15146’
10765 | object _38CONSTANT_15146 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5040:8: note: previous definition of ‘_38CONSTANT_15146’ with type ‘object’ {aka ‘long int’}
5040 | object _38CONSTANT_15146 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10766:8: error: redefinition of ‘_38INCLUDE_15148’
10766 | object _38INCLUDE_15148 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5041:8: note: previous definition of ‘_38INCLUDE_15148’ with type ‘object’ {aka ‘long int’}
5041 | object _38INCLUDE_15148 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10767:8: error: redefinition of ‘_38LABEL_15150’
10767 | object _38LABEL_15150 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5042:8: note: previous definition of ‘_38LABEL_15150’ with type ‘object’ {aka ‘long int’}
5042 | object _38LABEL_15150 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10768:8: error: redefinition of ‘_38WITH_15152’
10768 | object _38WITH_15152 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5043:8: note: previous definition of ‘_38WITH_15152’ with type ‘object’ {aka ‘long int’}
5043 | object _38WITH_15152 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10769:8: error: redefinition of ‘_38WITHOUT_15154’
10769 | object _38WITHOUT_15154 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5044:8: note: previous definition of ‘_38WITHOUT_15154’ with type ‘object’ {aka ‘long int’}
5044 | object _38WITHOUT_15154 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10770:8: error: redefinition of ‘_38LOOP_15156’
10770 | object _38LOOP_15156 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5045:8: note: previous definition of ‘_38LOOP_15156’ with type ‘object’ {aka ‘long int’}
5045 | object _38LOOP_15156 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10771:8: error: redefinition of ‘_38UNTIL_15158’
10771 | object _38UNTIL_15158 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5046:8: note: previous definition of ‘_38UNTIL_15158’ with type ‘object’ {aka ‘long int’}
5046 | object _38UNTIL_15158 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10772:8: error: redefinition of ‘_38ENTRY_15160’
10772 | object _38ENTRY_15160 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5047:8: note: previous definition of ‘_38ENTRY_15160’ with type ‘object’ {aka ‘long int’}
5047 | object _38ENTRY_15160 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10773:8: error: redefinition of ‘_38BREAK_15162’
10773 | object _38BREAK_15162 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5048:8: note: previous definition of ‘_38BREAK_15162’ with type ‘object’ {aka ‘long int’}
5048 | object _38BREAK_15162 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10774:8: error: redefinition of ‘_38CONTINUE_15164’
10774 | object _38CONTINUE_15164 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5049:8: note: previous definition of ‘_38CONTINUE_15164’ with type ‘object’ {aka ‘long int’}
5049 | object _38CONTINUE_15164 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10775:8: error: redefinition of ‘_38ENUM_15166’
10775 | object _38ENUM_15166 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5050:8: note: previous definition of ‘_38ENUM_15166’ with type ‘object’ {aka ‘long int’}
5050 | object _38ENUM_15166 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10776:8: error: redefinition of ‘_38EXPORT_15168’
10776 | object _38EXPORT_15168 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5051:8: note: previous definition of ‘_38EXPORT_15168’ with type ‘object’ {aka ‘long int’}
5051 | object _38EXPORT_15168 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10777:8: error: redefinition of ‘_38OVERRIDE_15170’
10777 | object _38OVERRIDE_15170 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5052:8: note: previous definition of ‘_38OVERRIDE_15170’ with type ‘object’ {aka ‘long int’}
5052 | object _38OVERRIDE_15170 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10778:8: error: redefinition of ‘_38PUBLIC_15172’
10778 | object _38PUBLIC_15172 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5053:8: note: previous definition of ‘_38PUBLIC_15172’ with type ‘object’ {aka ‘long int’}
5053 | object _38PUBLIC_15172 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10779:8: error: redefinition of ‘_38FALLTHRU_15174’
10779 | object _38FALLTHRU_15174 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5054:8: note: previous definition of ‘_38FALLTHRU_15174’ with type ‘object’ {aka ‘long int’}
5054 | object _38FALLTHRU_15174 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10780:8: error: redefinition of ‘_38ROUTINE_15176’
10780 | object _38ROUTINE_15176 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5055:8: note: previous definition of ‘_38ROUTINE_15176’ with type ‘object’ {aka ‘long int’}
5055 | object _38ROUTINE_15176 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10781:8: error: redefinition of ‘_38DEPRECATE_15178’
10781 | object _38DEPRECATE_15178 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5056:8: note: previous definition of ‘_38DEPRECATE_15178’ with type ‘object’ {aka ‘long int’}
5056 | object _38DEPRECATE_15178 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10782:8: error: redefinition of ‘_38POKE_LONG_15180’
10782 | object _38POKE_LONG_15180 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5057:8: note: previous definition of ‘_38POKE_LONG_15180’ with type ‘object’ {aka ‘long int’}
5057 | object _38POKE_LONG_15180 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10783:8: error: redefinition of ‘_38PEEK_LONGU_15182’
10783 | object _38PEEK_LONGU_15182 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5058:8: note: previous definition of ‘_38PEEK_LONGU_15182’ with type ‘object’ {aka ‘long int’}
5058 | object _38PEEK_LONGU_15182 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10784:8: error: redefinition of ‘_38PEEK_LONGS_15184’
10784 | object _38PEEK_LONGS_15184 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5059:8: note: previous definition of ‘_38PEEK_LONGS_15184’ with type ‘object’ {aka ‘long int’}
5059 | object _38PEEK_LONGS_15184 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10785:8: error: redefinition of ‘_38FUNC_15186’
10785 | object _38FUNC_15186 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5060:8: note: previous definition of ‘_38FUNC_15186’ with type ‘object’ {aka ‘long int’}
5060 | object _38FUNC_15186 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10786:8: error: redefinition of ‘_38ATOM_15188’
10786 | object _38ATOM_15188 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5061:8: note: previous definition of ‘_38ATOM_15188’ with type ‘object’ {aka ‘long int’}
5061 | object _38ATOM_15188 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10787:8: error: redefinition of ‘_38STRING_15190’
10787 | object _38STRING_15190 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5062:8: note: previous definition of ‘_38STRING_15190’ with type ‘object’ {aka ‘long int’}
5062 | object _38STRING_15190 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10788:8: error: redefinition of ‘_38TYPE_15192’
10788 | object _38TYPE_15192 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5063:8: note: previous definition of ‘_38TYPE_15192’ with type ‘object’ {aka ‘long int’}
5063 | object _38TYPE_15192 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10789:8: error: redefinition of ‘_38PLAYBACK_ENDS_15194’
10789 | object _38PLAYBACK_ENDS_15194 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5064:8: note: previous definition of ‘_38PLAYBACK_ENDS_15194’ with type ‘object’ {aka ‘long int’}
5064 | object _38PLAYBACK_ENDS_15194 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10790:8: error: redefinition of ‘_38WARNING_15196’
10790 | object _38WARNING_15196 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5065:8: note: previous definition of ‘_38WARNING_15196’ with type ‘object’ {aka ‘long int’}
5065 | object _38WARNING_15196 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10791:8: error: redefinition of ‘_38INCLUDE_PATHS_15198’
10791 | object _38INCLUDE_PATHS_15198 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5066:8: note: previous definition of ‘_38INCLUDE_PATHS_15198’ with type ‘object’ {aka ‘long int’}
5066 | object _38INCLUDE_PATHS_15198 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10792:8: error: redefinition of ‘_38RECORDED_15200’
10792 | object _38RECORDED_15200 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5067:8: note: previous definition of ‘_38RECORDED_15200’ with type ‘object’ {aka ‘long int’}
5067 | object _38RECORDED_15200 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10793:8: error: redefinition of ‘_38IGNORED_15202’
10793 | object _38IGNORED_15202 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5068:8: note: previous definition of ‘_38IGNORED_15202’ with type ‘object’ {aka ‘long int’}
5068 | object _38IGNORED_15202 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10794:8: error: redefinition of ‘_38DEF_PARAM_15204’
10794 | object _38DEF_PARAM_15204 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5069:8: note: previous definition of ‘_38DEF_PARAM_15204’ with type ‘object’ {aka ‘long int’}
5069 | object _38DEF_PARAM_15204 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10795:8: error: redefinition of ‘_38BUILT_IN_15206’
10795 | object _38BUILT_IN_15206 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5070:8: note: previous definition of ‘_38BUILT_IN_15206’ with type ‘object’ {aka ‘long int’}
5070 | object _38BUILT_IN_15206 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10796:8: error: redefinition of ‘_38QUALIFIED_VARIABLE_15208’
10796 | object _38QUALIFIED_VARIABLE_15208 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5071:8: note: previous definition of ‘_38QUALIFIED_VARIABLE_15208’ with type ‘object’ {aka ‘long int’}
5071 | object _38QUALIFIED_VARIABLE_15208 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10797:8: error: redefinition of ‘_38SLICE_15210’
10797 | object _38SLICE_15210 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5072:8: note: previous definition of ‘_38SLICE_15210’ with type ‘object’ {aka ‘long int’}
5072 | object _38SLICE_15210 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10798:8: error: redefinition of ‘_38VARIABLE_DECL_15212’
10798 | object _38VARIABLE_DECL_15212 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5073:8: note: previous definition of ‘_38VARIABLE_DECL_15212’ with type ‘object’ {aka ‘long int’}
5073 | object _38VARIABLE_DECL_15212 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10799:8: error: redefinition of ‘_38PLUS_EQUALS_15214’
10799 | object _38PLUS_EQUALS_15214 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5074:8: note: previous definition of ‘_38PLUS_EQUALS_15214’ with type ‘object’ {aka ‘long int’}
5074 | object _38PLUS_EQUALS_15214 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10800:8: error: redefinition of ‘_38MINUS_EQUALS_15216’
10800 | object _38MINUS_EQUALS_15216 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5075:8: note: previous definition of ‘_38MINUS_EQUALS_15216’ with type ‘object’ {aka ‘long int’}
5075 | object _38MINUS_EQUALS_15216 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10801:8: error: redefinition of ‘_38MULTIPLY_EQUALS_15218’
10801 | object _38MULTIPLY_EQUALS_15218 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5076:8: note: previous definition of ‘_38MULTIPLY_EQUALS_15218’ with type ‘object’ {aka ‘long int’}
5076 | object _38MULTIPLY_EQUALS_15218 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10802:8: error: redefinition of ‘_38DIVIDE_EQUALS_15220’
10802 | object _38DIVIDE_EQUALS_15220 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5077:8: note: previous definition of ‘_38DIVIDE_EQUALS_15220’ with type ‘object’ {aka ‘long int’}
5077 | object _38DIVIDE_EQUALS_15220 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10803:8: error: redefinition of ‘_38CONCAT_EQUALS_15222’
10803 | object _38CONCAT_EQUALS_15222 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5078:8: note: previous definition of ‘_38CONCAT_EQUALS_15222’ with type ‘object’ {aka ‘long int’}
5078 | object _38CONCAT_EQUALS_15222 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10804:8: error: redefinition of ‘_38QUALIFIED_FUNC_15224’
10804 | object _38QUALIFIED_FUNC_15224 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5079:8: note: previous definition of ‘_38QUALIFIED_FUNC_15224’ with type ‘object’ {aka ‘long int’}
5079 | object _38QUALIFIED_FUNC_15224 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10805:8: error: redefinition of ‘_38QUALIFIED_PROC_15226’
10805 | object _38QUALIFIED_PROC_15226 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5080:8: note: previous definition of ‘_38QUALIFIED_PROC_15226’ with type ‘object’ {aka ‘long int’}
5080 | object _38QUALIFIED_PROC_15226 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10806:8: error: redefinition of ‘_38QUALIFIED_TYPE_15228’
10806 | object _38QUALIFIED_TYPE_15228 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5081:8: note: previous definition of ‘_38QUALIFIED_TYPE_15228’ with type ‘object’ {aka ‘long int’}
5081 | object _38QUALIFIED_TYPE_15228 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10807:8: error: redefinition of ‘_38NAMESPACE_15230’
10807 | object _38NAMESPACE_15230 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5082:8: note: previous definition of ‘_38NAMESPACE_15230’ with type ‘object’ {aka ‘long int’}
5082 | object _38NAMESPACE_15230 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10808:8: error: redefinition of ‘_38TC_ILLCHAR_15232’
10808 | object _38TC_ILLCHAR_15232 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5083:8: note: previous definition of ‘_38TC_ILLCHAR_15232’ with type ‘object’ {aka ‘long int’}
5083 | object _38TC_ILLCHAR_15232 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10809:8: error: redefinition of ‘_38TC_EOF_15233’
10809 | object _38TC_EOF_15233 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5084:8: note: previous definition of ‘_38TC_EOF_15233’ with type ‘object’ {aka ‘long int’}
5084 | object _38TC_EOF_15233 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10810:8: error: redefinition of ‘_38TC_PUNC_15235’
10810 | object _38TC_PUNC_15235 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5085:8: note: previous definition of ‘_38TC_PUNC_15235’ with type ‘object’ {aka ‘long int’}
5085 | object _38TC_PUNC_15235 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10811:8: error: redefinition of ‘_38TC_PREDEF_15237’
10811 | object _38TC_PREDEF_15237 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5086:8: note: previous definition of ‘_38TC_PREDEF_15237’ with type ‘object’ {aka ‘long int’}
5086 | object _38TC_PREDEF_15237 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10812:8: error: redefinition of ‘_38TC_VAR_15239’
10812 | object _38TC_VAR_15239 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5087:8: note: previous definition of ‘_38TC_VAR_15239’ with type ‘object’ {aka ‘long int’}
5087 | object _38TC_VAR_15239 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10813:8: error: redefinition of ‘_38TC_PROC_15241’
10813 | object _38TC_PROC_15241 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5088:8: note: previous definition of ‘_38TC_PROC_15241’ with type ‘object’ {aka ‘long int’}
5088 | object _38TC_PROC_15241 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10814:8: error: redefinition of ‘_38TC_FUNC_15243’
10814 | object _38TC_FUNC_15243 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5089:8: note: previous definition of ‘_38TC_FUNC_15243’ with type ‘object’ {aka ‘long int’}
5089 | object _38TC_FUNC_15243 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10815:8: error: redefinition of ‘_38TC_TYPE_15245’
10815 | object _38TC_TYPE_15245 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5090:8: note: previous definition of ‘_38TC_TYPE_15245’ with type ‘object’ {aka ‘long int’}
5090 | object _38TC_TYPE_15245 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10816:8: error: redefinition of ‘_38TC_OPER_15247’
10816 | object _38TC_OPER_15247 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5091:8: note: previous definition of ‘_38TC_OPER_15247’ with type ‘object’ {aka ‘long int’}
5091 | object _38TC_OPER_15247 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10817:8: error: redefinition of ‘_38TC_NAMESPACE_15249’
10817 | object _38TC_NAMESPACE_15249 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5092:8: note: previous definition of ‘_38TC_NAMESPACE_15249’ with type ‘object’ {aka ‘long int’}
5092 | object _38TC_NAMESPACE_15249 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10818:8: error: redefinition of ‘_38TC_LITERAL_15251’
10818 | object _38TC_LITERAL_15251 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5093:8: note: previous definition of ‘_38TC_LITERAL_15251’ with type ‘object’ {aka ‘long int’}
5093 | object _38TC_LITERAL_15251 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10819:8: error: redefinition of ‘_38token_catname_15253’
10819 | object _38token_catname_15253 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5094:8: note: previous definition of ‘_38token_catname_15253’ with type ‘object’ {aka ‘long int’}
5094 | object _38token_catname_15253 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10820:8: error: redefinition of ‘_38token_category_15266’
10820 | object _38token_category_15266 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5095:8: note: previous definition of ‘_38token_category_15266’ with type ‘object’ {aka ‘long int’}
5095 | object _38token_category_15266 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10821:8: error: redefinition of ‘_38RTN_TOKS_15341’
10821 | object _38RTN_TOKS_15341 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5096:8: note: previous definition of ‘_38RTN_TOKS_15341’ with type ‘object’ {aka ‘long int’}
5096 | object _38RTN_TOKS_15341 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10822:8: error: redefinition of ‘_38NAMED_TOKS_15343’
10822 | object _38NAMED_TOKS_15343 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5097:8: note: previous definition of ‘_38NAMED_TOKS_15343’ with type ‘object’ {aka ‘long int’}
5097 | object _38NAMED_TOKS_15343 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10823:8: error: redefinition of ‘_38ADDR_TOKS_15345’
10823 | object _38ADDR_TOKS_15345 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5098:8: note: previous definition of ‘_38ADDR_TOKS_15345’ with type ‘object’ {aka ‘long int’}
5098 | object _38ADDR_TOKS_15345 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10824:8: error: redefinition of ‘_38ID_TOKS_15347’
10824 | object _38ID_TOKS_15347 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5099:8: note: previous definition of ‘_38ID_TOKS_15347’ with type ‘object’ {aka ‘long int’}
5099 | object _38ID_TOKS_15347 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10825:8: error: redefinition of ‘_38FULL_ID_TOKS_15349’
10825 | object _38FULL_ID_TOKS_15349 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5100:8: note: previous definition of ‘_38FULL_ID_TOKS_15349’ with type ‘object’ {aka ‘long int’}
5100 | object _38FULL_ID_TOKS_15349 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10826:8: error: redefinition of ‘_38VAR_TOKS_15351’
10826 | object _38VAR_TOKS_15351 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5101:8: note: previous definition of ‘_38VAR_TOKS_15351’ with type ‘object’ {aka ‘long int’}
5101 | object _38VAR_TOKS_15351 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10827:8: error: redefinition of ‘_38FUNC_TOKS_15353’
10827 | object _38FUNC_TOKS_15353 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5102:8: note: previous definition of ‘_38FUNC_TOKS_15353’ with type ‘object’ {aka ‘long int’}
5102 | object _38FUNC_TOKS_15353 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10828:8: error: redefinition of ‘_42w32_names_15780’
10828 | object _42w32_names_15780 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5103:8: note: previous definition of ‘_42w32_names_15780’ with type ‘object’ {aka ‘long int’}
5103 | object _42w32_names_15780 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10829:8: error: redefinition of ‘_42w32_name_canonical_15990’
10829 | object _42w32_name_canonical_15990 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5104:8: note: previous definition of ‘_42w32_name_canonical_15990’ with type ‘object’ {aka ‘long int’}
5104 | object _42w32_name_canonical_15990 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10830:8: error: redefinition of ‘_42posix_names_16011’
10830 | object _42posix_names_16011 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5105:8: note: previous definition of ‘_42posix_names_16011’ with type ‘object’ {aka ‘long int’}
5105 | object _42posix_names_16011 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10831:8: error: redefinition of ‘_42locale_canonical_16014’
10831 | object _42locale_canonical_16014 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5106:8: note: previous definition of ‘_42locale_canonical_16014’ with type ‘object’ {aka ‘long int’}
5106 | object _42locale_canonical_16014 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10832:8: error: redefinition of ‘_42platform_locale_16015’
10832 | object _42platform_locale_16015 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5107:8: note: previous definition of ‘_42platform_locale_16015’ with type ‘object’ {aka ‘long int’}
5107 | object _42platform_locale_16015 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10833:8: error: redefinition of ‘_43DB_OK_16064’
10833 | object _43DB_OK_16064 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5108:8: note: previous definition of ‘_43DB_OK_16064’ with type ‘object’ {aka ‘long int’}
5108 | object _43DB_OK_16064 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10834:8: error: redefinition of ‘_43DB_OPEN_FAIL_16066’
10834 | object _43DB_OPEN_FAIL_16066 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5109:8: note: previous definition of ‘_43DB_OPEN_FAIL_16066’ with type ‘object’ {aka ‘long int’}
5109 | object _43DB_OPEN_FAIL_16066 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10835:8: error: redefinition of ‘_43DB_EXISTS_ALREADY_16068’
10835 | object _43DB_EXISTS_ALREADY_16068 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5110:8: note: previous definition of ‘_43DB_EXISTS_ALREADY_16068’ with type ‘object’ {aka ‘long int’}
5110 | object _43DB_EXISTS_ALREADY_16068 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10836:8: error: redefinition of ‘_43DB_LOCK_FAIL_16071’
10836 | object _43DB_LOCK_FAIL_16071 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5111:8: note: previous definition of ‘_43DB_LOCK_FAIL_16071’ with type ‘object’ {aka ‘long int’}
5111 | object _43DB_LOCK_FAIL_16071 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10837:8: error: redefinition of ‘_43DB_BAD_NAME_16074’
10837 | object _43DB_BAD_NAME_16074 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5112:8: note: previous definition of ‘_43DB_BAD_NAME_16074’ with type ‘object’ {aka ‘long int’}
5112 | object _43DB_BAD_NAME_16074 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10838:8: error: redefinition of ‘_43DB_FATAL_FAIL_16077’
10838 | object _43DB_FATAL_FAIL_16077 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5113:8: note: previous definition of ‘_43DB_FATAL_FAIL_16077’ with type ‘object’ {aka ‘long int’}
5113 | object _43DB_FATAL_FAIL_16077 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10839:8: error: redefinition of ‘_43DB_LOCK_NO_16080’
10839 | object _43DB_LOCK_NO_16080 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5114:8: note: previous definition of ‘_43DB_LOCK_NO_16080’ with type ‘object’ {aka ‘long int’}
5114 | object _43DB_LOCK_NO_16080 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10840:8: error: redefinition of ‘_43DB_LOCK_SHARED_16081’
10840 | object _43DB_LOCK_SHARED_16081 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5115:8: note: previous definition of ‘_43DB_LOCK_SHARED_16081’ with type ‘object’ {aka ‘long int’}
5115 | object _43DB_LOCK_SHARED_16081 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10841:8: error: redefinition of ‘_43DB_LOCK_EXCLUSIVE_16083’
10841 | object _43DB_LOCK_EXCLUSIVE_16083 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5116:8: note: previous definition of ‘_43DB_LOCK_EXCLUSIVE_16083’ with type ‘object’ {aka ‘long int’}
5116 | object _43DB_LOCK_EXCLUSIVE_16083 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10842:8: error: redefinition of ‘_43DB_LOCK_READ_ONLY_16085’
10842 | object _43DB_LOCK_READ_ONLY_16085 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5117:8: note: previous definition of ‘_43DB_LOCK_READ_ONLY_16085’ with type ‘object’ {aka ‘long int’}
5117 | object _43DB_LOCK_READ_ONLY_16085 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10843:8: error: redefinition of ‘_43MISSING_END_16087’
10843 | object _43MISSING_END_16087 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5118:8: note: previous definition of ‘_43MISSING_END_16087’ with type ‘object’ {aka ‘long int’}
5118 | object _43MISSING_END_16087 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10844:8: error: redefinition of ‘_43NO_DATABASE_16089’
10844 | object _43NO_DATABASE_16089 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5119:8: note: previous definition of ‘_43NO_DATABASE_16089’ with type ‘object’ {aka ‘long int’}
5119 | object _43NO_DATABASE_16089 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10845:8: error: redefinition of ‘_43BAD_SEEK_16091’
10845 | object _43BAD_SEEK_16091 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5120:8: note: previous definition of ‘_43BAD_SEEK_16091’ with type ‘object’ {aka ‘long int’}
5120 | object _43BAD_SEEK_16091 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10846:8: error: redefinition of ‘_43NO_TABLE_16093’
10846 | object _43NO_TABLE_16093 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5121:8: note: previous definition of ‘_43NO_TABLE_16093’ with type ‘object’ {aka ‘long int’}
5121 | object _43NO_TABLE_16093 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10847:8: error: redefinition of ‘_43DUP_TABLE_16095’
10847 | object _43DUP_TABLE_16095 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5122:8: note: previous definition of ‘_43DUP_TABLE_16095’ with type ‘object’ {aka ‘long int’}
5122 | object _43DUP_TABLE_16095 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10848:8: error: redefinition of ‘_43BAD_RECNO_16097’
10848 | object _43BAD_RECNO_16097 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5123:8: note: previous definition of ‘_43BAD_RECNO_16097’ with type ‘object’ {aka ‘long int’}
5123 | object _43BAD_RECNO_16097 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10849:8: error: redefinition of ‘_43INSERT_FAILED_16099’
10849 | object _43INSERT_FAILED_16099 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5124:8: note: previous definition of ‘_43INSERT_FAILED_16099’ with type ‘object’ {aka ‘long int’}
5124 | object _43INSERT_FAILED_16099 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10850:8: error: redefinition of ‘_43LAST_ERROR_CODE_16101’
10850 | object _43LAST_ERROR_CODE_16101 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5125:8: note: previous definition of ‘_43LAST_ERROR_CODE_16101’ with type ‘object’ {aka ‘long int’}
5125 | object _43LAST_ERROR_CODE_16101 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10851:8: error: redefinition of ‘_43BAD_FILE_16103’
10851 | object _43BAD_FILE_16103 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5126:8: note: previous definition of ‘_43BAD_FILE_16103’ with type ‘object’ {aka ‘long int’}
5126 | object _43BAD_FILE_16103 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10852:8: error: redefinition of ‘_43DB_MAGIC_16105’
10852 | object _43DB_MAGIC_16105 = 77;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5127:8: note: previous definition of ‘_43DB_MAGIC_16105’ with type ‘object’ {aka ‘long int’}
5127 | object _43DB_MAGIC_16105 = 77;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10853:8: error: redefinition of ‘_43DB_MAJOR_16107’
10853 | object _43DB_MAJOR_16107 = 4;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5128:8: note: previous definition of ‘_43DB_MAJOR_16107’ with type ‘object’ {aka ‘long int’}
5128 | object _43DB_MAJOR_16107 = 4;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10854:8: error: redefinition of ‘_43DB_MINOR_16108’
10854 | object _43DB_MINOR_16108 = 0;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5129:8: note: previous definition of ‘_43DB_MINOR_16108’ with type ‘object’ {aka ‘long int’}
5129 | object _43DB_MINOR_16108 = 0;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10855:8: error: redefinition of ‘_43SIZEOF_TABLE_HEADER_16109’
10855 | object _43SIZEOF_TABLE_HEADER_16109 = 16;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5130:8: note: previous definition of ‘_43SIZEOF_TABLE_HEADER_16109’ with type ‘object’ {aka ‘long int’}
5130 | object _43SIZEOF_TABLE_HEADER_16109 = 16;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10856:8: error: redefinition of ‘_43TABLE_HEADERS_16111’
10856 | object _43TABLE_HEADERS_16111 = 3;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5131:8: note: previous definition of ‘_43TABLE_HEADERS_16111’ with type ‘object’ {aka ‘long int’}
5131 | object _43TABLE_HEADERS_16111 = 3;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10857:8: error: redefinition of ‘_43FREE_COUNT_16112’
10857 | object _43FREE_COUNT_16112 = 7;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5132:8: note: previous definition of ‘_43FREE_COUNT_16112’ with type ‘object’ {aka ‘long int’}
5132 | object _43FREE_COUNT_16112 = 7;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10858:8: error: redefinition of ‘_43FREE_LIST_16114’
10858 | object _43FREE_LIST_16114 = 11;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5133:8: note: previous definition of ‘_43FREE_LIST_16114’ with type ‘object’ {aka ‘long int’}
5133 | object _43FREE_LIST_16114 = 11;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10859:8: error: redefinition of ‘_43DEF_INIT_FREE_16116’
10859 | object _43DEF_INIT_FREE_16116 = 5;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5134:8: note: previous definition of ‘_43DEF_INIT_FREE_16116’ with type ‘object’ {aka ‘long int’}
5134 | object _43DEF_INIT_FREE_16116 = 5;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10860:8: error: redefinition of ‘_43DEF_INIT_TABLES_16118’
10860 | object _43DEF_INIT_TABLES_16118 = 5;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5135:8: note: previous definition of ‘_43DEF_INIT_TABLES_16118’ with type ‘object’ {aka ‘long int’}
5135 | object _43DEF_INIT_TABLES_16118 = 5;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10861:8: error: redefinition of ‘_43MAX_INDEX_16119’
10861 | object _43MAX_INDEX_16119 = 10;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5136:8: note: previous definition of ‘_43MAX_INDEX_16119’ with type ‘object’ {aka ‘long int’}
5136 | object _43MAX_INDEX_16119 = 10;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10862:8: error: redefinition of ‘_43DEF_INIT_RECORDS_16121’
10862 | object _43DEF_INIT_RECORDS_16121 = 50;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5137:8: note: previous definition of ‘_43DEF_INIT_RECORDS_16121’ with type ‘object’ {aka ‘long int’}
5137 | object _43DEF_INIT_RECORDS_16121 = 50;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10863:8: error: redefinition of ‘_43CONNECT_LOCK_16123’
10863 | object _43CONNECT_LOCK_16123 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5138:8: note: previous definition of ‘_43CONNECT_LOCK_16123’ with type ‘object’ {aka ‘long int’}
5138 | object _43CONNECT_LOCK_16123 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10864:8: error: redefinition of ‘_43CONNECT_TABLES_16124’
10864 | object _43CONNECT_TABLES_16124 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5139:8: note: previous definition of ‘_43CONNECT_TABLES_16124’ with type ‘object’ {aka ‘long int’}
5139 | object _43CONNECT_TABLES_16124 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10865:8: error: redefinition of ‘_43CONNECT_FREE_16126’
10865 | object _43CONNECT_FREE_16126 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5140:8: note: previous definition of ‘_43CONNECT_FREE_16126’ with type ‘object’ {aka ‘long int’}
5140 | object _43CONNECT_FREE_16126 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10866:8: error: redefinition of ‘_43TRUE_16128’
10866 | object _43TRUE_16128 = 1;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5141:8: note: previous definition of ‘_43TRUE_16128’ with type ‘object’ {aka ‘long int’}
5141 | object _43TRUE_16128 = 1;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10867:8: error: redefinition of ‘_43current_db_16129’
10867 | object _43current_db_16129 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5142:8: note: previous definition of ‘_43current_db_16129’ with type ‘object’ {aka ‘long int’}
5142 | object _43current_db_16129 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10868:8: error: redefinition of ‘_43current_table_pos_16130’
10868 | object _43current_table_pos_16130 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5143:8: note: previous definition of ‘_43current_table_pos_16130’ with type ‘object’ {aka ‘long int’}
5143 | object _43current_table_pos_16130 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10869:8: error: redefinition of ‘_43current_table_name_16131’
10869 | object _43current_table_name_16131 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5144:8: note: previous definition of ‘_43current_table_name_16131’ with type ‘object’ {aka ‘long int’}
5144 | object _43current_table_name_16131 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10870:8: error: redefinition of ‘_43db_names_16132’
10870 | object _43db_names_16132 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5145:8: note: previous definition of ‘_43db_names_16132’ with type ‘object’ {aka ‘long int’}
5145 | object _43db_names_16132 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10871:8: error: redefinition of ‘_43db_file_nums_16133’
10871 | object _43db_file_nums_16133 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5146:8: note: previous definition of ‘_43db_file_nums_16133’ with type ‘object’ {aka ‘long int’}
5146 | object _43db_file_nums_16133 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10872:8: error: redefinition of ‘_43db_lock_methods_16134’
10872 | object _43db_lock_methods_16134 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5147:8: note: previous definition of ‘_43db_lock_methods_16134’ with type ‘object’ {aka ‘long int’}
5147 | object _43db_lock_methods_16134 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10873:8: error: redefinition of ‘_43current_lock_16135’
10873 | object _43current_lock_16135 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5148:8: note: previous definition of ‘_43current_lock_16135’ with type ‘object’ {aka ‘long int’}
5148 | object _43current_lock_16135 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10874:8: error: redefinition of ‘_43key_pointers_16136’
10874 | object _43key_pointers_16136 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5149:8: note: previous definition of ‘_43key_pointers_16136’ with type ‘object’ {aka ‘long int’}
5149 | object _43key_pointers_16136 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10875:8: error: redefinition of ‘_43key_cache_16137’
10875 | object _43key_cache_16137 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5150:8: note: previous definition of ‘_43key_cache_16137’ with type ‘object’ {aka ‘long int’}
5150 | object _43key_cache_16137 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10876:8: error: redefinition of ‘_43cache_index_16138’
10876 | object _43cache_index_16138 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5151:8: note: previous definition of ‘_43cache_index_16138’ with type ‘object’ {aka ‘long int’}
5151 | object _43cache_index_16138 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10877:8: error: redefinition of ‘_43caching_option_16139’
10877 | object _43caching_option_16139 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5152:8: note: previous definition of ‘_43caching_option_16139’ with type ‘object’ {aka ‘long int’}
5152 | object _43caching_option_16139 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10878:8: error: redefinition of ‘_43DISCONNECT_16140’
10878 | object _43DISCONNECT_16140 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5153:8: note: previous definition of ‘_43DISCONNECT_16140’ with type ‘object’ {aka ‘long int’}
5153 | object _43DISCONNECT_16140 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10879:8: error: redefinition of ‘_43LOCK_METHOD_16142’
10879 | object _43LOCK_METHOD_16142 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5154:8: note: previous definition of ‘_43LOCK_METHOD_16142’ with type ‘object’ {aka ‘long int’}
5154 | object _43LOCK_METHOD_16142 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10880:8: error: redefinition of ‘_43INIT_TABLES_16144’
10880 | object _43INIT_TABLES_16144 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5155:8: note: previous definition of ‘_43INIT_TABLES_16144’ with type ‘object’ {aka ‘long int’}
5155 | object _43INIT_TABLES_16144 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10881:8: error: redefinition of ‘_43INIT_FREE_16146’
10881 | object _43INIT_FREE_16146 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5156:8: note: previous definition of ‘_43INIT_FREE_16146’ with type ‘object’ {aka ‘long int’}
5156 | object _43INIT_FREE_16146 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10882:8: error: redefinition of ‘_43CONNECTION_16148’
10882 | object _43CONNECTION_16148 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5157:8: note: previous definition of ‘_43CONNECTION_16148’ with type ‘object’ {aka ‘long int’}
5157 | object _43CONNECTION_16148 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10883:8: error: redefinition of ‘_43Known_Aliases_16150’
10883 | object _43Known_Aliases_16150 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5158:8: note: previous definition of ‘_43Known_Aliases_16150’ with type ‘object’ {aka ‘long int’}
5158 | object _43Known_Aliases_16150 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10884:8: error: redefinition of ‘_43Alias_Details_16151’
10884 | object _43Alias_Details_16151 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5159:8: note: previous definition of ‘_43Alias_Details_16151’ with type ‘object’ {aka ‘long int’}
5159 | object _43Alias_Details_16151 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10885:8: error: redefinition of ‘_43db_fatal_id_16152’
10885 | object _43db_fatal_id_16152 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5160:8: note: previous definition of ‘_43db_fatal_id_16152’ with type ‘object’ {aka ‘long int’}
5160 | object _43db_fatal_id_16152 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10886:8: error: redefinition of ‘_43vLastErrors_16153’
10886 | object _43vLastErrors_16153 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5161:8: note: previous definition of ‘_43vLastErrors_16153’ with type ‘object’ {aka ‘long int’}
5161 | object _43vLastErrors_16153 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10887:8: error: redefinition of ‘_43mem0_16171’
10887 | object _43mem0_16171 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5162:8: note: previous definition of ‘_43mem0_16171’ with type ‘object’ {aka ‘long int’}
5162 | object _43mem0_16171 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10888:8: error: redefinition of ‘_43mem1_16172’
10888 | object _43mem1_16172 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5163:8: note: previous definition of ‘_43mem1_16172’ with type ‘object’ {aka ‘long int’}
5163 | object _43mem1_16172 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10889:8: error: redefinition of ‘_43mem2_16173’
10889 | object _43mem2_16173 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5164:8: note: previous definition of ‘_43mem2_16173’ with type ‘object’ {aka ‘long int’}
5164 | object _43mem2_16173 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10890:8: error: redefinition of ‘_43mem3_16174’
10890 | object _43mem3_16174 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5165:8: note: previous definition of ‘_43mem3_16174’ with type ‘object’ {aka ‘long int’}
5165 | object _43mem3_16174 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10891:8: error: redefinition of ‘_43I2B_16231’
10891 | object _43I2B_16231 = 249;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5166:8: note: previous definition of ‘_43I2B_16231’ with type ‘object’ {aka ‘long int’}
5166 | object _43I2B_16231 = 249;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10892:8: error: redefinition of ‘_43I3B_16233’
10892 | object _43I3B_16233 = 250;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5167:8: note: previous definition of ‘_43I3B_16233’ with type ‘object’ {aka ‘long int’}
5167 | object _43I3B_16233 = 250;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10893:8: error: redefinition of ‘_43I4B_16235’
10893 | object _43I4B_16235 = 251;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5168:8: note: previous definition of ‘_43I4B_16235’ with type ‘object’ {aka ‘long int’}
5168 | object _43I4B_16235 = 251;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10894:8: error: redefinition of ‘_43F4B_16237’
10894 | object _43F4B_16237 = 252;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5169:8: note: previous definition of ‘_43F4B_16237’ with type ‘object’ {aka ‘long int’}
5169 | object _43F4B_16237 = 252;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10895:8: error: redefinition of ‘_43F8B_16239’
10895 | object _43F8B_16239 = 253;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5170:8: note: previous definition of ‘_43F8B_16239’ with type ‘object’ {aka ‘long int’}
5170 | object _43F8B_16239 = 253;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10896:8: error: redefinition of ‘_43S1B_16241’
10896 | object _43S1B_16241 = 254;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5171:8: note: previous definition of ‘_43S1B_16241’ with type ‘object’ {aka ‘long int’}
5171 | object _43S1B_16241 = 254;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10897:8: error: redefinition of ‘_43S4B_16243’
10897 | object _43S4B_16243 = 255;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5172:8: note: previous definition of ‘_43S4B_16243’ with type ‘object’ {aka ‘long int’}
5172 | object _43S4B_16243 = 255;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10898:8: error: redefinition of ‘_43MIN1B_16245’
10898 | object _43MIN1B_16245 = -9;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5173:8: note: previous definition of ‘_43MIN1B_16245’ with type ‘object’ {aka ‘long int’}
5173 | object _43MIN1B_16245 = -9;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10899:8: error: redefinition of ‘_43MAX1B_16248’
10899 | object _43MAX1B_16248 = 239;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5174:8: note: previous definition of ‘_43MAX1B_16248’ with type ‘object’ {aka ‘long int’}
5174 | object _43MAX1B_16248 = 239;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10900:8: error: redefinition of ‘_43MIN2B_16250’
10900 | object _43MIN2B_16250 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5175:8: note: previous definition of ‘_43MIN2B_16250’ with type ‘object’ {aka ‘long int’}
5175 | object _43MIN2B_16250 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10901:8: error: redefinition of ‘_43MAX2B_16254’
10901 | object _43MAX2B_16254 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5176:8: note: previous definition of ‘_43MAX2B_16254’ with type ‘object’ {aka ‘long int’}
5176 | object _43MAX2B_16254 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10902:8: error: redefinition of ‘_43MIN3B_16257’
10902 | object _43MIN3B_16257 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5177:8: note: previous definition of ‘_43MIN3B_16257’ with type ‘object’ {aka ‘long int’}
5177 | object _43MIN3B_16257 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10903:8: error: redefinition of ‘_43MAX3B_16261’
10903 | object _43MAX3B_16261 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5178:8: note: previous definition of ‘_43MAX3B_16261’ with type ‘object’ {aka ‘long int’}
5178 | object _43MAX3B_16261 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10904:8: error: redefinition of ‘_43MIN4B_16264’
10904 | object _43MIN4B_16264 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5179:8: note: previous definition of ‘_43MIN4B_16264’ with type ‘object’ {aka ‘long int’}
5179 | object _43MIN4B_16264 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10905:8: error: redefinition of ‘_43memseq_16406’
10905 | object _43memseq_16406 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5180:8: note: previous definition of ‘_43memseq_16406’ with type ‘object’ {aka ‘long int’}
5180 | object _43memseq_16406 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10906:8: error: redefinition of ‘_40P_18470’
10906 | object _40P_18470 = 50331649;
| ^~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5181:8: note: previous definition of ‘_40P_18470’ with type ‘object’ {aka ‘long int’}
5181 | object _40P_18470 = 50331649;
| ^~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10907:8: error: redefinition of ‘_40I_18471’
10907 | object _40I_18471 = 16777220;
| ^~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5182:8: note: previous definition of ‘_40I_18471’ with type ‘object’ {aka ‘long int’}
5182 | object _40I_18471 = 16777220;
| ^~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10908:8: error: redefinition of ‘_40L_18472’
10908 | object _40L_18472 = 16777224;
| ^~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5183:8: note: previous definition of ‘_40L_18472’ with type ‘object’ {aka ‘long int’}
5183 | object _40L_18472 = 16777224;
| ^~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10909:8: error: redefinition of ‘_40def_lang_18473’
10909 | object _40def_lang_18473 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5184:8: note: previous definition of ‘_40def_lang_18473’ with type ‘object’ {aka ‘long int’}
5184 | object _40def_lang_18473 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10910:8: error: redefinition of ‘_40lang_path_18474’
10910 | object _40lang_path_18474 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5185:8: note: previous definition of ‘_40lang_path_18474’ with type ‘object’ {aka ‘long int’}
5185 | object _40lang_path_18474 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10911:8: error: redefinition of ‘_40lib_18641’
10911 | object _40lib_18641 = NOVALUE;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5186:8: note: previous definition of ‘_40lib_18641’ with type ‘object’ {aka ‘long int’}
5186 | object _40lib_18641 = NOVALUE;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10912:8: error: redefinition of ‘_40f_setlocale_18643’
10912 | object _40f_setlocale_18643 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5187:8: note: previous definition of ‘_40f_setlocale_18643’ with type ‘object’ {aka ‘long int’}
5187 | object _40f_setlocale_18643 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10913:8: error: redefinition of ‘_40f_strftime_18647’
10913 | object _40f_strftime_18647 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5188:8: note: previous definition of ‘_40f_strftime_18647’ with type ‘object’ {aka ‘long int’}
5188 | object _40f_strftime_18647 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10914:8: error: redefinition of ‘_40f_strfnum_18651’
10914 | object _40f_strfnum_18651 = -1;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5189:8: note: previous definition of ‘_40f_strfnum_18651’ with type ‘object’ {aka ‘long int’}
5189 | object _40f_strfnum_18651 = -1;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10915:8: error: redefinition of ‘_40LC_ALL_18652’
10915 | object _40LC_ALL_18652 = 6;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5190:8: note: previous definition of ‘_40LC_ALL_18652’ with type ‘object’ {aka ‘long int’}
5190 | object _40LC_ALL_18652 = 6;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10916:8: error: redefinition of ‘_40LC_NUMERIC_18654’
10916 | object _40LC_NUMERIC_18654 = 1;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5191:8: note: previous definition of ‘_40LC_NUMERIC_18654’ with type ‘object’ {aka ‘long int’}
5191 | object _40LC_NUMERIC_18654 = 1;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10917:8: error: redefinition of ‘_40LC_MONETARY_18655’
10917 | object _40LC_MONETARY_18655 = 4;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5192:8: note: previous definition of ‘_40LC_MONETARY_18655’ with type ‘object’ {aka ‘long int’}
5192 | object _40LC_MONETARY_18655 = 4;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10918:8: error: redefinition of ‘_40f_strfmon_18657’
10918 | object _40f_strfmon_18657 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5193:8: note: previous definition of ‘_40f_strfmon_18657’ with type ‘object’ {aka ‘long int’}
5193 | object _40f_strfmon_18657 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10919:8: error: redefinition of ‘_39UNKNOWN_MESSAGE_CODE_1_18899’
10919 | object _39UNKNOWN_MESSAGE_CODE_1_18899 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5194:8: note: previous definition of ‘_39UNKNOWN_MESSAGE_CODE_1_18899’ with type ‘object’ {aka ‘long int’}
5194 | object _39UNKNOWN_MESSAGE_CODE_1_18899 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10920:8: error: redefinition of ‘_39MSG_1_IS_MISSING_DEFINED_WORD_BEFORE_OR_18900’
10920 | object _39MSG_1_IS_MISSING_DEFINED_WORD_BEFORE_OR_18900 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5195:8: note: previous definition of ‘_39MSG_1_IS_MISSING_DEFINED_WORD_BEFORE_OR_18900’ with type ‘object’ {aka ‘long int’}
5195 | object _39MSG_1_IS_MISSING_DEFINED_WORD_BEFORE_OR_18900 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10921:8: error: redefinition of ‘_39MSG_1_IS_MISSING_DEFINED_WORD_BEFORE_AND_18902’
10921 | object _39MSG_1_IS_MISSING_DEFINED_WORD_BEFORE_AND_18902 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5196:8: note: previous definition of ‘_39MSG_1_IS_MISSING_DEFINED_WORD_BEFORE_AND_18902’ with type ‘object’ {aka ‘long int’}
5196 | object _39MSG_1_IS_MISSING_DEFINED_WORD_BEFORE_AND_18902 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10922:8: error: redefinition of ‘_39MSG_1_WORD_MUST_BE_AN_IDENTIFIER_18904’
10922 | object _39MSG_1_WORD_MUST_BE_AN_IDENTIFIER_18904 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5197:8: note: previous definition of ‘_39MSG_1_WORD_MUST_BE_AN_IDENTIFIER_18904’ with type ‘object’ {aka ‘long int’}
5197 | object _39MSG_1_WORD_MUST_BE_AN_IDENTIFIER_18904 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10923:8: error: redefinition of ‘_39MSG_1_NOT_UNDERSTOOD_18906’
10923 | object _39MSG_1_NOT_UNDERSTOOD_18906 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5198:8: note: previous definition of ‘_39MSG_1_NOT_UNDERSTOOD_18906’ with type ‘object’ {aka ‘long int’}
5198 | object _39MSG_1_NOT_UNDERSTOOD_18906 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10924:8: error: redefinition of ‘_39MSG_1_IS_NOT_SUPPORTED_IN_EUPHORIA_FOR_2_18908’
10924 | object _39MSG_1_IS_NOT_SUPPORTED_IN_EUPHORIA_FOR_2_18908 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5199:8: note: previous definition of ‘_39MSG_1_IS_NOT_SUPPORTED_IN_EUPHORIA_FOR_2_18908’ with type ‘object’ {aka ‘long int’}
5199 | object _39MSG_1_IS_NOT_SUPPORTED_IN_EUPHORIA_FOR_2_18908 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10925:8: error: redefinition of ‘_39MSG_1_IS_MISSING_DEFINED_WORD_BEFORE_THEN_18910’
10925 | object _39MSG_1_IS_MISSING_DEFINED_WORD_BEFORE_THEN_18910 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5200:8: note: previous definition of ‘_39MSG_1_IS_MISSING_DEFINED_WORD_BEFORE_THEN_18910’ with type ‘object’ {aka ‘long int’}
5200 | object _39MSG_1_IS_MISSING_DEFINED_WORD_BEFORE_THEN_18910 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10926:8: error: redefinition of ‘_39MSG_1_DUPLICATE_NOT_18912’
10926 | object _39MSG_1_DUPLICATE_NOT_18912 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5201:8: note: previous definition of ‘_39MSG_1_DUPLICATE_NOT_18912’ with type ‘object’ {aka ‘long int’}
5201 | object _39MSG_1_DUPLICATE_NOT_18912 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10927:8: error: redefinition of ‘_39MSG_1_THEN_FOLLOWS_2_18914’
10927 | object _39MSG_1_THEN_FOLLOWS_2_18914 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5202:8: note: previous definition of ‘_39MSG_1_THEN_FOLLOWS_2_18914’ with type ‘object’ {aka ‘long int’}
5202 | object _39MSG_1_THEN_FOLLOWS_2_18914 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10928:8: error: redefinition of ‘_39MSG_1_OR_FOLLOWS_2_18916’
10928 | object _39MSG_1_OR_FOLLOWS_2_18916 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5203:8: note: previous definition of ‘_39MSG_1_OR_FOLLOWS_2_18916’ with type ‘object’ {aka ‘long int’}
5203 | object _39MSG_1_OR_FOLLOWS_2_18916 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10929:8: error: redefinition of ‘_39MSG_1_AND_FOLLOWS_2_18918’
10929 | object _39MSG_1_AND_FOLLOWS_2_18918 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5204:8: note: previous definition of ‘_39MSG_1_AND_FOLLOWS_2_18918’ with type ‘object’ {aka ‘long int’}
5204 | object _39MSG_1_AND_FOLLOWS_2_18918 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10930:8: error: redefinition of ‘_39MSG_1_THEN_FOLLOWS_NOT_18920’
10930 | object _39MSG_1_THEN_FOLLOWS_NOT_18920 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5205:8: note: previous definition of ‘_39MSG_1_THEN_FOLLOWS_NOT_18920’ with type ‘object’ {aka ‘long int’}
5205 | object _39MSG_1_THEN_FOLLOWS_NOT_18920 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10931:8: error: redefinition of ‘_39MSG_1_CONFLICTS_WITH_A_FILE_NAME_USED_INTERNALLY_BY_THE_TRANSLATOR_18922’
10931 | object _39MSG_1_CONFLICTS_WITH_A_FILE_NAME_USED_INTERNALLY_BY_THE_TRANSLATOR_18922 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5206:8: note: previous definition of ‘_39MSG_1_CONFLICTS_WITH_A_FILE_NAME_USED_INTERNALLY_BY_THE_TRANSLATOR_18922’ with type ‘object’ {aka ‘long int’}
5206 | object _39MSG_1_CONFLICTS_WITH_A_FILE_NAME_USED_INTERNALLY_BY_THE_TRANSLATOR_18922 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10932:8: error: redefinition of ‘_39MSG_WITH_FALLTHRU_IS_ONLY_VALID_IN_A_SWITCH_STATEMENT_18924’
10932 | object _39MSG_WITH_FALLTHRU_IS_ONLY_VALID_IN_A_SWITCH_STATEMENT_18924 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5207:8: note: previous definition of ‘_39MSG_WITH_FALLTHRU_IS_ONLY_VALID_IN_A_SWITCH_STATEMENT_18924’ with type ‘object’ {aka ‘long int’}
5207 | object _39MSG_WITH_FALLTHRU_IS_ONLY_VALID_IN_A_SWITCH_STATEMENT_18924 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10933:8: error: redefinition of ‘_39MSG_WITH_ENTRY_IS_ONLY_VALID_ON_A_WHILE_OR_LOOP_STATEMENT_18926’
10933 | object _39MSG_WITH_ENTRY_IS_ONLY_VALID_ON_A_WHILE_OR_LOOP_STATEMENT_18926 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5208:8: note: previous definition of ‘_39MSG_WITH_ENTRY_IS_ONLY_VALID_ON_A_WHILE_OR_LOOP_STATEMENT_18926’ with type ‘object’ {aka ‘long int’}
5208 | object _39MSG_WITH_ENTRY_IS_ONLY_VALID_ON_A_WHILE_OR_LOOP_STATEMENT_18926 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10934:8: error: redefinition of ‘_39MSG_WITHOUT_FALLTHRU_IS_ONLY_VALID_IN_A_SWITCH_STATEMENT_18928’
10934 | object _39MSG_WITHOUT_FALLTHRU_IS_ONLY_VALID_IN_A_SWITCH_STATEMENT_18928 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5209:8: note: previous definition of ‘_39MSG_WITHOUT_FALLTHRU_IS_ONLY_VALID_IN_A_SWITCH_STATEMENT_18928’ with type ‘object’ {aka ‘long int’}
5209 | object _39MSG_WITHOUT_FALLTHRU_IS_ONLY_VALID_IN_A_SWITCH_STATEMENT_18928 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10935:8: error: redefinition of ‘_39MSG_PUBLIC_OR_EXPORT_MUST_BE_FOLLOWED_BYA_TYPE_CONSTANT_ENUM_PROCEDURE_TYPE_OR_FUNCTION_18930’
10935 | object _39MSG_PUBLIC_OR_EXPORT_MUST_BE_FOLLOWED_BYA_TYPE_CONSTANT_ENUM_PROCEDURE_TYPE_OR_FUNCTION_18930 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5210:8: note: previous definition of ‘_39MSG_PUBLIC_OR_EXPORT_MUST_BE_FOLLOWED_BYA_TYPE_CONSTANT_ENUM_PROCEDURE_TYPE_OR_FUNCTION_18930’ with type ‘object’ {aka ‘long int’}
5210 | object _39MSG_PUBLIC_OR_EXPORT_MUST_BE_FOLLOWED_BYA_TYPE_CONSTANT_ENUM_PROCEDURE_TYPE_OR_FUNCTION_18930 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10936:8: error: redefinition of ‘_39MSG_END_HAS_NO_MATCHING_1_18932’
10936 | object _39MSG_END_HAS_NO_MATCHING_1_18932 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5211:8: note: previous definition of ‘_39MSG_END_HAS_NO_MATCHING_1_18932’ with type ‘object’ {aka ‘long int’}
5211 | object _39MSG_END_HAS_NO_MATCHING_1_18932 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10937:8: error: redefinition of ‘_39MSG_GLOBAL_MUST_BE_FOLLOWED_BYA_TYPE_CONSTANT_ENUM_PROCEDURE_TYPE_OR_FUNCTION_18934’
10937 | object _39MSG_GLOBAL_MUST_BE_FOLLOWED_BYA_TYPE_CONSTANT_ENUM_PROCEDURE_TYPE_OR_FUNCTION_18934 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5212:8: note: previous definition of ‘_39MSG_GLOBAL_MUST_BE_FOLLOWED_BYA_TYPE_CONSTANT_ENUM_PROCEDURE_TYPE_OR_FUNCTION_18934’ with type ‘object’ {aka ‘long int’}
5212 | object _39MSG_GLOBAL_MUST_BE_FOLLOWED_BYA_TYPE_CONSTANT_ENUM_PROCEDURE_TYPE_OR_FUNCTION_18934 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10938:8: error: redefinition of ‘_39MSG_1_HAS_NOT_BEEN_DECLARED_18936’
10938 | object _39MSG_1_HAS_NOT_BEEN_DECLARED_18936 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5213:8: note: previous definition of ‘_39MSG_1_HAS_NOT_BEEN_DECLARED_18936’ with type ‘object’ {aka ‘long int’}
5213 | object _39MSG_1_HAS_NOT_BEEN_DECLARED_18936 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10939:8: error: redefinition of ‘_39MSG_1_NEEDS_2_ARGUMENT_18938’
10939 | object _39MSG_1_NEEDS_2_ARGUMENT_18938 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5214:8: note: previous definition of ‘_39MSG_1_NEEDS_2_ARGUMENT_18938’ with type ‘object’ {aka ‘long int’}
5214 | object _39MSG_1_NEEDS_2_ARGUMENT_18938 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10940:8: error: redefinition of ‘_39MSG__MUST_ONLY_APPEAR_BETWEEN__AND__OR_AS_THE_LAST_ITEM_IN_A_SEQUENCE_LITERAL_18940’
10940 | object _39MSG__MUST_ONLY_APPEAR_BETWEEN__AND__OR_AS_THE_LAST_ITEM_IN_A_SEQUENCE_LITERAL_18940 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5215:8: note: previous definition of ‘_39MSG__MUST_ONLY_APPEAR_BETWEEN__AND__OR_AS_THE_LAST_ITEM_IN_A_SEQUENCE_LITERAL_18940’ with type ‘object’ {aka ‘long int’}
5215 | object _39MSG__MUST_ONLY_APPEAR_BETWEEN__AND__OR_AS_THE_LAST_ITEM_IN_A_SEQUENCE_LITERAL_18940 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10941:8: error: redefinition of ‘_39A_FALLTHRU_MUST_BE_INSIDE_A_SWITCH_18942’
10941 | object _39A_FALLTHRU_MUST_BE_INSIDE_A_SWITCH_18942 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5216:8: note: previous definition of ‘_39A_FALLTHRU_MUST_BE_INSIDE_A_SWITCH_18942’ with type ‘object’ {aka ‘long int’}
5216 | object _39A_FALLTHRU_MUST_BE_INSIDE_A_SWITCH_18942 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10942:8: error: redefinition of ‘_39A_NAMESPACE_QUALIFIER_IS_NEEDED_TO_RESOLVE_1BECAUSE_2_IS_DECLARED_AS_A_GLOBALPUBLIC_SYMBOL_IN3_18944’
10942 | object _39A_NAMESPACE_QUALIFIER_IS_NEEDED_TO_RESOLVE_1BECAUSE_2_IS_DECLARED_AS_A_GLOBALPUBLIC_SYMBOL_IN3_18944 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5217:8: note: previous definition of ‘_39A_NAMESPACE_QUALIFIER_IS_NEEDED_TO_RESOLVE_1BECAUSE_2_IS_DECLARED_AS_A_GLOBALPUBLIC_SYMBOL_IN3_18944’ with type ‘object’ {aka ‘long int’}
5217 | object _39A_NAMESPACE_QUALIFIER_IS_NEEDED_TO_RESOLVE_1BECAUSE_2_IS_DECLARED_AS_A_GLOBALPUBLIC_SYMBOL_IN3_18944 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10943:8: error: redefinition of ‘_39A_VARIABLE_NAME_IS_EXPECTED_HERE_18946’
10943 | object _39A_VARIABLE_NAME_IS_EXPECTED_HERE_18946 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5218:8: note: previous definition of ‘_39A_VARIABLE_NAME_IS_EXPECTED_HERE_18946’ with type ‘object’ {aka ‘long int’}
5218 | object _39A_VARIABLE_NAME_IS_EXPECTED_HERE_18946 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10944:8: error: redefinition of ‘_39FOUND__1__BUT_WAS_EXPECTING_AN_IDENTIFIER_NAME_18948’
10944 | object _39FOUND__1__BUT_WAS_EXPECTING_AN_IDENTIFIER_NAME_18948 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5219:8: note: previous definition of ‘_39FOUND__1__BUT_WAS_EXPECTING_AN_IDENTIFIER_NAME_18948’ with type ‘object’ {aka ‘long int’}
5219 | object _39FOUND__1__BUT_WAS_EXPECTING_AN_IDENTIFIER_NAME_18948 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10945:8: error: redefinition of ‘_39ARGUMENT_1_OF_2_3_WAS_OMITTED_BUT_THERE_IS_NO_DEFAULT_VALUE_DEFINED_18950’
10945 | object _39ARGUMENT_1_OF_2_3_WAS_OMITTED_BUT_THERE_IS_NO_DEFAULT_VALUE_DEFINED_18950 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5220:8: note: previous definition of ‘_39ARGUMENT_1_OF_2_3_WAS_OMITTED_BUT_THERE_IS_NO_DEFAULT_VALUE_DEFINED_18950’ with type ‘object’ {aka ‘long int’}
5220 | object _39ARGUMENT_1_OF_2_3_WAS_OMITTED_BUT_THERE_IS_NO_DEFAULT_VALUE_DEFINED_18950 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10946:8: error: redefinition of ‘_39AN_UNKNOWN_WITHWITHOUT_OPTION_HAS_BEEN_SPECIFIED_18952’
10946 | object _39AN_UNKNOWN_WITHWITHOUT_OPTION_HAS_BEEN_SPECIFIED_18952 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5221:8: note: previous definition of ‘_39AN_UNKNOWN_WITHWITHOUT_OPTION_HAS_BEEN_SPECIFIED_18952’ with type ‘object’ {aka ‘long int’}
5221 | object _39AN_UNKNOWN_WITHWITHOUT_OPTION_HAS_BEEN_SPECIFIED_18952 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10947:8: error: redefinition of ‘_39A_LOOP_VARIABLE_NAME_IS_EXPECTED_HERE_18954’
10947 | object _39A_LOOP_VARIABLE_NAME_IS_EXPECTED_HERE_18954 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5222:8: note: previous definition of ‘_39A_LOOP_VARIABLE_NAME_IS_EXPECTED_HERE_18954’ with type ‘object’ {aka ‘long int’}
5222 | object _39A_LOOP_VARIABLE_NAME_IS_EXPECTED_HERE_18954 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10948:8: error: redefinition of ‘_39ARGUMENT_1_WAS_OMITTED_BUT_THERE_IS_NO_DEFAULT_VALUE_DEFINED_18956’
10948 | object _39ARGUMENT_1_WAS_OMITTED_BUT_THERE_IS_NO_DEFAULT_VALUE_DEFINED_18956 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5223:8: note: previous definition of ‘_39ARGUMENT_1_WAS_OMITTED_BUT_THERE_IS_NO_DEFAULT_VALUE_DEFINED_18956’ with type ‘object’ {aka ‘long int’}
5223 | object _39ARGUMENT_1_WAS_OMITTED_BUT_THERE_IS_NO_DEFAULT_VALUE_DEFINED_18956 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10949:8: error: redefinition of ‘_39AN_ENUM_CONSTANT_MUST_BE_AN_INTEGER_18958’
10949 | object _39AN_ENUM_CONSTANT_MUST_BE_AN_INTEGER_18958 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5224:8: note: previous definition of ‘_39AN_ENUM_CONSTANT_MUST_BE_AN_INTEGER_18958’ with type ‘object’ {aka ‘long int’}
5224 | object _39AN_ENUM_CONSTANT_MUST_BE_AN_INTEGER_18958 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10950:8: error: redefinition of ‘_39ATTEMPT_TO_REDEFINE_1_18960’
10950 | object _39ATTEMPT_TO_REDEFINE_1_18960 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5225:8: note: previous definition of ‘_39ATTEMPT_TO_REDEFINE_1_18960’ with type ‘object’ {aka ‘long int’}
5225 | object _39ATTEMPT_TO_REDEFINE_1_18960 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10951:8: error: redefinition of ‘_39AN_IDENTIFIER_IS_EXPECTED_HERE_18962’
10951 | object _39AN_IDENTIFIER_IS_EXPECTED_HERE_18962 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5226:8: note: previous definition of ‘_39AN_IDENTIFIER_IS_EXPECTED_HERE_18962’ with type ‘object’ {aka ‘long int’}
5226 | object _39AN_IDENTIFIER_IS_EXPECTED_HERE_18962 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10952:8: error: redefinition of ‘_39A_CASE_BLOCK_CANNOT_FOLLOW_A_CASE_ELSE_BLOCK_18964’
10952 | object _39A_CASE_BLOCK_CANNOT_FOLLOW_A_CASE_ELSE_BLOCK_18964 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5227:8: note: previous definition of ‘_39A_CASE_BLOCK_CANNOT_FOLLOW_A_CASE_ELSE_BLOCK_18964’ with type ‘object’ {aka ‘long int’}
5227 | object _39A_CASE_BLOCK_CANNOT_FOLLOW_A_CASE_ELSE_BLOCK_18964 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10953:8: error: redefinition of ‘_39A_CASE_MUST_BE_INSIDE_A_SWITCH_18966’
10953 | object _39A_CASE_MUST_BE_INSIDE_A_SWITCH_18966 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5228:8: note: previous definition of ‘_39A_CASE_MUST_BE_INSIDE_A_SWITCH_18966’ with type ‘object’ {aka ‘long int’}
5228 | object _39A_CASE_MUST_BE_INSIDE_A_SWITCH_18966 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10954:8: error: redefinition of ‘_39A_LABEL_CLAUSE_MUST_BE_FOLLOWED_BY_A_CONSTANT_STRING_18968’
10954 | object _39A_LABEL_CLAUSE_MUST_BE_FOLLOWED_BY_A_CONSTANT_STRING_18968 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5229:8: note: previous definition of ‘_39A_LABEL_CLAUSE_MUST_BE_FOLLOWED_BY_A_CONSTANT_STRING_18968’ with type ‘object’ {aka ‘long int’}
5229 | object _39A_LABEL_CLAUSE_MUST_BE_FOLLOWED_BY_A_CONSTANT_STRING_18968 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10955:8: error: redefinition of ‘_39A_NEW_NAMESPACE_IDENTIFIER_IS_EXPECTED_HERE_18970’
10955 | object _39A_NEW_NAMESPACE_IDENTIFIER_IS_EXPECTED_HERE_18970 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5230:8: note: previous definition of ‘_39A_NEW_NAMESPACE_IDENTIFIER_IS_EXPECTED_HERE_18970’ with type ‘object’ {aka ‘long int’}
5230 | object _39A_NEW_NAMESPACE_IDENTIFIER_IS_EXPECTED_HERE_18970 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10956:8: error: redefinition of ‘_39A_TYPE_IS_EXPECTED_HERE_18972’
10956 | object _39A_TYPE_IS_EXPECTED_HERE_18972 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5231:8: note: previous definition of ‘_39A_TYPE_IS_EXPECTED_HERE_18972’ with type ‘object’ {aka ‘long int’}
5231 | object _39A_TYPE_IS_EXPECTED_HERE_18972 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10957:8: error: redefinition of ‘_39A_LABEL_CLAUSE_MUST_BE_FOLLOWED_BY_A_LITERAL_STRING_18974’
10957 | object _39A_LABEL_CLAUSE_MUST_BE_FOLLOWED_BY_A_LITERAL_STRING_18974 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5232:8: note: previous definition of ‘_39A_LABEL_CLAUSE_MUST_BE_FOLLOWED_BY_A_LITERAL_STRING_18974’ with type ‘object’ {aka ‘long int’}
5232 | object _39A_LABEL_CLAUSE_MUST_BE_FOLLOWED_BY_A_LITERAL_STRING_18974 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10958:8: error: redefinition of ‘_39BREAK_MUST_BE_INSIDE_AN_IF_BLOCK_18976’
10958 | object _39BREAK_MUST_BE_INSIDE_AN_IF_BLOCK_18976 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5233:8: note: previous definition of ‘_39BREAK_MUST_BE_INSIDE_AN_IF_BLOCK_18976’ with type ‘object’ {aka ‘long int’}
5233 | object _39BREAK_MUST_BE_INSIDE_AN_IF_BLOCK_18976 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10959:8: error: redefinition of ‘_39BREAK_STATEMENT_MUST_BE_INSIDE_A_IF_OR_A_SWITCH_BLOCK_18978’
10959 | object _39BREAK_STATEMENT_MUST_BE_INSIDE_A_IF_OR_A_SWITCH_BLOCK_18978 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5234:8: note: previous definition of ‘_39BREAK_STATEMENT_MUST_BE_INSIDE_A_IF_OR_A_SWITCH_BLOCK_18978’ with type ‘object’ {aka ‘long int’}
5234 | object _39BREAK_STATEMENT_MUST_BE_INSIDE_A_IF_OR_A_SWITCH_BLOCK_18978 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10960:8: error: redefinition of ‘_39BADLYFORMED_LIST_OF_PARAMETERS__EXPECTED__OR_18980’
10960 | object _39BADLYFORMED_LIST_OF_PARAMETERS__EXPECTED__OR_18980 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5235:8: note: previous definition of ‘_39BADLYFORMED_LIST_OF_PARAMETERS__EXPECTED__OR_18980’ with type ‘object’ {aka ‘long int’}
5235 | object _39BADLYFORMED_LIST_OF_PARAMETERS__EXPECTED__OR_18980 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10961:8: error: redefinition of ‘_39BLOCK_COMMENT_FROM_LINE_1_NOT_TERMINATED_18982’
10961 | object _39BLOCK_COMMENT_FROM_LINE_1_NOT_TERMINATED_18982 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5236:8: note: previous definition of ‘_39BLOCK_COMMENT_FROM_LINE_1_NOT_TERMINATED_18982’ with type ‘object’ {aka ‘long int’}
5236 | object _39BLOCK_COMMENT_FROM_LINE_1_NOT_TERMINATED_18982 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10962:8: error: redefinition of ‘_39COMPILER_IS_UNKNOWN_18984’
10962 | object _39COMPILER_IS_UNKNOWN_18984 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5237:8: note: previous definition of ‘_39COMPILER_IS_UNKNOWN_18984’ with type ‘object’ {aka ‘long int’}
5237 | object _39COMPILER_IS_UNKNOWN_18984 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10963:8: error: redefinition of ‘_39CASE_ELSE_CANNOT_BE_FIRST_CASE_IN_SWITCH_18986’
10963 | object _39CASE_ELSE_CANNOT_BE_FIRST_CASE_IN_SWITCH_18986 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5238:8: note: previous definition of ‘_39CASE_ELSE_CANNOT_BE_FIRST_CASE_IN_SWITCH_18986’ with type ‘object’ {aka ‘long int’}
5238 | object _39CASE_ELSE_CANNOT_BE_FIRST_CASE_IN_SWITCH_18986 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10964:8: error: redefinition of ‘_39COULDNT_OPEN_12_FOR_WRITING_18988’
10964 | object _39COULDNT_OPEN_12_FOR_WRITING_18988 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5239:8: note: previous definition of ‘_39COULDNT_OPEN_12_FOR_WRITING_18988’ with type ‘object’ {aka ‘long int’}
5239 | object _39COULDNT_OPEN_12_FOR_WRITING_18988 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10965:8: error: redefinition of ‘_39CANNOT_BUILD_A_DLL_FOR_DOS_18990’
10965 | object _39CANNOT_BUILD_A_DLL_FOR_DOS_18990 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5240:8: note: previous definition of ‘_39CANNOT_BUILD_A_DLL_FOR_DOS_18990’ with type ‘object’ {aka ‘long int’}
5240 | object _39CANNOT_BUILD_A_DLL_FOR_DOS_18990 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10966:8: error: redefinition of ‘_39CANT_OPEN_MAINH_FILE_FOR_OUTPUT_18992’
10966 | object _39CANT_OPEN_MAINH_FILE_FOR_OUTPUT_18992 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5241:8: note: previous definition of ‘_39CANT_OPEN_MAINH_FILE_FOR_OUTPUT_18992’ with type ‘object’ {aka ‘long int’}
5241 | object _39CANT_OPEN_MAINH_FILE_FOR_OUTPUT_18992 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10967:8: error: redefinition of ‘_39CANNOT_USE_THE_FILENAME_1_UNDER_DOSUSE_THE_WINDOWS_VERSION_WITH_PLAT_DOS_INSTEAD_18994’
10967 | object _39CANNOT_USE_THE_FILENAME_1_UNDER_DOSUSE_THE_WINDOWS_VERSION_WITH_PLAT_DOS_INSTEAD_18994 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5242:8: note: previous definition of ‘_39CANNOT_USE_THE_FILENAME_1_UNDER_DOSUSE_THE_WINDOWS_VERSION_WITH_PLAT_DOS_INSTEAD_18994’ with type ‘object’ {aka ‘long int’}
5242 | object _39CANNOT_USE_THE_FILENAME_1_UNDER_DOSUSE_THE_WINDOWS_VERSION_WITH_PLAT_DOS_INSTEAD_18994 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10968:8: error: redefinition of ‘_39CONTINUE_STATEMENT_MUST_BE_INSIDE_A_LOOP_18996’
10968 | object _39CONTINUE_STATEMENT_MUST_BE_INSIDE_A_LOOP_18996 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5243:8: note: previous definition of ‘_39CONTINUE_STATEMENT_MUST_BE_INSIDE_A_LOOP_18996’ with type ‘object’ {aka ‘long int’}
5243 | object _39CONTINUE_STATEMENT_MUST_BE_INSIDE_A_LOOP_18996 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10969:8: error: redefinition of ‘_39CONTINUE_MUST_BE_INSIDE_A_LOOP_18998’
10969 | object _39CONTINUE_MUST_BE_INSIDE_A_LOOP_18998 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5244:8: note: previous definition of ‘_39CONTINUE_MUST_BE_INSIDE_A_LOOP_18998’ with type ‘object’ {aka ‘long int’}
5244 | object _39CONTINUE_MUST_BE_INSIDE_A_LOOP_18998 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10970:8: error: redefinition of ‘_39CANT_OPEN_1_19000’
10970 | object _39CANT_OPEN_1_19000 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5245:8: note: previous definition of ‘_39CANT_OPEN_1_19000’ with type ‘object’ {aka ‘long int’}
5245 | object _39CANT_OPEN_1_19000 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10971:8: error: redefinition of ‘_39CANT_FIND_1_IN_ANY_OF_2_19002’
10971 | object _39CANT_FIND_1_IN_ANY_OF_2_19002 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5246:8: note: previous definition of ‘_39CANT_FIND_1_IN_ANY_OF_2_19002’ with type ‘object’ {aka ‘long int’}
5246 | object _39CANT_FIND_1_IN_ANY_OF_2_19002 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10972:8: error: redefinition of ‘_39CANT_OPEN_INITC_FOR_APPEND_19004’
10972 | object _39CANT_OPEN_INITC_FOR_APPEND_19004 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5247:8: note: previous definition of ‘_39CANT_OPEN_INITC_FOR_APPEND_19004’ with type ‘object’ {aka ‘long int’}
5247 | object _39CANT_OPEN_INITC_FOR_APPEND_19004 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10973:8: error: redefinition of ‘_39CANT_OPEN_MAINC_FOR_OUTPUT_19006’
10973 | object _39CANT_OPEN_MAINC_FOR_OUTPUT_19006 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5248:8: note: previous definition of ‘_39CANT_OPEN_MAINC_FOR_OUTPUT_19006’ with type ‘object’ {aka ‘long int’}
5248 | object _39CANT_OPEN_MAINC_FOR_OUTPUT_19006 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10974:8: error: redefinition of ‘_39CANT_OPEN_INITC_FOR_OUTPUT_19008’
10974 | object _39CANT_OPEN_INITC_FOR_OUTPUT_19008 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5249:8: note: previous definition of ‘_39CANT_OPEN_INITC_FOR_OUTPUT_19008’ with type ‘object’ {aka ‘long int’}
5249 | object _39CANT_OPEN_INITC_FOR_OUTPUT_19008 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10975:8: error: redefinition of ‘_39CHARACTER_CONSTANT_IS_MISSING_A_CLOSING_19010’
10975 | object _39CHARACTER_CONSTANT_IS_MISSING_A_CLOSING_19010 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5250:8: note: previous definition of ‘_39CHARACTER_CONSTANT_IS_MISSING_A_CLOSING_19010’ with type ‘object’ {aka ‘long int’}
5250 | object _39CHARACTER_CONSTANT_IS_MISSING_A_CLOSING_19010 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10976:8: error: redefinition of ‘_39COULDNT_OPEN_C_FILE_FOR_OUTPUT_19012’
10976 | object _39COULDNT_OPEN_C_FILE_FOR_OUTPUT_19012 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5251:8: note: previous definition of ‘_39COULDNT_OPEN_C_FILE_FOR_OUTPUT_19012’ with type ‘object’ {aka ‘long int’}
5251 | object _39COULDNT_OPEN_C_FILE_FOR_OUTPUT_19012 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10977:8: error: redefinition of ‘_39DJGPP_OPTION_ONLY_AVAILABLE_FOR_DOS_19014’
10977 | object _39DJGPP_OPTION_ONLY_AVAILABLE_FOR_DOS_19014 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5252:8: note: previous definition of ‘_39DJGPP_OPTION_ONLY_AVAILABLE_FOR_DOS_19014’ with type ‘object’ {aka ‘long int’}
5252 | object _39DJGPP_OPTION_ONLY_AVAILABLE_FOR_DOS_19014 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10978:8: error: redefinition of ‘_39DUPLICATE_LABEL_NAME_19016’
10978 | object _39DUPLICATE_LABEL_NAME_19016 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5253:8: note: previous definition of ‘_39DUPLICATE_LABEL_NAME_19016’ with type ‘object’ {aka ‘long int’}
5253 | object _39DUPLICATE_LABEL_NAME_19016 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10979:8: error: redefinition of ‘_39DJGPP_ENVIRONMENT_VARIABLE_IS_NOT_SET_19018’
10979 | object _39DJGPP_ENVIRONMENT_VARIABLE_IS_NOT_SET_19018 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5254:8: note: previous definition of ‘_39DJGPP_ENVIRONMENT_VARIABLE_IS_NOT_SET_19018’ with type ‘object’ {aka ‘long int’}
5254 | object _39DJGPP_ENVIRONMENT_VARIABLE_IS_NOT_SET_19018 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10980:8: error: redefinition of ‘_39DEFINED_WORD_MUST_ONLY_HAVE_ALPHANUMERICS_AND_UNDERSCORE_19020’
10980 | object _39DEFINED_WORD_MUST_ONLY_HAVE_ALPHANUMERICS_AND_UNDERSCORE_19020 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5255:8: note: previous definition of ‘_39DEFINED_WORD_MUST_ONLY_HAVE_ALPHANUMERICS_AND_UNDERSCORE_19020’ with type ‘object’ {aka ‘long int’}
5255 | object _39DEFINED_WORD_MUST_ONLY_HAVE_ALPHANUMERICS_AND_UNDERSCORE_19020 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10981:8: error: redefinition of ‘_39DIGIT_1_AT_POSITION_2_IS_OUTSIDE_OF_NUMBER_BASE_19022’
10981 | object _39DIGIT_1_AT_POSITION_2_IS_OUTSIDE_OF_NUMBER_BASE_19022 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5256:8: note: previous definition of ‘_39DIGIT_1_AT_POSITION_2_IS_OUTSIDE_OF_NUMBER_BASE_19022’ with type ‘object’ {aka ‘long int’}
5256 | object _39DIGIT_1_AT_POSITION_2_IS_OUTSIDE_OF_NUMBER_BASE_19022 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10982:8: error: redefinition of ‘_39DUPLICATE_CASE_VALUE_USED_19024’
10982 | object _39DUPLICATE_CASE_VALUE_USED_19024 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5257:8: note: previous definition of ‘_39DUPLICATE_CASE_VALUE_USED_19024’ with type ‘object’ {aka ‘long int’}
5257 | object _39DUPLICATE_CASE_VALUE_USED_19024 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10983:8: error: redefinition of ‘_39DUPLICATE_ENTRY_CLAUSE_IN_A_LOOP_HEADER_19026’
10983 | object _39DUPLICATE_ENTRY_CLAUSE_IN_A_LOOP_HEADER_19026 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5258:8: note: previous definition of ‘_39DUPLICATE_ENTRY_CLAUSE_IN_A_LOOP_HEADER_19026’ with type ‘object’ {aka ‘long int’}
5258 | object _39DUPLICATE_ENTRY_CLAUSE_IN_A_LOOP_HEADER_19026 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10984:8: error: redefinition of ‘_39END_OF_FILE_REACHED_WHILE_SEARCHING_FOR_END_IFDEF_TO_MATCH_IFDEF_ON_LINE_1_19028’
10984 | object _39END_OF_FILE_REACHED_WHILE_SEARCHING_FOR_END_IFDEF_TO_MATCH_IFDEF_ON_LINE_1_19028 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5259:8: note: previous definition of ‘_39END_OF_FILE_REACHED_WHILE_SEARCHING_FOR_END_IFDEF_TO_MATCH_IFDEF_ON_LINE_1_19028’ with type ‘object’ {aka ‘long int’}
5259 | object _39END_OF_FILE_REACHED_WHILE_SEARCHING_FOR_END_IFDEF_TO_MATCH_IFDEF_ON_LINE_1_19028 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10985:8: error: redefinition of ‘_39EXPECTED_THEN_OR__NOT_1_19030’
10985 | object _39EXPECTED_THEN_OR__NOT_1_19030 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5260:8: note: previous definition of ‘_39EXPECTED_THEN_OR__NOT_1_19030’ with type ‘object’ {aka ‘long int’}
5260 | object _39EXPECTED_THEN_OR__NOT_1_19030 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10986:8: error: redefinition of ‘_39END_OF_LINE_REACHED_WITH_NO_CLOSING_19032’
10986 | object _39END_OF_LINE_REACHED_WITH_NO_CLOSING_19032 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5261:8: note: previous definition of ‘_39END_OF_LINE_REACHED_WITH_NO_CLOSING_19032’ with type ‘object’ {aka ‘long int’}
5261 | object _39END_OF_LINE_REACHED_WITH_NO_CLOSING_19032 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10987:8: error: redefinition of ‘_39EXPECTED_1_NOT_2_19034’
10987 | object _39EXPECTED_1_NOT_2_19034 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5262:8: note: previous definition of ‘_39EXPECTED_1_NOT_2_19034’ with type ‘object’ {aka ‘long int’}
5262 | object _39EXPECTED_1_NOT_2_19034 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10988:8: error: redefinition of ‘_39EXPECTED__OR_19036’
10988 | object _39EXPECTED__OR_19036 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5263:8: note: previous definition of ‘_39EXPECTED__OR_19036’ with type ‘object’ {aka ‘long int’}
5263 | object _39EXPECTED__OR_19036 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10989:8: error: redefinition of ‘_39ENUM_CONSTANTS_MUST_BE_ASSIGNED_AN_INTEGER_19038’
10989 | object _39ENUM_CONSTANTS_MUST_BE_ASSIGNED_AN_INTEGER_19038 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5264:8: note: previous definition of ‘_39ENUM_CONSTANTS_MUST_BE_ASSIGNED_AN_INTEGER_19038’ with type ‘object’ {aka ‘long int’}
5264 | object _39ENUM_CONSTANTS_MUST_BE_ASSIGNED_AN_INTEGER_19038 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10990:8: error: redefinition of ‘_39EXPECTED_AN_ATOM_STRING_OR_A_CONSTANT_ASSIGNED_AN_ATOM_OR_A_STRING_19040’
10990 | object _39EXPECTED_AN_ATOM_STRING_OR_A_CONSTANT_ASSIGNED_AN_ATOM_OR_A_STRING_19040 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5265:8: note: previous definition of ‘_39EXPECTED_AN_ATOM_STRING_OR_A_CONSTANT_ASSIGNED_AN_ATOM_OR_A_STRING_19040’ with type ‘object’ {aka ‘long int’}
5265 | object _39EXPECTED_AN_ATOM_STRING_OR_A_CONSTANT_ASSIGNED_AN_ATOM_OR_A_STRING_19040 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10991:8: error: redefinition of ‘_39ENTRY_MUST_BE_INSIDE_A_LOOP_19042’
10991 | object _39ENTRY_MUST_BE_INSIDE_A_LOOP_19042 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5266:8: note: previous definition of ‘_39ENTRY_MUST_BE_INSIDE_A_LOOP_19042’ with type ‘object’ {aka ‘long int’}
5266 | object _39ENTRY_MUST_BE_INSIDE_A_LOOP_19042 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10992:8: error: redefinition of ‘_39ENTRY_STATEMENT_IS_BEING_USED_WITHOUT_A_CORRESPONDING_ENTRY_CLAUSE_IN_THE_LOOP_HEADER_19044’
10992 | object _39ENTRY_STATEMENT_IS_BEING_USED_WITHOUT_A_CORRESPONDING_ENTRY_CLAUSE_IN_THE_LOOP_HEADER_19044 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5267:8: note: previous definition of ‘_39ENTRY_STATEMENT_IS_BEING_USED_WITHOUT_A_CORRESPONDING_ENTRY_CLAUSE_IN_THE_LOOP_HEADER_19044’ with type ‘object’ {aka ‘long int’}
5267 | object _39ENTRY_STATEMENT_IS_BEING_USED_WITHOUT_A_CORRESPONDING_ENTRY_CLAUSE_IN_THE_LOOP_HEADER_19044 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10993:8: error: redefinition of ‘_39ERRORS_RESOLVING_THE_FOLLOWING_REFERENCES1_19046’
10993 | object _39ERRORS_RESOLVING_THE_FOLLOWING_REFERENCES1_19046 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5268:8: note: previous definition of ‘_39ERRORS_RESOLVING_THE_FOLLOWING_REFERENCES1_19046’ with type ‘object’ {aka ‘long int’}
5268 | object _39ERRORS_RESOLVING_THE_FOLLOWING_REFERENCES1_19046 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10994:8: error: redefinition of ‘_39EXPECTING_END_IFDEF_TO_MATCH_IFDEF_ON_LINE_1_19048’
10994 | object _39EXPECTING_END_IFDEF_TO_MATCH_IFDEF_ON_LINE_1_19048 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5269:8: note: previous definition of ‘_39EXPECTING_END_IFDEF_TO_MATCH_IFDEF_ON_LINE_1_19048’ with type ‘object’ {aka ‘long int’}
5269 | object _39EXPECTING_END_IFDEF_TO_MATCH_IFDEF_ON_LINE_1_19048 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10995:8: error: redefinition of ‘_39EXPECTED_TO_SEE_AN_ASSIGNMENT_AFTER_1_SUCH_AS__OR_19050’
10995 | object _39EXPECTED_TO_SEE_AN_ASSIGNMENT_AFTER_1_SUCH_AS__OR_19050 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5270:8: note: previous definition of ‘_39EXPECTED_TO_SEE_AN_ASSIGNMENT_AFTER_1_SUCH_AS__OR_19050’ with type ‘object’ {aka ‘long int’}
5270 | object _39EXPECTED_TO_SEE_AN_ASSIGNMENT_AFTER_1_SUCH_AS__OR_19050 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10996:8: error: redefinition of ‘_39EXPECTING_THEN_ON_ELSIFDEF_LINE_19052’
10996 | object _39EXPECTING_THEN_ON_ELSIFDEF_LINE_19052 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5271:8: note: previous definition of ‘_39EXPECTING_THEN_ON_ELSIFDEF_LINE_19052’ with type ‘object’ {aka ‘long int’}
5271 | object _39EXPECTING_THEN_ON_ELSIFDEF_LINE_19052 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10997:8: error: redefinition of ‘_39EXPECTING_A_WORD_TO_FOLLOW_ELSIFDEF_19054’
10997 | object _39EXPECTING_A_WORD_TO_FOLLOW_ELSIFDEF_19054 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5272:8: note: previous definition of ‘_39EXPECTING_A_WORD_TO_FOLLOW_ELSIFDEF_19054’ with type ‘object’ {aka ‘long int’}
5272 | object _39EXPECTING_A_WORD_TO_FOLLOW_ELSIFDEF_19054 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10998:8: error: redefinition of ‘_39EXPECTED_END_OF_1_BLOCK_NOT_2_19056’
10998 | object _39EXPECTED_END_OF_1_BLOCK_NOT_2_19056 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5273:8: note: previous definition of ‘_39EXPECTED_END_OF_1_BLOCK_NOT_2_19056’ with type ‘object’ {aka ‘long int’}
5273 | object _39EXPECTED_END_OF_1_BLOCK_NOT_2_19056 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:10999:8: error: redefinition of ‘_39ENTRY_KEYWORD_IS_NOT_SUPPORTED_INSIDE_AN_IF_OR_SWITCH_BLOCK_HEADER_19058’
10999 | object _39ENTRY_KEYWORD_IS_NOT_SUPPORTED_INSIDE_AN_IF_OR_SWITCH_BLOCK_HEADER_19058 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5274:8: note: previous definition of ‘_39ENTRY_KEYWORD_IS_NOT_SUPPORTED_INSIDE_AN_IF_OR_SWITCH_BLOCK_HEADER_19058’ with type ‘object’ {aka ‘long int’}
5274 | object _39ENTRY_KEYWORD_IS_NOT_SUPPORTED_INSIDE_AN_IF_OR_SWITCH_BLOCK_HEADER_19058 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11000:8: error: redefinition of ‘_39EXPECTING_TO_FIND_A_WORD_TO_DEFINE_BUT_REACHED_END_OF_LINE_FIRST_19060’
11000 | object _39EXPECTING_TO_FIND_A_WORD_TO_DEFINE_BUT_REACHED_END_OF_LINE_FIRST_19060 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5275:8: note: previous definition of ‘_39EXPECTING_TO_FIND_A_WORD_TO_DEFINE_BUT_REACHED_END_OF_LINE_FIRST_19060’ with type ‘object’ {aka ‘long int’}
5275 | object _39EXPECTING_TO_FIND_A_WORD_TO_DEFINE_BUT_REACHED_END_OF_LINE_FIRST_19060 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11001:8: error: redefinition of ‘_39EXPECTING_POSSIBLY_THEN_NOT_END_OF_LINE_19062’
11001 | object _39EXPECTING_POSSIBLY_THEN_NOT_END_OF_LINE_19062 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5276:8: note: previous definition of ‘_39EXPECTING_POSSIBLY_THEN_NOT_END_OF_LINE_19062’ with type ‘object’ {aka ‘long int’}
5276 | object _39EXPECTING_POSSIBLY_THEN_NOT_END_OF_LINE_19062 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11002:8: error: redefinition of ‘_39ENTRY_IS_NOT_SUPPORTED_IN_FOR_LOOPS_19064’
11002 | object _39ENTRY_IS_NOT_SUPPORTED_IN_FOR_LOOPS_19064 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5277:8: note: previous definition of ‘_39ENTRY_IS_NOT_SUPPORTED_IN_FOR_LOOPS_19064’ with type ‘object’ {aka ‘long int’}
5277 | object _39ENTRY_IS_NOT_SUPPORTED_IN_FOR_LOOPS_19064 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11003:8: error: redefinition of ‘_39ENUM_CONSTANTS_MUST_BE_INTEGERS_19066’
11003 | object _39ENUM_CONSTANTS_MUST_BE_INTEGERS_19066 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5278:8: note: previous definition of ‘_39ENUM_CONSTANTS_MUST_BE_INTEGERS_19066’ with type ‘object’ {aka ‘long int’}
5278 | object _39ENUM_CONSTANTS_MUST_BE_INTEGERS_19066 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11004:8: error: redefinition of ‘_39EXPECTED_TO_SEE_A_PARAMETER_DECLARATION_NOT_19068’
11004 | object _39EXPECTED_TO_SEE_A_PARAMETER_DECLARATION_NOT_19068 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5279:8: note: previous definition of ‘_39EXPECTED_TO_SEE_A_PARAMETER_DECLARATION_NOT_19068’ with type ‘object’ {aka ‘long int’}
5279 | object _39EXPECTED_TO_SEE_A_PARAMETER_DECLARATION_NOT_19068 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11005:8: error: redefinition of ‘_39EXPONENT_NOT_FORMED_CORRECTLY_19070’
11005 | object _39EXPONENT_NOT_FORMED_CORRECTLY_19070 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5280:8: note: previous definition of ‘_39EXPONENT_NOT_FORMED_CORRECTLY_19070’ with type ‘object’ {aka ‘long int’}
5280 | object _39EXPONENT_NOT_FORMED_CORRECTLY_19070 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11006:8: error: redefinition of ‘_39EXITBREAK_ARGUMENT_OUT_OF_RANGE_19072’
11006 | object _39EXITBREAK_ARGUMENT_OUT_OF_RANGE_19072 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5281:8: note: previous definition of ‘_39EXITBREAK_ARGUMENT_OUT_OF_RANGE_19072’ with type ‘object’ {aka ‘long int’}
5281 | object _39EXITBREAK_ARGUMENT_OUT_OF_RANGE_19072 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11007:8: error: redefinition of ‘_39EXIT_STATEMENT_MUST_BE_INSIDE_A_LOOP_19074’
11007 | object _39EXIT_STATEMENT_MUST_BE_INSIDE_A_LOOP_19074 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5282:8: note: previous definition of ‘_39EXIT_STATEMENT_MUST_BE_INSIDE_A_LOOP_19074’ with type ‘object’ {aka ‘long int’}
5282 | object _39EXIT_STATEMENT_MUST_BE_INSIDE_A_LOOP_19074 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11008:8: error: redefinition of ‘_39EXIT_MUST_BE_INSIDE_A_LOOP_19076’
11008 | object _39EXIT_MUST_BE_INSIDE_A_LOOP_19076 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5283:8: note: previous definition of ‘_39EXIT_MUST_BE_INSIDE_A_LOOP_19076’ with type ‘object’ {aka ‘long int’}
5283 | object _39EXIT_MUST_BE_INSIDE_A_LOOP_19076 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11009:8: error: redefinition of ‘_39FOUND_1_2_BUT_WAS_EXPECTING_A_PARAMETER_NAME_INSTEAD_19078’
11009 | object _39FOUND_1_2_BUT_WAS_EXPECTING_A_PARAMETER_NAME_INSTEAD_19078 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5284:8: note: previous definition of ‘_39FOUND_1_2_BUT_WAS_EXPECTING_A_PARAMETER_NAME_INSTEAD_19078’ with type ‘object’ {aka ‘long int’}
5284 | object _39FOUND_1_2_BUT_WAS_EXPECTING_A_PARAMETER_NAME_INSTEAD_19078 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11010:8: error: redefinition of ‘_39FOUND_1_BUT_EXPECTED_ELSE_AN_ATOM_STRING_CONSTANT_OR_ENUM_19080’
11010 | object _39FOUND_1_BUT_EXPECTED_ELSE_AN_ATOM_STRING_CONSTANT_OR_ENUM_19080 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5285:8: note: previous definition of ‘_39FOUND_1_BUT_EXPECTED_ELSE_AN_ATOM_STRING_CONSTANT_OR_ENUM_19080’ with type ‘object’ {aka ‘long int’}
5285 | object _39FOUND_1_BUT_EXPECTED_ELSE_AN_ATOM_STRING_CONSTANT_OR_ENUM_19080 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11011:8: error: redefinition of ‘_39FOUND_1_BUT_WAS_EXPECTING_A_PARAMETER_NAME_INSTEAD_19082’
11011 | object _39FOUND_1_BUT_WAS_EXPECTING_A_PARAMETER_NAME_INSTEAD_19082 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5286:8: note: previous definition of ‘_39FOUND_1_BUT_WAS_EXPECTING_A_PARAMETER_NAME_INSTEAD_19082’ with type ‘object’ {aka ‘long int’}
5286 | object _39FOUND_1_BUT_WAS_EXPECTING_A_PARAMETER_NAME_INSTEAD_19082 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11012:8: error: redefinition of ‘_39MSG_DELETED_19084’
11012 | object _39MSG_DELETED_19084 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5287:8: note: previous definition of ‘_39MSG_DELETED_19084’ with type ‘object’ {aka ‘long int’}
5287 | object _39MSG_DELETED_19084 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11013:8: error: redefinition of ‘_39FRACTIONAL_PART_OF_NUMBER_IS_MISSING_19086’
11013 | object _39FRACTIONAL_PART_OF_NUMBER_IS_MISSING_19086 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5288:8: note: previous definition of ‘_39FRACTIONAL_PART_OF_NUMBER_IS_MISSING_19086’ with type ‘object’ {aka ‘long int’}
5288 | object _39FRACTIONAL_PART_OF_NUMBER_IS_MISSING_19086 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11014:8: error: redefinition of ‘_39FILE_NAME_IS_MISSING_19088’
11014 | object _39FILE_NAME_IS_MISSING_19088 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5289:8: note: previous definition of ‘_39FILE_NAME_IS_MISSING_19088’ with type ‘object’ {aka ‘long int’}
5289 | object _39FILE_NAME_IS_MISSING_19088 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11015:8: error: redefinition of ‘_39GOTO_STATEMENT_WITHOUT_A_STRING_LABEL_19090’
11015 | object _39GOTO_STATEMENT_WITHOUT_A_STRING_LABEL_19090 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5290:8: note: previous definition of ‘_39GOTO_STATEMENT_WITHOUT_A_STRING_LABEL_19090’ with type ‘object’ {aka ‘long int’}
5290 | object _39GOTO_STATEMENT_WITHOUT_A_STRING_LABEL_19090 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11016:8: error: redefinition of ‘_39HEX_NUMBER_NOT_FORMED_CORRECTLY_19092’
11016 | object _39HEX_NUMBER_NOT_FORMED_CORRECTLY_19092 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5291:8: note: previous definition of ‘_39HEX_NUMBER_NOT_FORMED_CORRECTLY_19092’ with type ‘object’ {aka ‘long int’}
5291 | object _39HEX_NUMBER_NOT_FORMED_CORRECTLY_19092 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11017:8: error: redefinition of ‘_39INTERNAL_NESTED_CALL_PARSING_ERROR_19094’
11017 | object _39INTERNAL_NESTED_CALL_PARSING_ERROR_19094 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5292:8: note: previous definition of ‘_39INTERNAL_NESTED_CALL_PARSING_ERROR_19094’ with type ‘object’ {aka ‘long int’}
5292 | object _39INTERNAL_NESTED_CALL_PARSING_ERROR_19094 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11018:8: error: redefinition of ‘_39INTEGER_OR_CONSTANT_EXPECTED_19096’
11018 | object _39INTEGER_OR_CONSTANT_EXPECTED_19096 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5293:8: note: previous definition of ‘_39INTEGER_OR_CONSTANT_EXPECTED_19096’ with type ‘object’ {aka ‘long int’}
5293 | object _39INTEGER_OR_CONSTANT_EXPECTED_19096 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11019:8: error: redefinition of ‘_39EXPECTING_AS_OR_ENDOF_LINE_UNEXPECTED_TEXT_ON_INCLUDE_DIRECTIVE_19098’
11019 | object _39EXPECTING_AS_OR_ENDOF_LINE_UNEXPECTED_TEXT_ON_INCLUDE_DIRECTIVE_19098 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5294:8: note: previous definition of ‘_39EXPECTING_AS_OR_ENDOF_LINE_UNEXPECTED_TEXT_ON_INCLUDE_DIRECTIVE_19098’ with type ‘object’ {aka ‘long int’}
5294 | object _39EXPECTING_AS_OR_ENDOF_LINE_UNEXPECTED_TEXT_ON_INCLUDE_DIRECTIVE_19098 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11020:8: error: redefinition of ‘_39ILLEGAL_CHARACTER_IN_SOURCE_19100’
11020 | object _39ILLEGAL_CHARACTER_IN_SOURCE_19100 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5295:8: note: previous definition of ‘_39ILLEGAL_CHARACTER_IN_SOURCE_19100’ with type ‘object’ {aka ‘long int’}
5295 | object _39ILLEGAL_CHARACTER_IN_SOURCE_19100 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11021:8: error: redefinition of ‘_39ILLEGAL_CHARACTER_19102’
11021 | object _39ILLEGAL_CHARACTER_19102 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5296:8: note: previous definition of ‘_39ILLEGAL_CHARACTER_19102’ with type ‘object’ {aka ‘long int’}
5296 | object _39ILLEGAL_CHARACTER_19102 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11022:8: error: redefinition of ‘_39ILLEGAL_CHARACTER_ASCII_0_AT_LINECOL_12_19104’
11022 | object _39ILLEGAL_CHARACTER_ASCII_0_AT_LINECOL_12_19104 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5297:8: note: previous definition of ‘_39ILLEGAL_CHARACTER_ASCII_0_AT_LINECOL_12_19104’ with type ‘object’ {aka ‘long int’}
5297 | object _39ILLEGAL_CHARACTER_ASCII_0_AT_LINECOL_12_19104 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11023:8: error: redefinition of ‘_39INCLUDES_ARE_NESTED_TOO_DEEPLY_19106’
11023 | object _39INCLUDES_ARE_NESTED_TOO_DEEPLY_19106 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5298:8: note: previous definition of ‘_39INCLUDES_ARE_NESTED_TOO_DEEPLY_19106’ with type ‘object’ {aka ‘long int’}
5298 | object _39INCLUDES_ARE_NESTED_TOO_DEEPLY_19106 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11024:8: error: redefinition of ‘_39INVALID_NUMBER_BASE_SPECIFIER_1_19108’
11024 | object _39INVALID_NUMBER_BASE_SPECIFIER_1_19108 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5299:8: note: previous definition of ‘_39INVALID_NUMBER_BASE_SPECIFIER_1_19108’ with type ‘object’ {aka ‘long int’}
5299 | object _39INVALID_NUMBER_BASE_SPECIFIER_1_19108 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11025:8: error: redefinition of ‘_39INTERNAL_DEREF_PROBLEM_19110’
11025 | object _39INTERNAL_DEREF_PROBLEM_19110 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5300:8: note: previous definition of ‘_39INTERNAL_DEREF_PROBLEM_19110’ with type ‘object’ {aka ‘long int’}
5300 | object _39INTERNAL_DEREF_PROBLEM_19110 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11026:8: error: redefinition of ‘_39LEAVING_TOO_MANY_BLOCKS_1__2_19112’
11026 | object _39LEAVING_TOO_MANY_BLOCKS_1__2_19112 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5301:8: note: previous definition of ‘_39LEAVING_TOO_MANY_BLOCKS_1__2_19112’ with type ‘object’ {aka ‘long int’}
5301 | object _39LEAVING_TOO_MANY_BLOCKS_1__2_19112 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11027:8: error: redefinition of ‘_39MISMATCHED_ELSE_SHOULD_THIS_BE_AN_ELSEDEF_TO_MATCH_IFDEF_ON_LINE_1_19114’
11027 | object _39MISMATCHED_ELSE_SHOULD_THIS_BE_AN_ELSEDEF_TO_MATCH_IFDEF_ON_LINE_1_19114 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5302:8: note: previous definition of ‘_39MISMATCHED_ELSE_SHOULD_THIS_BE_AN_ELSEDEF_TO_MATCH_IFDEF_ON_LINE_1_19114’ with type ‘object’ {aka ‘long int’}
5302 | object _39MISMATCHED_ELSE_SHOULD_THIS_BE_AN_ELSEDEF_TO_MATCH_IFDEF_ON_LINE_1_19114 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11028:8: error: redefinition of ‘_39MAY_NOT_ASSIGN_TO_A_FORLOOP_VARIABLE_19116’
11028 | object _39MAY_NOT_ASSIGN_TO_A_FORLOOP_VARIABLE_19116 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5303:8: note: previous definition of ‘_39MAY_NOT_ASSIGN_TO_A_FORLOOP_VARIABLE_19116’ with type ‘object’ {aka ‘long int’}
5303 | object _39MAY_NOT_ASSIGN_TO_A_FORLOOP_VARIABLE_19116 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11029:8: error: redefinition of ‘_39MAY_NOT_CHANGE_THE_VALUE_OF_A_CONSTANT_19118’
11029 | object _39MAY_NOT_CHANGE_THE_VALUE_OF_A_CONSTANT_19118 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5304:8: note: previous definition of ‘_39MAY_NOT_CHANGE_THE_VALUE_OF_A_CONSTANT_19118’ with type ‘object’ {aka ‘long int’}
5304 | object _39MAY_NOT_CHANGE_THE_VALUE_OF_A_CONSTANT_19118 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11030:8: error: redefinition of ‘_39MISMATCHED_END_IF_SHOULD_THIS_BE_AN_END_IFDEF_TO_MATCH_IFDEF_ON_LINE_1_19120’
11030 | object _39MISMATCHED_END_IF_SHOULD_THIS_BE_AN_END_IFDEF_TO_MATCH_IFDEF_ON_LINE_1_19120 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5305:8: note: previous definition of ‘_39MISMATCHED_END_IF_SHOULD_THIS_BE_AN_END_IFDEF_TO_MATCH_IFDEF_ON_LINE_1_19120’ with type ‘object’ {aka ‘long int’}
5305 | object _39MISMATCHED_END_IF_SHOULD_THIS_BE_AN_END_IFDEF_TO_MATCH_IFDEF_ON_LINE_1_19120 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11031:8: error: redefinition of ‘_39MULTITASKING_OPERATIONS_ARE_NOT_SUPPORTED_IN_A_DLL_OR_SO_19122’
11031 | object _39MULTITASKING_OPERATIONS_ARE_NOT_SUPPORTED_IN_A_DLL_OR_SO_19122 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5306:8: note: previous definition of ‘_39MULTITASKING_OPERATIONS_ARE_NOT_SUPPORTED_IN_A_DLL_OR_SO_19122’ with type ‘object’ {aka ‘long int’}
5306 | object _39MULTITASKING_OPERATIONS_ARE_NOT_SUPPORTED_IN_A_DLL_OR_SO_19122 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11032:8: error: redefinition of ‘_39MISSING_NAMESPACE_QUALIFIER_19124’
11032 | object _39MISSING_NAMESPACE_QUALIFIER_19124 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5307:8: note: previous definition of ‘_39MISSING_NAMESPACE_QUALIFIER_19124’ with type ‘object’ {aka ‘long int’}
5307 | object _39MISSING_NAMESPACE_QUALIFIER_19124 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11033:8: error: redefinition of ‘_39MISSING_DEFAULT_NAMESPACE_QUALIFIER_19126’
11033 | object _39MISSING_DEFAULT_NAMESPACE_QUALIFIER_19126 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5308:8: note: previous definition of ‘_39MISSING_DEFAULT_NAMESPACE_QUALIFIER_19126’ with type ‘object’ {aka ‘long int’}
5308 | object _39MISSING_DEFAULT_NAMESPACE_QUALIFIER_19126 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11034:8: error: redefinition of ‘_39MISSING_CLOSING_QUOTE_ON_FILE_NAME_19128’
11034 | object _39MISSING_CLOSING_QUOTE_ON_FILE_NAME_19128 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5309:8: note: previous definition of ‘_39MISSING_CLOSING_QUOTE_ON_FILE_NAME_19128’ with type ‘object’ {aka ‘long int’}
5309 | object _39MISSING_CLOSING_QUOTE_ON_FILE_NAME_19128 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11035:8: error: redefinition of ‘_39NOT_EXPECTING_ANYTHING_ON_SAME_LINE_AS_ELSDEF_19130’
11035 | object _39NOT_EXPECTING_ANYTHING_ON_SAME_LINE_AS_ELSDEF_19130 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5310:8: note: previous definition of ‘_39NOT_EXPECTING_ANYTHING_ON_SAME_LINE_AS_ELSDEF_19130’ with type ‘object’ {aka ‘long int’}
5310 | object _39NOT_EXPECTING_ANYTHING_ON_SAME_LINE_AS_ELSDEF_19130 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11036:8: error: redefinition of ‘_39NOT_EXPECTING_TO_SEE_1_HERE_19132’
11036 | object _39NOT_EXPECTING_TO_SEE_1_HERE_19132 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5311:8: note: previous definition of ‘_39NOT_EXPECTING_TO_SEE_1_HERE_19132’ with type ‘object’ {aka ‘long int’}
5311 | object _39NOT_EXPECTING_TO_SEE_1_HERE_19132 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11037:8: error: redefinition of ‘_39NOT_EXPECTING_ELSE_19134’
11037 | object _39NOT_EXPECTING_ELSE_19134 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5312:8: note: previous definition of ‘_39NOT_EXPECTING_ELSE_19134’ with type ‘object’ {aka ‘long int’}
5312 | object _39NOT_EXPECTING_ELSE_19134 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11038:8: error: redefinition of ‘_39NOT_EXPECTING_ELSIF_19136’
11038 | object _39NOT_EXPECTING_ELSIF_19136 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5313:8: note: previous definition of ‘_39NOT_EXPECTING_ELSIF_19136’ with type ‘object’ {aka ‘long int’}
5313 | object _39NOT_EXPECTING_ELSIF_19136 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11039:8: error: redefinition of ‘_39NO_VALUE_RETURNED_FROM_FUNCTION_19138’
11039 | object _39NO_VALUE_RETURNED_FROM_FUNCTION_19138 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5314:8: note: previous definition of ‘_39NO_VALUE_RETURNED_FROM_FUNCTION_19138’ with type ‘object’ {aka ‘long int’}
5314 | object _39NO_VALUE_RETURNED_FROM_FUNCTION_19138 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11040:8: error: redefinition of ‘_39NUMBER_NOT_FORMED_CORRECTLY_19140’
11040 | object _39NUMBER_NOT_FORMED_CORRECTLY_19140 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5315:8: note: previous definition of ‘_39NUMBER_NOT_FORMED_CORRECTLY_19140’ with type ‘object’ {aka ‘long int’}
5315 | object _39NUMBER_NOT_FORMED_CORRECTLY_19140 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11041:8: error: redefinition of ‘_39NO_WORD_WAS_FOUND_FOLLOWING_1_19142’
11041 | object _39NO_WORD_WAS_FOUND_FOLLOWING_1_19142 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5316:8: note: previous definition of ‘_39NO_WORD_WAS_FOUND_FOLLOWING_1_19142’ with type ‘object’ {aka ‘long int’}
5316 | object _39NO_WORD_WAS_FOUND_FOLLOWING_1_19142 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11042:8: error: redefinition of ‘_39OUT_OF_MEMORY__TURN_OFF_TRACE_AND_PROFILE_19144’
11042 | object _39OUT_OF_MEMORY__TURN_OFF_TRACE_AND_PROFILE_19144 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5317:8: note: previous definition of ‘_39OUT_OF_MEMORY__TURN_OFF_TRACE_AND_PROFILE_19144’ with type ‘object’ {aka ‘long int’}
5317 | object _39OUT_OF_MEMORY__TURN_OFF_TRACE_AND_PROFILE_19144 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11043:8: error: redefinition of ‘_39ONLY_ONE_DECIMAL_POINT_ALLOWED_19146’
11043 | object _39ONLY_ONE_DECIMAL_POINT_ALLOWED_19146 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5318:8: note: previous definition of ‘_39ONLY_ONE_DECIMAL_POINT_ALLOWED_19146’ with type ‘object’ {aka ‘long int’}
5318 | object _39ONLY_ONE_DECIMAL_POINT_ALLOWED_19146 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11044:8: error: redefinition of ‘_39ONLY_INTEGER_LITERALS_CAN_USE_THE_01_FORMAT_19148’
11044 | object _39ONLY_INTEGER_LITERALS_CAN_USE_THE_01_FORMAT_19148 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5319:8: note: previous definition of ‘_39ONLY_INTEGER_LITERALS_CAN_USE_THE_01_FORMAT_19148’ with type ‘object’ {aka ‘long int’}
5319 | object _39ONLY_INTEGER_LITERALS_CAN_USE_THE_01_FORMAT_19148 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11045:8: error: redefinition of ‘_39PROGRAM_INCLUDES_TOO_MANY_FILES_19150’
11045 | object _39PROGRAM_INCLUDES_TOO_MANY_FILES_19150 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5320:8: note: previous definition of ‘_39PROGRAM_INCLUDES_TOO_MANY_FILES_19150’ with type ‘object’ {aka ‘long int’}
5320 | object _39PROGRAM_INCLUDES_TOO_MANY_FILES_19150 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11046:8: error: redefinition of ‘_39PUNCTUATION_MISSING_IN_BETWEEN_NUMBER_AND_1_19152’
11046 | object _39PUNCTUATION_MISSING_IN_BETWEEN_NUMBER_AND_1_19152 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5321:8: note: previous definition of ‘_39PUNCTUATION_MISSING_IN_BETWEEN_NUMBER_AND_1_19152’ with type ‘object’ {aka ‘long int’}
5321 | object _39PUNCTUATION_MISSING_IN_BETWEEN_NUMBER_AND_1_19152 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11047:8: error: redefinition of ‘_39RETRY_MUST_BE_INSIDE_A_LOOP_19154’
11047 | object _39RETRY_MUST_BE_INSIDE_A_LOOP_19154 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5322:8: note: previous definition of ‘_39RETRY_MUST_BE_INSIDE_A_LOOP_19154’ with type ‘object’ {aka ‘long int’}
5322 | object _39RETRY_MUST_BE_INSIDE_A_LOOP_19154 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11048:8: error: redefinition of ‘_39RAW_STRING_LITERAL_FROM_LINE_1_NOT_TERMINATED_19156’
11048 | object _39RAW_STRING_LITERAL_FROM_LINE_1_NOT_TERMINATED_19156 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5323:8: note: previous definition of ‘_39RAW_STRING_LITERAL_FROM_LINE_1_NOT_TERMINATED_19156’ with type ‘object’ {aka ‘long int’}
5323 | object _39RAW_STRING_LITERAL_FROM_LINE_1_NOT_TERMINATED_19156 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11049:8: error: redefinition of ‘_39RETURN_MUST_BE_INSIDE_A_PROCEDURE_OR_FUNCTION_19158’
11049 | object _39RETURN_MUST_BE_INSIDE_A_PROCEDURE_OR_FUNCTION_19158 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5324:8: note: previous definition of ‘_39RETURN_MUST_BE_INSIDE_A_PROCEDURE_OR_FUNCTION_19158’ with type ‘object’ {aka ‘long int’}
5324 | object _39RETURN_MUST_BE_INSIDE_A_PROCEDURE_OR_FUNCTION_19158 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11050:8: error: redefinition of ‘_39RETRY_STATEMENT_MUST_BE_INSIDE_A_LOOP_19160’
11050 | object _39RETRY_STATEMENT_MUST_BE_INSIDE_A_LOOP_19160 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5325:8: note: previous definition of ‘_39RETRY_STATEMENT_MUST_BE_INSIDE_A_LOOP_19160’ with type ‘object’ {aka ‘long int’}
5325 | object _39RETRY_STATEMENT_MUST_BE_INSIDE_A_LOOP_19160 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11051:8: error: redefinition of ‘_39SYNTAX_ERROR__EXPECTED_TO_SEE_POSSIBLY_1_NOT_2_19162’
11051 | object _39SYNTAX_ERROR__EXPECTED_TO_SEE_POSSIBLY_1_NOT_2_19162 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5326:8: note: previous definition of ‘_39SYNTAX_ERROR__EXPECTED_TO_SEE_POSSIBLY_1_NOT_2_19162’ with type ‘object’ {aka ‘long int’}
5326 | object _39SYNTAX_ERROR__EXPECTED_TO_SEE_POSSIBLY_1_NOT_2_19162 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11052:8: error: redefinition of ‘_39SYNTAX_ERROR__UNKNOWN_NAMESPACE_1_USED_19164’
11052 | object _39SYNTAX_ERROR__UNKNOWN_NAMESPACE_1_USED_19164 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5327:8: note: previous definition of ‘_39SYNTAX_ERROR__UNKNOWN_NAMESPACE_1_USED_19164’ with type ‘object’ {aka ‘long int’}
5327 | object _39SYNTAX_ERROR__UNKNOWN_NAMESPACE_1_USED_19164 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11053:8: error: redefinition of ‘_39SHOULD_THIS_BE_ELSEDEF_FOR_THE_IFDEF_ON_LINE_1_19166’
11053 | object _39SHOULD_THIS_BE_ELSEDEF_FOR_THE_IFDEF_ON_LINE_1_19166 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5328:8: note: previous definition of ‘_39SHOULD_THIS_BE_ELSEDEF_FOR_THE_IFDEF_ON_LINE_1_19166’ with type ‘object’ {aka ‘long int’}
5328 | object _39SHOULD_THIS_BE_ELSEDEF_FOR_THE_IFDEF_ON_LINE_1_19166 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11054:8: error: redefinition of ‘_39SYNTAX_ERROR__EXPECTED_TO_SEE_AN_EXPRESSION_NOT_1_19168’
11054 | object _39SYNTAX_ERROR__EXPECTED_TO_SEE_AN_EXPRESSION_NOT_1_19168 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5329:8: note: previous definition of ‘_39SYNTAX_ERROR__EXPECTED_TO_SEE_AN_EXPRESSION_NOT_1_19168’ with type ‘object’ {aka ‘long int’}
5329 | object _39SYNTAX_ERROR__EXPECTED_TO_SEE_AN_EXPRESSION_NOT_1_19168 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11055:8: error: redefinition of ‘_39SAMPLE_SIZE_MUST_BE_A_POSITIVE_INTEGER_19170’
11055 | object _39SAMPLE_SIZE_MUST_BE_A_POSITIVE_INTEGER_19170 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5330:8: note: previous definition of ‘_39SAMPLE_SIZE_MUST_BE_A_POSITIVE_INTEGER_19170’ with type ‘object’ {aka ‘long int’}
5330 | object _39SAMPLE_SIZE_MUST_BE_A_POSITIVE_INTEGER_19170 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11056:8: error: redefinition of ‘_39SINGLEQUOTE_CHARACTER_IS_EMPTY_19172’
11056 | object _39SINGLEQUOTE_CHARACTER_IS_EMPTY_19172 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5331:8: note: previous definition of ‘_39SINGLEQUOTE_CHARACTER_IS_EMPTY_19172’ with type ‘object’ {aka ‘long int’}
5331 | object _39SINGLEQUOTE_CHARACTER_IS_EMPTY_19172 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11057:8: error: redefinition of ‘_39SYNTAX_ERROR__EXPECTED_TO_SEE_1_AFTER_2_NOT_3_19174’
11057 | object _39SYNTAX_ERROR__EXPECTED_TO_SEE_1_AFTER_2_NOT_3_19174 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5332:8: note: previous definition of ‘_39SYNTAX_ERROR__EXPECTED_TO_SEE_1_AFTER_2_NOT_3_19174’ with type ‘object’ {aka ‘long int’}
5332 | object _39SYNTAX_ERROR__EXPECTED_TO_SEE_1_AFTER_2_NOT_3_19174 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11058:8: error: redefinition of ‘_39SHOULD_THIS_BE_ELSIFDEF_FOR_THE_IFDEF_ON_LINE_1_19176’
11058 | object _39SHOULD_THIS_BE_ELSIFDEF_FOR_THE_IFDEF_ON_LINE_1_19176 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5333:8: note: previous definition of ‘_39SHOULD_THIS_BE_ELSIFDEF_FOR_THE_IFDEF_ON_LINE_1_19176’ with type ‘object’ {aka ‘long int’}
5333 | object _39SHOULD_THIS_BE_ELSIFDEF_FOR_THE_IFDEF_ON_LINE_1_19176 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11059:8: error: redefinition of ‘_39SORRY_TOO_MANY_C_FILES_WITH_THE_SAME_BASE_NAME_19178’
11059 | object _39SORRY_TOO_MANY_C_FILES_WITH_THE_SAME_BASE_NAME_19178 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5334:8: note: previous definition of ‘_39SORRY_TOO_MANY_C_FILES_WITH_THE_SAME_BASE_NAME_19178’ with type ‘object’ {aka ‘long int’}
5334 | object _39SORRY_TOO_MANY_C_FILES_WITH_THE_SAME_BASE_NAME_19178 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11060:8: error: redefinition of ‘_39THE_ENTRY_STATEMENT_MUST_APPEAR_AT_MOST_ONCE_INSIDE_A_LOOP_19180’
11060 | object _39THE_ENTRY_STATEMENT_MUST_APPEAR_AT_MOST_ONCE_INSIDE_A_LOOP_19180 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5335:8: note: previous definition of ‘_39THE_ENTRY_STATEMENT_MUST_APPEAR_AT_MOST_ONCE_INSIDE_A_LOOP_19180’ with type ‘object’ {aka ‘long int’}
5335 | object _39THE_ENTRY_STATEMENT_MUST_APPEAR_AT_MOST_ONCE_INSIDE_A_LOOP_19180 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11061:8: error: redefinition of ‘_39THE_ENTRY_STATEMENT_CAN_NOT_BE_USED_IN_A_FOR_BLOCK_19182’
11061 | object _39THE_ENTRY_STATEMENT_CAN_NOT_BE_USED_IN_A_FOR_BLOCK_19182 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5336:8: note: previous definition of ‘_39THE_ENTRY_STATEMENT_CAN_NOT_BE_USED_IN_A_FOR_BLOCK_19182’ with type ‘object’ {aka ‘long int’}
5336 | object _39THE_ENTRY_STATEMENT_CAN_NOT_BE_USED_IN_A_FOR_BLOCK_19182 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11062:8: error: redefinition of ‘_39THE_INNERMOST_BLOCK_CONTAINING_AN_ENTRY_STATEMENT_MUST_BE_THE_LOOP_IT_DEFINES_AN_ENTRY_IN_19184’
11062 | object _39THE_INNERMOST_BLOCK_CONTAINING_AN_ENTRY_STATEMENT_MUST_BE_THE_LOOP_IT_DEFINES_AN_ENTRY_IN_19184 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5337:8: note: previous definition of ‘_39THE_INNERMOST_BLOCK_CONTAINING_AN_ENTRY_STATEMENT_MUST_BE_THE_LOOP_IT_DEFINES_AN_ENTRY_IN_19184’ with type ‘object’ {aka ‘long int’}
5337 | object _39THE_INNERMOST_BLOCK_CONTAINING_AN_ENTRY_STATEMENT_MUST_BE_THE_LOOP_IT_DEFINES_AN_ENTRY_IN_19184 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11063:8: error: redefinition of ‘_39THE_ENTRY_STATEMENT_MUST_APPEAR_INSIDE_A_LOOP_19186’
11063 | object _39THE_ENTRY_STATEMENT_MUST_APPEAR_INSIDE_A_LOOP_19186 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5338:8: note: previous definition of ‘_39THE_ENTRY_STATEMENT_MUST_APPEAR_INSIDE_A_LOOP_19186’ with type ‘object’ {aka ‘long int’}
5338 | object _39THE_ENTRY_STATEMENT_MUST_APPEAR_INSIDE_A_LOOP_19186 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11064:8: error: redefinition of ‘_39MSG_TAB_CHARACTER_FOUND_IN_STRING__USE_T_INSTEAD_19188’
11064 | object _39MSG_TAB_CHARACTER_FOUND_IN_STRING__USE_T_INSTEAD_19188 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5339:8: note: previous definition of ‘_39MSG_TAB_CHARACTER_FOUND_IN_STRING__USE_T_INSTEAD_19188’ with type ‘object’ {aka ‘long int’}
5339 | object _39MSG_TAB_CHARACTER_FOUND_IN_STRING__USE_T_INSTEAD_19188 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11065:8: error: redefinition of ‘_39TYPE_CHECK_ERROR_WHEN_INLINING_LITERAL_19190’
11065 | object _39TYPE_CHECK_ERROR_WHEN_INLINING_LITERAL_19190 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5340:8: note: previous definition of ‘_39TYPE_CHECK_ERROR_WHEN_INLINING_LITERAL_19190’ with type ‘object’ {aka ‘long int’}
5340 | object _39TYPE_CHECK_ERROR_WHEN_INLINING_LITERAL_19190 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11066:8: error: redefinition of ‘_39TOO_MANY_WARNING_ERRORS_19192’
11066 | object _39TOO_MANY_WARNING_ERRORS_19192 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5341:8: note: previous definition of ‘_39TOO_MANY_WARNING_ERRORS_19192’ with type ‘object’ {aka ‘long int’}
5341 | object _39TOO_MANY_WARNING_ERRORS_19192 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11067:8: error: redefinition of ‘_39TYPES_MUST_HAVE_EXACTLY_ONE_PARAMETER_19194’
11067 | object _39TYPES_MUST_HAVE_EXACTLY_ONE_PARAMETER_19194 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5342:8: note: previous definition of ‘_39TYPES_MUST_HAVE_EXACTLY_ONE_PARAMETER_19194’ with type ‘object’ {aka ‘long int’}
5342 | object _39TYPES_MUST_HAVE_EXACTLY_ONE_PARAMETER_19194 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11068:8: error: redefinition of ‘_39TYPE_MUST_RETURN_TRUE__FALSE_VALUE_19196’
11068 | object _39TYPE_MUST_RETURN_TRUE__FALSE_VALUE_19196 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5343:8: note: previous definition of ‘_39TYPE_MUST_RETURN_TRUE__FALSE_VALUE_19196’ with type ‘object’ {aka ‘long int’}
5343 | object _39TYPE_MUST_RETURN_TRUE__FALSE_VALUE_19196 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11069:8: error: redefinition of ‘_39UNKNOWN_COMPILER_19198’
11069 | object _39UNKNOWN_COMPILER_19198 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5344:8: note: previous definition of ‘_39UNKNOWN_COMPILER_19198’ with type ‘object’ {aka ‘long int’}
5344 | object _39UNKNOWN_COMPILER_19198 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11070:8: error: redefinition of ‘_39UNKNOWN_BUILD_FILE_TYPE_19200’
11070 | object _39UNKNOWN_BUILD_FILE_TYPE_19200 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5345:8: note: previous definition of ‘_39UNKNOWN_BUILD_FILE_TYPE_19200’ with type ‘object’ {aka ‘long int’}
5345 | object _39UNKNOWN_BUILD_FILE_TYPE_19200 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11071:8: error: redefinition of ‘_39UNKNOWN_BLOCK_LABEL_19202’
11071 | object _39UNKNOWN_BLOCK_LABEL_19202 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5346:8: note: previous definition of ‘_39UNKNOWN_BLOCK_LABEL_19202’ with type ‘object’ {aka ‘long int’}
5346 | object _39UNKNOWN_BLOCK_LABEL_19202 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11072:8: error: redefinition of ‘_39UNKNOWN_NAMESPACE_1_IN_DEFAULT_ARGUMENT_19204’
11072 | object _39UNKNOWN_NAMESPACE_1_IN_DEFAULT_ARGUMENT_19204 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5347:8: note: previous definition of ‘_39UNKNOWN_NAMESPACE_1_IN_DEFAULT_ARGUMENT_19204’ with type ‘object’ {aka ‘long int’}
5347 | object _39UNKNOWN_NAMESPACE_1_IN_DEFAULT_ARGUMENT_19204 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11073:8: error: redefinition of ‘_39UNKNOWN_WITHWITHOUT_OPTION_1_19206’
11073 | object _39UNKNOWN_WITHWITHOUT_OPTION_1_19206 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5348:8: note: previous definition of ‘_39UNKNOWN_WITHWITHOUT_OPTION_1_19206’ with type ‘object’ {aka ‘long int’}
5348 | object _39UNKNOWN_WITHWITHOUT_OPTION_1_19206 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11074:8: error: redefinition of ‘_39UNKNOWN_ESCAPE_CHARACTER_19208’
11074 | object _39UNKNOWN_ESCAPE_CHARACTER_19208 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5349:8: note: previous definition of ‘_39UNKNOWN_ESCAPE_CHARACTER_19208’ with type ‘object’ {aka ‘long int’}
5349 | object _39UNKNOWN_ESCAPE_CHARACTER_19208 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11075:8: error: redefinition of ‘_39UNKNOWN_LABEL_1_19210’
11075 | object _39UNKNOWN_LABEL_1_19210 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5350:8: note: previous definition of ‘_39UNKNOWN_LABEL_1_19210’ with type ‘object’ {aka ‘long int’}
5350 | object _39UNKNOWN_LABEL_1_19210 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11076:8: error: redefinition of ‘_39VARIABLE_1_HAS_NOT_BEEN_DECLARED_19212’
11076 | object _39VARIABLE_1_HAS_NOT_BEEN_DECLARED_19212 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5351:8: note: previous definition of ‘_39VARIABLE_1_HAS_NOT_BEEN_DECLARED_19212’ with type ‘object’ {aka ‘long int’}
5351 | object _39VARIABLE_1_HAS_NOT_BEEN_DECLARED_19212 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11077:8: error: redefinition of ‘_39WRONG_NUMBER_OF_ARGUMENTS_SUPPLIED_FOR_FORWARD_REFERENCET1_2_3_4__EXPECTED_5_BUT_FOUND_6_19214’
11077 | object _39WRONG_NUMBER_OF_ARGUMENTS_SUPPLIED_FOR_FORWARD_REFERENCET1_2_3_4__EXPECTED_5_BUT_FOUND_6_19214 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5352:8: note: previous definition of ‘_39WRONG_NUMBER_OF_ARGUMENTS_SUPPLIED_FOR_FORWARD_REFERENCET1_2_3_4__EXPECTED_5_BUT_FOUND_6_19214’ with type ‘object’ {aka ‘long int’}
5352 | object _39WRONG_NUMBER_OF_ARGUMENTS_SUPPLIED_FOR_FORWARD_REFERENCET1_2_3_4__EXPECTED_5_BUT_FOUND_6_19214 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11078:8: error: redefinition of ‘_39WATCOM_ENVIRONMENT_VARIABLE_IS_NOT_SET_19216’
11078 | object _39WATCOM_ENVIRONMENT_VARIABLE_IS_NOT_SET_19216 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5353:8: note: previous definition of ‘_39WATCOM_ENVIRONMENT_VARIABLE_IS_NOT_SET_19216’ with type ‘object’ {aka ‘long int’}
5353 | object _39WATCOM_ENVIRONMENT_VARIABLE_IS_NOT_SET_19216 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11079:8: error: redefinition of ‘_39WARNING_NAMES_MUST_BE_ENCLOSED_IN_19218’
11079 | object _39WARNING_NAMES_MUST_BE_ENCLOSED_IN_19218 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5354:8: note: previous definition of ‘_39WARNING_NAMES_MUST_BE_ENCLOSED_IN_19218’ with type ‘object’ {aka ‘long int’}
5354 | object _39WARNING_NAMES_MUST_BE_ENCLOSED_IN_19218 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11080:8: error: redefinition of ‘_39MSG__MAY_ONLY_BE_ON_THE_FIRST_LINE_OF_A_PROGRAM_19220’
11080 | object _39MSG__MAY_ONLY_BE_ON_THE_FIRST_LINE_OF_A_PROGRAM_19220 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5355:8: note: previous definition of ‘_39MSG__MAY_ONLY_BE_ON_THE_FIRST_LINE_OF_A_PROGRAM_19220’ with type ‘object’ {aka ‘long int’}
5355 | object _39MSG__MAY_ONLY_BE_ON_THE_FIRST_LINE_OF_A_PROGRAM_19220 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11081:8: error: redefinition of ‘_39MSG_DELETED_A_19222’
11081 | object _39MSG_DELETED_A_19222 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5356:8: note: previous definition of ‘_39MSG_DELETED_A_19222’ with type ‘object’ {aka ‘long int’}
5356 | object _39MSG_DELETED_A_19222 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11082:8: error: redefinition of ‘_39COMPILING_130_2_19224’
11082 | object _39COMPILING_130_2_19224 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5357:8: note: previous definition of ‘_39COMPILING_130_2_19224’ with type ‘object’ {aka ‘long int’}
5357 | object _39COMPILING_130_2_19224 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11083:8: error: redefinition of ‘_39COULDNT_COMPILE_FILE_1_19226’
11083 | object _39COULDNT_COMPILE_FILE_1_19226 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5358:8: note: previous definition of ‘_39COULDNT_COMPILE_FILE_1_19226’ with type ‘object’ {aka ‘long int’}
5358 | object _39COULDNT_COMPILE_FILE_1_19226 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11084:8: error: redefinition of ‘_39STATUS_1_COMMAND_2_19228’
11084 | object _39STATUS_1_COMMAND_2_19228 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5359:8: note: previous definition of ‘_39STATUS_1_COMMAND_2_19228’ with type ‘object’ {aka ‘long int’}
5359 | object _39STATUS_1_COMMAND_2_19228 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11085:8: error: redefinition of ‘_39LINKING_100_1_19230’
11085 | object _39LINKING_100_1_19230 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5360:8: note: previous definition of ‘_39LINKING_100_1_19230’ with type ‘object’ {aka ‘long int’}
5360 | object _39LINKING_100_1_19230 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11086:8: error: redefinition of ‘_39UNKNOWN_COMPILER_TYPE_1_19232’
11086 | object _39UNKNOWN_COMPILER_TYPE_1_19232 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5361:8: note: previous definition of ‘_39UNKNOWN_COMPILER_TYPE_1_19232’ with type ‘object’ {aka ‘long int’}
5361 | object _39UNKNOWN_COMPILER_TYPE_1_19232 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11087:8: error: redefinition of ‘_39UNABLE_TO_LINK_1_19234’
11087 | object _39UNABLE_TO_LINK_1_19234 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5362:8: note: previous definition of ‘_39UNABLE_TO_LINK_1_19234’ with type ‘object’ {aka ‘long int’}
5362 | object _39UNABLE_TO_LINK_1_19234 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11088:8: error: redefinition of ‘_39STATUS_1_COMMAND_2_A_19236’
11088 | object _39STATUS_1_COMMAND_2_A_19236 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5363:8: note: previous definition of ‘_39STATUS_1_COMMAND_2_A_19236’ with type ‘object’ {aka ‘long int’}
5363 | object _39STATUS_1_COMMAND_2_A_19236 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11089:8: error: redefinition of ‘_39MSG_1C_FILES_WERE_CREATED_19238’
11089 | object _39MSG_1C_FILES_WERE_CREATED_19238 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5364:8: note: previous definition of ‘_39MSG_1C_FILES_WERE_CREATED_19238’ with type ‘object’ {aka ‘long int’}
5364 | object _39MSG_1C_FILES_WERE_CREATED_19238 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11090:8: error: redefinition of ‘_39LINK_RESOURCE_FILE_INTO_RESULTING_EXECUTABLE_19240’
11090 | object _39LINK_RESOURCE_FILE_INTO_RESULTING_EXECUTABLE_19240 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5365:8: note: previous definition of ‘_39LINK_RESOURCE_FILE_INTO_RESULTING_EXECUTABLE_19240’ with type ‘object’ {aka ‘long int’}
5365 | object _39LINK_RESOURCE_FILE_INTO_RESULTING_EXECUTABLE_19240 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11091:8: error: redefinition of ‘_39TO_BUILD_YOUR_PROJECT_TYPE_12MAK_19242’
11091 | object _39TO_BUILD_YOUR_PROJECT_TYPE_12MAK_19242 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5366:8: note: previous definition of ‘_39TO_BUILD_YOUR_PROJECT_TYPE_12MAK_19242’ with type ‘object’ {aka ‘long int’}
5366 | object _39TO_BUILD_YOUR_PROJECT_TYPE_12MAK_19242 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11092:8: error: redefinition of ‘_39TO_BUILD_YOUR_PROJECT_INCLUDE_1MAK_INTO_A_LARGER_MAKEFILE_PROJECT_19244’
11092 | object _39TO_BUILD_YOUR_PROJECT_INCLUDE_1MAK_INTO_A_LARGER_MAKEFILE_PROJECT_19244 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5367:8: note: previous definition of ‘_39TO_BUILD_YOUR_PROJECT_INCLUDE_1MAK_INTO_A_LARGER_MAKEFILE_PROJECT_19244’ with type ‘object’ {aka ‘long int’}
5367 | object _39TO_BUILD_YOUR_PROJECT_INCLUDE_1MAK_INTO_A_LARGER_MAKEFILE_PROJECT_19244 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11093:8: error: redefinition of ‘_39TO_BUILD_YOUR_PROJECT_CHANGE_DIRECTORY_TO_1_AND_TYPE_23MAK_19246’
11093 | object _39TO_BUILD_YOUR_PROJECT_CHANGE_DIRECTORY_TO_1_AND_TYPE_23MAK_19246 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5368:8: note: previous definition of ‘_39TO_BUILD_YOUR_PROJECT_CHANGE_DIRECTORY_TO_1_AND_TYPE_23MAK_19246’ with type ‘object’ {aka ‘long int’}
5368 | object _39TO_BUILD_YOUR_PROJECT_CHANGE_DIRECTORY_TO_1_AND_TYPE_23MAK_19246 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11094:8: error: redefinition of ‘_39TO_RUN_YOUR_PROJECT_TYPE_1_19248’
11094 | object _39TO_RUN_YOUR_PROJECT_TYPE_1_19248 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5369:8: note: previous definition of ‘_39TO_RUN_YOUR_PROJECT_TYPE_1_19248’ with type ‘object’ {aka ‘long int’}
5369 | object _39TO_RUN_YOUR_PROJECT_TYPE_1_19248 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11095:8: error: redefinition of ‘_39COMPILING_WITH_1_19250’
11095 | object _39COMPILING_WITH_1_19250 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5370:8: note: previous definition of ‘_39COMPILING_WITH_1_19250’ with type ‘object’ {aka ‘long int’}
5370 | object _39COMPILING_WITH_1_19250 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11096:8: error: redefinition of ‘_39DO_NOT_DISPLAY_STATUS_MESSAGES_19252’
11096 | object _39DO_NOT_DISPLAY_STATUS_MESSAGES_19252 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5371:8: note: previous definition of ‘_39DO_NOT_DISPLAY_STATUS_MESSAGES_19252’ with type ‘object’ {aka ‘long int’}
5371 | object _39DO_NOT_DISPLAY_STATUS_MESSAGES_19252 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11097:8: error: redefinition of ‘_39SET_THE_COMPILER_TO_WATCOM_19254’
11097 | object _39SET_THE_COMPILER_TO_WATCOM_19254 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5372:8: note: previous definition of ‘_39SET_THE_COMPILER_TO_WATCOM_19254’ with type ‘object’ {aka ‘long int’}
5372 | object _39SET_THE_COMPILER_TO_WATCOM_19254 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11098:8: error: redefinition of ‘_39SET_THE_COMPILER_TO_DJGPP_19256’
11098 | object _39SET_THE_COMPILER_TO_DJGPP_19256 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5373:8: note: previous definition of ‘_39SET_THE_COMPILER_TO_DJGPP_19256’ with type ‘object’ {aka ‘long int’}
5373 | object _39SET_THE_COMPILER_TO_DJGPP_19256 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11099:8: error: redefinition of ‘_39SET_THE_COMPILER_TO_GCC_19258’
11099 | object _39SET_THE_COMPILER_TO_GCC_19258 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5374:8: note: previous definition of ‘_39SET_THE_COMPILER_TO_GCC_19258’ with type ‘object’ {aka ‘long int’}
5374 | object _39SET_THE_COMPILER_TO_GCC_19258 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11100:8: error: redefinition of ‘_39SET_THE_COMPILER_DIRECTORY_19260’
11100 | object _39SET_THE_COMPILER_DIRECTORY_19260 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5375:8: note: previous definition of ‘_39SET_THE_COMPILER_DIRECTORY_19260’ with type ‘object’ {aka ‘long int’}
5375 | object _39SET_THE_COMPILER_DIRECTORY_19260 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11101:8: error: redefinition of ‘_39CREATE_A_CONSOLE_APPLICATION_19262’
11101 | object _39CREATE_A_CONSOLE_APPLICATION_19262 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5376:8: note: previous definition of ‘_39CREATE_A_CONSOLE_APPLICATION_19262’ with type ‘object’ {aka ‘long int’}
5376 | object _39CREATE_A_CONSOLE_APPLICATION_19262 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11102:8: error: redefinition of ‘_39CREATE_A_SHARED_LIBRARY_19264’
11102 | object _39CREATE_A_SHARED_LIBRARY_19264 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5377:8: note: previous definition of ‘_39CREATE_A_SHARED_LIBRARY_19264’ with type ‘object’ {aka ‘long int’}
5377 | object _39CREATE_A_SHARED_LIBRARY_19264 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11103:8: error: redefinition of ‘_39CREATE_A_SHARED_LIBRARY_A_19266’
11103 | object _39CREATE_A_SHARED_LIBRARY_A_19266 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5378:8: note: previous definition of ‘_39CREATE_A_SHARED_LIBRARY_A_19266’ with type ‘object’ {aka ‘long int’}
5378 | object _39CREATE_A_SHARED_LIBRARY_A_19266 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11104:8: error: redefinition of ‘_39SET_THE_PLATFORM_FOR_THE_TRANSLATED_CODE_19268’
11104 | object _39SET_THE_PLATFORM_FOR_THE_TRANSLATED_CODE_19268 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5379:8: note: previous definition of ‘_39SET_THE_PLATFORM_FOR_THE_TRANSLATED_CODE_19268’ with type ‘object’ {aka ‘long int’}
5379 | object _39SET_THE_PLATFORM_FOR_THE_TRANSLATED_CODE_19268 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11105:8: error: redefinition of ‘_39USE_A_NONSTANDARD_LIBRARY_19270’
11105 | object _39USE_A_NONSTANDARD_LIBRARY_19270 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5380:8: note: previous definition of ‘_39USE_A_NONSTANDARD_LIBRARY_19270’ with type ‘object’ {aka ‘long int’}
5380 | object _39USE_A_NONSTANDARD_LIBRARY_19270 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11106:8: error: redefinition of ‘_39UNABLE_TO_LINK_RESOURCE_FILE_1_INTO_EXECUTABLE_2_19272’
11106 | object _39UNABLE_TO_LINK_RESOURCE_FILE_1_INTO_EXECUTABLE_2_19272 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5381:8: note: previous definition of ‘_39UNABLE_TO_LINK_RESOURCE_FILE_1_INTO_EXECUTABLE_2_19272’ with type ‘object’ {aka ‘long int’}
5381 | object _39UNABLE_TO_LINK_RESOURCE_FILE_1_INTO_EXECUTABLE_2_19272 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11107:8: error: redefinition of ‘_39SET_THE_STACK_SIZE_WATCOM_19274’
11107 | object _39SET_THE_STACK_SIZE_WATCOM_19274 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5382:8: note: previous definition of ‘_39SET_THE_STACK_SIZE_WATCOM_19274’ with type ‘object’ {aka ‘long int’}
5382 | object _39SET_THE_STACK_SIZE_WATCOM_19274 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11108:8: error: redefinition of ‘_39ENABLE_DEBUG_MODE_FOR_GENERATED_CODE_19276’
11108 | object _39ENABLE_DEBUG_MODE_FOR_GENERATED_CODE_19276 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5383:8: note: previous definition of ‘_39ENABLE_DEBUG_MODE_FOR_GENERATED_CODE_19276’ with type ‘object’ {aka ‘long int’}
5383 | object _39ENABLE_DEBUG_MODE_FOR_GENERATED_CODE_19276 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11109:8: error: redefinition of ‘_39SET_THE_NUMBER_OF_C_STATEMENTS_PER_GENERATED_FILE_BEFORE_SPLITTING_19278’
11109 | object _39SET_THE_NUMBER_OF_C_STATEMENTS_PER_GENERATED_FILE_BEFORE_SPLITTING_19278 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5384:8: note: previous definition of ‘_39SET_THE_NUMBER_OF_C_STATEMENTS_PER_GENERATED_FILE_BEFORE_SPLITTING_19278’ with type ‘object’ {aka ‘long int’}
5384 | object _39SET_THE_NUMBER_OF_C_STATEMENTS_PER_GENERATED_FILE_BEFORE_SPLITTING_19278 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11110:8: error: redefinition of ‘_39KEEP_THE_GENERATED_FILES_19280’
11110 | object _39KEEP_THE_GENERATED_FILES_19280 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5385:8: note: previous definition of ‘_39KEEP_THE_GENERATED_FILES_19280’ with type ‘object’ {aka ‘long int’}
5385 | object _39KEEP_THE_GENERATED_FILES_19280 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11111:8: error: redefinition of ‘_39GENERATE_A_PARTIAL_PROJECT_MAKEFILE_19282’
11111 | object _39GENERATE_A_PARTIAL_PROJECT_MAKEFILE_19282 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5386:8: note: previous definition of ‘_39GENERATE_A_PARTIAL_PROJECT_MAKEFILE_19282’ with type ‘object’ {aka ‘long int’}
5386 | object _39GENERATE_A_PARTIAL_PROJECT_MAKEFILE_19282 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11112:8: error: redefinition of ‘_39GENERATE_A_FULL_MAKEFILE_19284’
11112 | object _39GENERATE_A_FULL_MAKEFILE_19284 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5387:8: note: previous definition of ‘_39GENERATE_A_FULL_MAKEFILE_19284’ with type ‘object’ {aka ‘long int’}
5387 | object _39GENERATE_A_FULL_MAKEFILE_19284 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11113:8: error: redefinition of ‘_39COULD_NOT_REMOVE_DIRECTORY_1_19286’
11113 | object _39COULD_NOT_REMOVE_DIRECTORY_1_19286 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5388:8: note: previous definition of ‘_39COULD_NOT_REMOVE_DIRECTORY_1_19286’ with type ‘object’ {aka ‘long int’}
5388 | object _39COULD_NOT_REMOVE_DIRECTORY_1_19286 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11114:8: error: redefinition of ‘_39MSG_DELETED_B_19288’
11114 | object _39MSG_DELETED_B_19288 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5389:8: note: previous definition of ‘_39MSG_DELETED_B_19288’ with type ‘object’ {aka ‘long int’}
5389 | object _39MSG_DELETED_B_19288 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11115:8: error: redefinition of ‘_39DO_NOT_BUILD_THE_PROJECT_NOR_WRITE_A_BUILD_FILE_19290’
11115 | object _39DO_NOT_BUILD_THE_PROJECT_NOR_WRITE_A_BUILD_FILE_19290 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5390:8: note: previous definition of ‘_39DO_NOT_BUILD_THE_PROJECT_NOR_WRITE_A_BUILD_FILE_19290’ with type ‘object’ {aka ‘long int’}
5390 | object _39DO_NOT_BUILD_THE_PROJECT_NOR_WRITE_A_BUILD_FILE_19290 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11116:8: error: redefinition of ‘_39GENERATECOMPILE_ALL_FILES_IN_DIR_19292’
11116 | object _39GENERATECOMPILE_ALL_FILES_IN_DIR_19292 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5391:8: note: previous definition of ‘_39GENERATECOMPILE_ALL_FILES_IN_DIR_19292’ with type ‘object’ {aka ‘long int’}
5391 | object _39GENERATECOMPILE_ALL_FILES_IN_DIR_19292 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11117:8: error: redefinition of ‘_39SET_THE_OUTPUT_FILENAME_19294’
11117 | object _39SET_THE_OUTPUT_FILENAME_19294 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5392:8: note: previous definition of ‘_39SET_THE_OUTPUT_FILENAME_19294’ with type ‘object’ {aka ‘long int’}
5392 | object _39SET_THE_OUTPUT_FILENAME_19294 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11118:8: error: redefinition of ‘_39EUCEXE_OPTIONS_FILEEX_COMMON_OPTIONS_19296’
11118 | object _39EUCEXE_OPTIONS_FILEEX_COMMON_OPTIONS_19296 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5393:8: note: previous definition of ‘_39EUCEXE_OPTIONS_FILEEX_COMMON_OPTIONS_19296’ with type ‘object’ {aka ‘long int’}
5393 | object _39EUCEXE_OPTIONS_FILEEX_COMMON_OPTIONS_19296 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11119:8: error: redefinition of ‘_39MSG__TRANSLATOR_OPTIONS_19298’
11119 | object _39MSG__TRANSLATOR_OPTIONS_19298 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5394:8: note: previous definition of ‘_39MSG__TRANSLATOR_OPTIONS_19298’ with type ‘object’ {aka ‘long int’}
5394 | object _39MSG__TRANSLATOR_OPTIONS_19298 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11120:8: error: redefinition of ‘_39UNKNOWN_PLATFORM_1__SUPPORTED_PLATFORMS_ARE_2_19300’
11120 | object _39UNKNOWN_PLATFORM_1__SUPPORTED_PLATFORMS_ARE_2_19300 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5395:8: note: previous definition of ‘_39UNKNOWN_PLATFORM_1__SUPPORTED_PLATFORMS_ARE_2_19300’ with type ‘object’ {aka ‘long int’}
5395 | object _39UNKNOWN_PLATFORM_1__SUPPORTED_PLATFORMS_ARE_2_19300 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11121:8: error: redefinition of ‘_39INVALID_MAXIMUM_FILE_SIZE_19302’
11121 | object _39INVALID_MAXIMUM_FILE_SIZE_19302 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5396:8: note: previous definition of ‘_39INVALID_MAXIMUM_FILE_SIZE_19302’ with type ‘object’ {aka ‘long int’}
5396 | object _39INVALID_MAXIMUM_FILE_SIZE_19302 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11122:8: error: redefinition of ‘_39ERROR_MUST_SPECIFY_THE_FILE_TO_BE_TRANSLATED_ON_THE_COMMAND_LINE_19304’
11122 | object _39ERROR_MUST_SPECIFY_THE_FILE_TO_BE_TRANSLATED_ON_THE_COMMAND_LINE_19304 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5397:8: note: previous definition of ‘_39ERROR_MUST_SPECIFY_THE_FILE_TO_BE_TRANSLATED_ON_THE_COMMAND_LINE_19304’ with type ‘object’ {aka ‘long int’}
5397 | object _39ERROR_MUST_SPECIFY_THE_FILE_TO_BE_TRANSLATED_ON_THE_COMMAND_LINE_19304 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11123:8: error: redefinition of ‘_39WARNING_1T2_19306’
11123 | object _39WARNING_1T2_19306 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5398:8: note: previous definition of ‘_39WARNING_1T2_19306’ with type ‘object’ {aka ‘long int’}
5398 | object _39WARNING_1T2_19306 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11124:8: error: redefinition of ‘_39UNABLE_TO_CREATE_WARNING_FILE_1_19308’
11124 | object _39UNABLE_TO_CREATE_WARNING_FILE_1_19308 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5399:8: note: previous definition of ‘_39UNABLE_TO_CREATE_WARNING_FILE_1_19308’ with type ‘object’ {aka ‘long int’}
5399 | object _39UNABLE_TO_CREATE_WARNING_FILE_1_19308 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11125:8: error: redefinition of ‘_39PRESS_ENTER_TO_CONTINUE_Q_TO_QUIT_19310’
11125 | object _39PRESS_ENTER_TO_CONTINUE_Q_TO_QUIT_19310 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5400:8: note: previous definition of ‘_39PRESS_ENTER_TO_CONTINUE_Q_TO_QUIT_19310’ with type ‘object’ {aka ‘long int’}
5400 | object _39PRESS_ENTER_TO_CONTINUE_Q_TO_QUIT_19310 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11126:8: error: redefinition of ‘_39DEFINED_WORDS_19312’
11126 | object _39DEFINED_WORDS_19312 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5401:8: note: previous definition of ‘_39DEFINED_WORDS_19312’ with type ‘object’ {aka ‘long int’}
5401 | object _39DEFINED_WORDS_19312 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11127:8: error: redefinition of ‘_39PRESS_ENTER_19314’
11127 | object _39PRESS_ENTER_19314 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5402:8: note: previous definition of ‘_39PRESS_ENTER_19314’ with type ‘object’ {aka ‘long int’}
5402 | object _39PRESS_ENTER_19314 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11128:8: error: redefinition of ‘_39CANT_CREATE_ERROR_MESSAGE_FILE_1_19316’
11128 | object _39CANT_CREATE_ERROR_MESSAGE_FILE_1_19316 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5403:8: note: previous definition of ‘_39CANT_CREATE_ERROR_MESSAGE_FILE_1_19316’ with type ‘object’ {aka ‘long int’}
5403 | object _39CANT_CREATE_ERROR_MESSAGE_FILE_1_19316 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11129:8: error: redefinition of ‘_39MSG_ENDOFFILE_19318’
11129 | object _39MSG_ENDOFFILE_19318 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5404:8: note: previous definition of ‘_39MSG_ENDOFFILE_19318’ with type ‘object’ {aka ‘long int’}
5404 | object _39MSG_ENDOFFILE_19318 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11130:8: error: redefinition of ‘_39INTERNAL_ERRORT1_19320’
11130 | object _39INTERNAL_ERRORT1_19320 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5405:8: note: previous definition of ‘_39INTERNAL_ERRORT1_19320’ with type ‘object’ {aka ‘long int’}
5405 | object _39INTERNAL_ERRORT1_19320 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11131:8: error: redefinition of ‘_39INTERNAL_ERROR_AT_12T3_19322’
11131 | object _39INTERNAL_ERROR_AT_12T3_19322 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5406:8: note: previous definition of ‘_39INTERNAL_ERROR_AT_12T3_19322’ with type ‘object’ {aka ‘long int’}
5406 | object _39INTERNAL_ERROR_AT_12T3_19322 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11132:8: error: redefinition of ‘_39FAILED_DUE_TO_INTERNAL_ERROR_19324’
11132 | object _39FAILED_DUE_TO_INTERNAL_ERROR_19324 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5407:8: note: previous definition of ‘_39FAILED_DUE_TO_INTERNAL_ERROR_19324’ with type ‘object’ {aka ‘long int’}
5407 | object _39FAILED_DUE_TO_INTERNAL_ERROR_19324 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11133:8: error: redefinition of ‘_39WATCOM_CANNOT_BUILD_TRANSLATED_FILES_WHEN_THERE_IS_A_SPACE_IN_ITS_PARENT_FOLDERS_19326’
11133 | object _39WATCOM_CANNOT_BUILD_TRANSLATED_FILES_WHEN_THERE_IS_A_SPACE_IN_ITS_PARENT_FOLDERS_19326 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5408:8: note: previous definition of ‘_39WATCOM_CANNOT_BUILD_TRANSLATED_FILES_WHEN_THERE_IS_A_SPACE_IN_ITS_PARENT_FOLDERS_19326’ with type ‘object’ {aka ‘long int’}
5408 | object _39WATCOM_CANNOT_BUILD_TRANSLATED_FILES_WHEN_THERE_IS_A_SPACE_IN_ITS_PARENT_FOLDERS_19326 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11134:8: error: redefinition of ‘_39WATCOM_NEEDS_TO_HAVE_AN_INCLUDE_VARIABLE_SET_TO_ITS_INCLUDED_DIRECTORIES_19328’
11134 | object _39WATCOM_NEEDS_TO_HAVE_AN_INCLUDE_VARIABLE_SET_TO_ITS_INCLUDED_DIRECTORIES_19328 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5409:8: note: previous definition of ‘_39WATCOM_NEEDS_TO_HAVE_AN_INCLUDE_VARIABLE_SET_TO_ITS_INCLUDED_DIRECTORIES_19328’ with type ‘object’ {aka ‘long int’}
5409 | object _39WATCOM_NEEDS_TO_HAVE_AN_INCLUDE_VARIABLE_SET_TO_ITS_INCLUDED_DIRECTORIES_19328 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11135:8: error: redefinition of ‘_39WATCOM_SHOULD_HAVE_THE_H_AND_THE_HNT_INCLUDES_AT_THE_FRONT_OF_THE_INCLUDE_VARIABLE__WATCOM_IS_LOCATED_IN_1__THE_INCLUDE_ENVIRONMENT_VARIABLE_IS_2_19330’
11135 | object _39WATCOM_SHOULD_HAVE_THE_H_AND_THE_HNT_INCLUDES_AT_THE_FRONT_OF_THE_INCLUDE_VARIABLE__WATCOM_IS_LOCATED_IN_1__THE_INCLUDE_ENVIRONMENT_VARIABLE_IS_2_19330 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5410:8: note: previous definition of ‘_39WATCOM_SHOULD_HAVE_THE_H_AND_THE_HNT_INCLUDES_AT_THE_FRONT_OF_THE_INCLUDE_VARIABLE__WATCOM_IS_LOCATED_IN_1__THE_INCLUDE_ENVIRONMENT_VARIABLE_IS_2_19330’ with type ‘object’ {aka ‘long int’}
5410 | object _39WATCOM_SHOULD_HAVE_THE_H_AND_THE_HNT_INCLUDES_AT_THE_FRONT_OF_THE_INCLUDE_VARIABLE__WATCOM_IS_LOCATED_IN_1__THE_INCLUDE_ENVIRONMENT_VARIABLE_IS_2_19330 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11136:8: error: redefinition of ‘_39STATEMENTS_HAVE_BEEN_INSERTED_TO_TRACE_EXECUTION_OF_YOUR_PROGRAM_19332’
11136 | object _39STATEMENTS_HAVE_BEEN_INSERTED_TO_TRACE_EXECUTION_OF_YOUR_PROGRAM_19332 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5411:8: note: previous definition of ‘_39STATEMENTS_HAVE_BEEN_INSERTED_TO_TRACE_EXECUTION_OF_YOUR_PROGRAM_19332’ with type ‘object’ {aka ‘long int’}
5411 | object _39STATEMENTS_HAVE_BEEN_INSERTED_TO_TRACE_EXECUTION_OF_YOUR_PROGRAM_19332 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11137:8: error: redefinition of ‘_39MSG_12__STATEMENT_AFTER_3_WILL_NEVER_BE_EXECUTED_19334’
11137 | object _39MSG_12__STATEMENT_AFTER_3_WILL_NEVER_BE_EXECUTED_19334 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5412:8: note: previous definition of ‘_39MSG_12__STATEMENT_AFTER_3_WILL_NEVER_BE_EXECUTED_19334’ with type ‘object’ {aka ‘long int’}
5412 | object _39MSG_12__STATEMENT_AFTER_3_WILL_NEVER_BE_EXECUTED_19334 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11138:8: error: redefinition of ‘_39MSG_12__CALL_TO_3_MIGHT_BE_SHORTCIRCUITED_19336’
11138 | object _39MSG_12__CALL_TO_3_MIGHT_BE_SHORTCIRCUITED_19336 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5413:8: note: previous definition of ‘_39MSG_12__CALL_TO_3_MIGHT_BE_SHORTCIRCUITED_19336’ with type ‘object’ {aka ‘long int’}
5413 | object _39MSG_12__CALL_TO_3_MIGHT_BE_SHORTCIRCUITED_19336 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11139:8: error: redefinition of ‘_39MSG_12__EMPTY_CASE_BLOCK_WITHOUT_FALLTHRU_19338’
11139 | object _39MSG_12__EMPTY_CASE_BLOCK_WITHOUT_FALLTHRU_19338 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5414:8: note: previous definition of ‘_39MSG_12__EMPTY_CASE_BLOCK_WITHOUT_FALLTHRU_19338’ with type ‘object’ {aka ‘long int’}
5414 | object _39MSG_12__EMPTY_CASE_BLOCK_WITHOUT_FALLTHRU_19338 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11140:8: error: redefinition of ‘_39MSG_12__NO_CASE_ELSE_SUPPLIED_19340’
11140 | object _39MSG_12__NO_CASE_ELSE_SUPPLIED_19340 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5415:8: note: previous definition of ‘_39MSG_12__NO_CASE_ELSE_SUPPLIED_19340’ with type ‘object’ {aka ‘long int’}
5415 | object _39MSG_12__NO_CASE_ELSE_SUPPLIED_19340 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11141:8: error: redefinition of ‘_39MSG_12__BUILTIN_ROUTINE_3_OVERRIDDEN_19342’
11141 | object _39MSG_12__BUILTIN_ROUTINE_3_OVERRIDDEN_19342 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5416:8: note: previous definition of ‘_39MSG_12__BUILTIN_ROUTINE_3_OVERRIDDEN_19342’ with type ‘object’ {aka ‘long int’}
5416 | object _39MSG_12__BUILTIN_ROUTINE_3_OVERRIDDEN_19342 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11142:8: error: redefinition of ‘_39MSG_12__BUILTIN_ROUTINE_3_OVERRIDDEN_AGAIN_19344’
11142 | object _39MSG_12__BUILTIN_ROUTINE_3_OVERRIDDEN_AGAIN_19344 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5417:8: note: previous definition of ‘_39MSG_12__BUILTIN_ROUTINE_3_OVERRIDDEN_AGAIN_19344’ with type ‘object’ {aka ‘long int’}
5417 | object _39MSG_12__BUILTIN_ROUTINE_3_OVERRIDDEN_AGAIN_19344 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11143:8: error: redefinition of ‘_39CANT_MIX_PROFILE_AND_PROFILE_TIME_19346’
11143 | object _39CANT_MIX_PROFILE_AND_PROFILE_TIME_19346 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5418:8: note: previous definition of ‘_39CANT_MIX_PROFILE_AND_PROFILE_TIME_19346’ with type ‘object’ {aka ‘long int’}
5418 | object _39CANT_MIX_PROFILE_AND_PROFILE_TIME_19346 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11144:8: error: redefinition of ‘_39MSG_12__UNKNOWN_WARNING_NAME_3_19348’
11144 | object _39MSG_12__UNKNOWN_WARNING_NAME_3_19348 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5419:8: note: previous definition of ‘_39MSG_12__UNKNOWN_WARNING_NAME_3_19348’ with type ‘object’ {aka ‘long int’}
5419 | object _39MSG_12__UNKNOWN_WARNING_NAME_3_19348 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11145:8: error: redefinition of ‘_39MSG_1__MODULE_VARIABLE_2_IS_NEVER_ASSIGNED_A_VALUE_19350’
11145 | object _39MSG_1__MODULE_VARIABLE_2_IS_NEVER_ASSIGNED_A_VALUE_19350 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5420:8: note: previous definition of ‘_39MSG_1__MODULE_VARIABLE_2_IS_NEVER_ASSIGNED_A_VALUE_19350’ with type ‘object’ {aka ‘long int’}
5420 | object _39MSG_1__MODULE_VARIABLE_2_IS_NEVER_ASSIGNED_A_VALUE_19350 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11146:8: error: redefinition of ‘_39MSG_1__PRIVATE_VARIABLE_2_OF_3_IS_NEVER_ASSIGNED_A_VALUE_19352’
11146 | object _39MSG_1__PRIVATE_VARIABLE_2_OF_3_IS_NEVER_ASSIGNED_A_VALUE_19352 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5421:8: note: previous definition of ‘_39MSG_1__PRIVATE_VARIABLE_2_OF_3_IS_NEVER_ASSIGNED_A_VALUE_19352’ with type ‘object’ {aka ‘long int’}
5421 | object _39MSG_1__PRIVATE_VARIABLE_2_OF_3_IS_NEVER_ASSIGNED_A_VALUE_19352 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11147:8: error: redefinition of ‘_39MSG_1__MODULE_CONSTANT_2_IS_NOT_USED_19354’
11147 | object _39MSG_1__MODULE_CONSTANT_2_IS_NOT_USED_19354 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5422:8: note: previous definition of ‘_39MSG_1__MODULE_CONSTANT_2_IS_NOT_USED_19354’ with type ‘object’ {aka ‘long int’}
5422 | object _39MSG_1__MODULE_CONSTANT_2_IS_NOT_USED_19354 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11148:8: error: redefinition of ‘_39MSG_1__MODULE_VARIABLE_2_IS_NOT_USED_19356’
11148 | object _39MSG_1__MODULE_VARIABLE_2_IS_NOT_USED_19356 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5423:8: note: previous definition of ‘_39MSG_1__MODULE_VARIABLE_2_IS_NOT_USED_19356’ with type ‘object’ {aka ‘long int’}
5423 | object _39MSG_1__MODULE_VARIABLE_2_IS_NOT_USED_19356 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11149:8: error: redefinition of ‘_39MSG_1__PARAMETER_2_OF_3_IS_NOT_USED_19358’
11149 | object _39MSG_1__PARAMETER_2_OF_3_IS_NOT_USED_19358 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5424:8: note: previous definition of ‘_39MSG_1__PARAMETER_2_OF_3_IS_NOT_USED_19358’ with type ‘object’ {aka ‘long int’}
5424 | object _39MSG_1__PARAMETER_2_OF_3_IS_NOT_USED_19358 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11150:8: error: redefinition of ‘_39MSG_1__PRIVATE_VARIABLE_2_OF_3_IS_NOT_USED_19360’
11150 | object _39MSG_1__PRIVATE_VARIABLE_2_OF_3_IS_NOT_USED_19360 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5425:8: note: previous definition of ‘_39MSG_1__PRIVATE_VARIABLE_2_OF_3_IS_NOT_USED_19360’ with type ‘object’ {aka ‘long int’}
5425 | object _39MSG_1__PRIVATE_VARIABLE_2_OF_3_IS_NOT_USED_19360 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11151:8: error: redefinition of ‘_39FILE_1_USES_PUBLIC_SYMBOLS_FROM_2_BUT_DOES_NOT_INCLUDE_THAT_FILE_19362’
11151 | object _39FILE_1_USES_PUBLIC_SYMBOLS_FROM_2_BUT_DOES_NOT_INCLUDE_THAT_FILE_19362 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5426:8: note: previous definition of ‘_39FILE_1_USES_PUBLIC_SYMBOLS_FROM_2_BUT_DOES_NOT_INCLUDE_THAT_FILE_19362’ with type ‘object’ {aka ‘long int’}
5426 | object _39FILE_1_USES_PUBLIC_SYMBOLS_FROM_2_BUT_DOES_NOT_INCLUDE_THAT_FILE_19362 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11152:8: error: redefinition of ‘_39MSG_12__IDENTIFIER_3_IN_4_IS_NOT_INCLUDED_19364’
11152 | object _39MSG_12__IDENTIFIER_3_IN_4_IS_NOT_INCLUDED_19364 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5427:8: note: previous definition of ‘_39MSG_12__IDENTIFIER_3_IN_4_IS_NOT_INCLUDED_19364’ with type ‘object’ {aka ‘long int’}
5427 | object _39MSG_12__IDENTIFIER_3_IN_4_IS_NOT_INCLUDED_19364 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11153:8: error: redefinition of ‘_39THE_BUILTIN_1_IN_2_OVERRIDES_THE_GLOBALPUBLIC_1_IN3_19366’
11153 | object _39THE_BUILTIN_1_IN_2_OVERRIDES_THE_GLOBALPUBLIC_1_IN3_19366 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5428:8: note: previous definition of ‘_39THE_BUILTIN_1_IN_2_OVERRIDES_THE_GLOBALPUBLIC_1_IN3_19366’ with type ‘object’ {aka ‘long int’}
5428 | object _39THE_BUILTIN_1_IN_2_OVERRIDES_THE_GLOBALPUBLIC_1_IN3_19366 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11154:8: error: redefinition of ‘_39MSG_1_NEEDS_AT_LEAST_2_PARAMETERS_BUT_SOME_NONDEFAULTABLE_ARGUMENTS_ARE_MISSING_19368’
11154 | object _39MSG_1_NEEDS_AT_LEAST_2_PARAMETERS_BUT_SOME_NONDEFAULTABLE_ARGUMENTS_ARE_MISSING_19368 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5429:8: note: previous definition of ‘_39MSG_1_NEEDS_AT_LEAST_2_PARAMETERS_BUT_SOME_NONDEFAULTABLE_ARGUMENTS_ARE_MISSING_19368’ with type ‘object’ {aka ‘long int’}
5429 | object _39MSG_1_NEEDS_AT_LEAST_2_PARAMETERS_BUT_SOME_NONDEFAULTABLE_ARGUMENTS_ARE_MISSING_19368 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11155:8: error: redefinition of ‘_39MSG_1_NEEDS_2_ARGUMENTS_19370’
11155 | object _39MSG_1_NEEDS_2_ARGUMENTS_19370 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5430:8: note: previous definition of ‘_39MSG_1_NEEDS_2_ARGUMENTS_19370’ with type ‘object’ {aka ‘long int’}
5430 | object _39MSG_1_NEEDS_2_ARGUMENTS_19370 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11156:8: error: redefinition of ‘_39MSG_1_ONLY_NEEDS_2_ARGUMENT_19372’
11156 | object _39MSG_1_ONLY_NEEDS_2_ARGUMENT_19372 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5431:8: note: previous definition of ‘_39MSG_1_ONLY_NEEDS_2_ARGUMENT_19372’ with type ‘object’ {aka ‘long int’}
5431 | object _39MSG_1_ONLY_NEEDS_2_ARGUMENT_19372 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11157:8: error: redefinition of ‘_39MSG_1_ONLY_NEEDS_2_ARGUMENTS_19374’
11157 | object _39MSG_1_ONLY_NEEDS_2_ARGUMENTS_19374 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5432:8: note: previous definition of ‘_39MSG_1_ONLY_NEEDS_2_ARGUMENTS_19374’ with type ‘object’ {aka ‘long int’}
5432 | object _39MSG_1_ONLY_NEEDS_2_ARGUMENTS_19374 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11158:8: error: redefinition of ‘_39TRANSLATING_CODE_PASS_19376’
11158 | object _39TRANSLATING_CODE_PASS_19376 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5433:8: note: previous definition of ‘_39TRANSLATING_CODE_PASS_19376’ with type ‘object’ {aka ‘long int’}
5433 | object _39TRANSLATING_CODE_PASS_19376 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11159:8: error: redefinition of ‘_39MSG__GENERATING_19378’
11159 | object _39MSG__GENERATING_19378 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5434:8: note: previous definition of ‘_39MSG__GENERATING_19378’ with type ‘object’ {aka ‘long int’}
5434 | object _39MSG__GENERATING_19378 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11160:8: error: redefinition of ‘_39MSG_1_19380’
11160 | object _39MSG_1_19380 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5435:8: note: previous definition of ‘_39MSG_1_19380’ with type ‘object’ {aka ‘long int’}
5435 | object _39MSG_1_19380 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11161:8: error: redefinition of ‘_39MSG_DELETED_C_19382’
11161 | object _39MSG_DELETED_C_19382 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5436:8: note: previous definition of ‘_39MSG_DELETED_C_19382’ with type ‘object’ {aka ‘long int’}
5436 | object _39MSG_DELETED_C_19382 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11162:8: error: redefinition of ‘_39COULDNT_OPEN_DELETEDTXT_19384’
11162 | object _39COULDNT_OPEN_DELETEDTXT_19384 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5437:8: note: previous definition of ‘_39COULDNT_OPEN_DELETEDTXT_19384’ with type ‘object’ {aka ‘long int’}
5437 | object _39COULDNT_OPEN_DELETEDTXT_19384 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11163:8: error: redefinition of ‘_39DELETED_SYMBOLS_19386’
11163 | object _39DELETED_SYMBOLS_19386 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5438:8: note: previous definition of ‘_39DELETED_SYMBOLS_19386’ with type ‘object’ {aka ‘long int’}
5438 | object _39DELETED_SYMBOLS_19386 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11164:8: error: redefinition of ‘_39THE_LIST_OF_DELETED_SYMBOLS_IS_IN_DELETEDTXT_19388’
11164 | object _39THE_LIST_OF_DELETED_SYMBOLS_IS_IN_DELETEDTXT_19388 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5439:8: note: previous definition of ‘_39THE_LIST_OF_DELETED_SYMBOLS_IS_IN_DELETEDTXT_19388’ with type ‘object’ {aka ‘long int’}
5439 | object _39THE_LIST_OF_DELETED_SYMBOLS_IS_IN_DELETEDTXT_19388 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11165:8: error: redefinition of ‘_39YOU_MAY_NOW_USE_1_TO_RUN_2_19390’
11165 | object _39YOU_MAY_NOW_USE_1_TO_RUN_2_19390 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5440:8: note: previous definition of ‘_39YOU_MAY_NOW_USE_1_TO_RUN_2_19390’ with type ‘object’ {aka ‘long int’}
5440 | object _39YOU_MAY_NOW_USE_1_TO_RUN_2_19390 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11166:8: error: redefinition of ‘_39YOU_MAY_NOW_RUN_1_19392’
11166 | object _39YOU_MAY_NOW_RUN_1_19392 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5441:8: note: previous definition of ‘_39YOU_MAY_NOW_RUN_1_19392’ with type ‘object’ {aka ‘long int’}
5441 | object _39YOU_MAY_NOW_RUN_1_19392 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11167:8: error: redefinition of ‘_39DELETED_1_UNUSED_ROUTINES_AND_2_UNUSED_VARIABLES_19394’
11167 | object _39DELETED_1_UNUSED_ROUTINES_AND_2_UNUSED_VARIABLES_19394 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5442:8: note: previous definition of ‘_39DELETED_1_UNUSED_ROUTINES_AND_2_UNUSED_VARIABLES_19394’ with type ‘object’ {aka ‘long int’}
5442 | object _39DELETED_1_UNUSED_ROUTINES_AND_2_UNUSED_VARIABLES_19394 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11168:8: error: redefinition of ‘_39ERROR_MUST_SPECIFY_THE_FILE_TO_BE_INTERPRETED_ON_THE_COMMAND_LINE_19396’
11168 | object _39ERROR_MUST_SPECIFY_THE_FILE_TO_BE_INTERPRETED_ON_THE_COMMAND_LINE_19396 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5443:8: note: previous definition of ‘_39ERROR_MUST_SPECIFY_THE_FILE_TO_BE_INTERPRETED_ON_THE_COMMAND_LINE_19396’ with type ‘object’ {aka ‘long int’}
5443 | object _39ERROR_MUST_SPECIFY_THE_FILE_TO_BE_INTERPRETED_ON_THE_COMMAND_LINE_19396 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11169:8: error: redefinition of ‘_39BAD_BB_TEMP_TYPE_19398’
11169 | object _39BAD_BB_TEMP_TYPE_19398 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5444:8: note: previous definition of ‘_39BAD_BB_TEMP_TYPE_19398’ with type ‘object’ {aka ‘long int’}
5444 | object _39BAD_BB_TEMP_TYPE_19398 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11170:8: error: redefinition of ‘_39BAD_BB_ELEM_TYPE_19400’
11170 | object _39BAD_BB_ELEM_TYPE_19400 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5445:8: note: previous definition of ‘_39BAD_BB_ELEM_TYPE_19400’ with type ‘object’ {aka ‘long int’}
5445 | object _39BAD_BB_ELEM_TYPE_19400 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11171:8: error: redefinition of ‘_39BAD_BB_ELEM_19402’
11171 | object _39BAD_BB_ELEM_19402 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5446:8: note: previous definition of ‘_39BAD_BB_ELEM_19402’ with type ‘object’ {aka ‘long int’}
5446 | object _39BAD_BB_ELEM_19402 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11172:8: error: redefinition of ‘_39BAD_SEQ_ELEM_19404’
11172 | object _39BAD_SEQ_ELEM_19404 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5447:8: note: previous definition of ‘_39BAD_SEQ_ELEM_19404’ with type ‘object’ {aka ‘long int’}
5447 | object _39BAD_SEQ_ELEM_19404 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11173:8: error: redefinition of ‘_39THIS_OPCODE_1_SHOULD_NEVER_BE_EMITTED__SUBPROG_2_19406’
11173 | object _39THIS_OPCODE_1_SHOULD_NEVER_BE_EMITTED__SUBPROG_2_19406 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5448:8: note: previous definition of ‘_39THIS_OPCODE_1_SHOULD_NEVER_BE_EMITTED__SUBPROG_2_19406’ with type ‘object’ {aka ‘long int’}
5448 | object _39THIS_OPCODE_1_SHOULD_NEVER_BE_EMITTED__SUBPROG_2_19406 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11174:8: error: redefinition of ‘_39NO_ROUTINE_ID_FOR_1_19408’
11174 | object _39NO_ROUTINE_ID_FOR_1_19408 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5449:8: note: previous definition of ‘_39NO_ROUTINE_ID_FOR_1_19408’ with type ‘object’ {aka ‘long int’}
5449 | object _39NO_ROUTINE_ID_FOR_1_19408 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11175:8: error: redefinition of ‘_39BAD_BB_VAR_TYPE_19410’
11175 | object _39BAD_BB_VAR_TYPE_19410 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5450:8: note: previous definition of ‘_39BAD_BB_VAR_TYPE_19410’ with type ‘object’ {aka ‘long int’}
5450 | object _39BAD_BB_VAR_TYPE_19410 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11176:8: error: redefinition of ‘_39BAD_GTYPE_19412’
11176 | object _39BAD_GTYPE_19412 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5451:8: note: previous definition of ‘_39BAD_GTYPE_19412’ with type ‘object’ {aka ‘long int’}
5451 | object _39BAD_GTYPE_19412 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11177:8: error: redefinition of ‘_39OR_TYPE_T1_IS_1_T2_IS_2_19414’
11177 | object _39OR_TYPE_T1_IS_1_T2_IS_2_19414 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5452:8: note: previous definition of ‘_39OR_TYPE_T1_IS_1_T2_IS_2_19414’ with type ‘object’ {aka ‘long int’}
5452 | object _39OR_TYPE_T1_IS_1_T2_IS_2_19414 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11178:8: error: redefinition of ‘_39UNKNOWN_OPCODE_1_19416’
11178 | object _39UNKNOWN_OPCODE_1_19416 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5453:8: note: previous definition of ‘_39UNKNOWN_OPCODE_1_19416’ with type ‘object’ {aka ‘long int’}
5453 | object _39UNKNOWN_OPCODE_1_19416 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11179:8: error: redefinition of ‘_39ATTEMPTED_TO_REMOVE_INVALID_FORWARD_REFERENCE_19418’
11179 | object _39ATTEMPTED_TO_REMOVE_INVALID_FORWARD_REFERENCE_19418 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5454:8: note: previous definition of ‘_39ATTEMPTED_TO_REMOVE_INVALID_FORWARD_REFERENCE_19418’ with type ‘object’ {aka ‘long int’}
5454 | object _39ATTEMPTED_TO_REMOVE_INVALID_FORWARD_REFERENCE_19418 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11180:8: error: redefinition of ‘_39ERROR_RESOLVING_FORWARD_REFERENCE_IN_CASE_FOR_1_19420’
11180 | object _39ERROR_RESOLVING_FORWARD_REFERENCE_IN_CASE_FOR_1_19420 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5455:8: note: previous definition of ‘_39ERROR_RESOLVING_FORWARD_REFERENCE_IN_CASE_FOR_1_19420’ with type ‘object’ {aka ‘long int’}
5455 | object _39ERROR_RESOLVING_FORWARD_REFERENCE_IN_CASE_FOR_1_19420 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11181:8: error: redefinition of ‘_39BAD_OPERATION__EXPECTED_TYPE_CHECK_1_OR_TYPE_CHECK_FORWARD_2__NOT_3_19422’
11181 | object _39BAD_OPERATION__EXPECTED_TYPE_CHECK_1_OR_TYPE_CHECK_FORWARD_2__NOT_3_19422 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5456:8: note: previous definition of ‘_39BAD_OPERATION__EXPECTED_TYPE_CHECK_1_OR_TYPE_CHECK_FORWARD_2__NOT_3_19422’ with type ‘object’ {aka ‘long int’}
5456 | object _39BAD_OPERATION__EXPECTED_TYPE_CHECK_1_OR_TYPE_CHECK_FORWARD_2__NOT_3_19422 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11182:8: error: redefinition of ‘_39UNRECOGNIZED_FORWARD_REFERENCE_TYPE_1_2_19424’
11182 | object _39UNRECOGNIZED_FORWARD_REFERENCE_TYPE_1_2_19424 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5457:8: note: previous definition of ‘_39UNRECOGNIZED_FORWARD_REFERENCE_TYPE_1_2_19424’ with type ‘object’ {aka ‘long int’}
5457 | object _39UNRECOGNIZED_FORWARD_REFERENCE_TYPE_1_2_19424 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11183:8: error: redefinition of ‘_39NEGATIVE_REF_COUNT_FOR_1_19426’
11183 | object _39NEGATIVE_REF_COUNT_FOR_1_19426 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5458:8: note: previous definition of ‘_39NEGATIVE_REF_COUNT_FOR_1_19426’ with type ‘object’ {aka ‘long int’}
5458 | object _39NEGATIVE_REF_COUNT_FOR_1_19426 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11184:8: error: redefinition of ‘_39UNHANDLED_INLINE_TYPE_1_19428’
11184 | object _39UNHANDLED_INLINE_TYPE_1_19428 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5459:8: note: previous definition of ‘_39UNHANDLED_INLINE_TYPE_1_19428’ with type ‘object’ {aka ‘long int’}
5459 | object _39UNHANDLED_INLINE_TYPE_1_19428 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11185:8: error: redefinition of ‘_39ERROR_WITH_TOKEN_PLAYBACK_19430’
11185 | object _39ERROR_WITH_TOKEN_PLAYBACK_19430 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5460:8: note: previous definition of ‘_39ERROR_WITH_TOKEN_PLAYBACK_19430’ with type ‘object’ {aka ‘long int’}
5460 | object _39ERROR_WITH_TOKEN_PLAYBACK_19430 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11186:8: error: redefinition of ‘_39SET_PRIVATE_SCOPE__UNHANDLED_SCOPE_1_19432’
11186 | object _39SET_PRIVATE_SCOPE__UNHANDLED_SCOPE_1_19432 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5461:8: note: previous definition of ‘_39SET_PRIVATE_SCOPE__UNHANDLED_SCOPE_1_19432’ with type ‘object’ {aka ‘long int’}
5461 | object _39SET_PRIVATE_SCOPE__UNHANDLED_SCOPE_1_19432 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11187:8: error: redefinition of ‘_39SCANNER_UNHANDLED_CLASS_1_19434’
11187 | object _39SCANNER_UNHANDLED_CLASS_1_19434 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5462:8: note: previous definition of ‘_39SCANNER_UNHANDLED_CLASS_1_19434’ with type ‘object’ {aka ‘long int’}
5462 | object _39SCANNER_UNHANDLED_CLASS_1_19434 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11188:8: error: redefinition of ‘_39UNKNOWN_OP_FOUND_WHEN_SHIFTING_CODE_1_19436’
11188 | object _39UNKNOWN_OP_FOUND_WHEN_SHIFTING_CODE_1_19436 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5463:8: note: previous definition of ‘_39UNKNOWN_OP_FOUND_WHEN_SHIFTING_CODE_1_19436’ with type ‘object’ {aka ‘long int’}
5463 | object _39UNKNOWN_OP_FOUND_WHEN_SHIFTING_CODE_1_19436 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11189:8: error: redefinition of ‘_39EUPHORIA_INTERPRETER_19438’
11189 | object _39EUPHORIA_INTERPRETER_19438 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5464:8: note: previous definition of ‘_39EUPHORIA_INTERPRETER_19438’ with type ‘object’ {aka ‘long int’}
5464 | object _39EUPHORIA_INTERPRETER_19438 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11190:8: error: redefinition of ‘_39EUPHORIA_TO_C_TRANSLATOR_19440’
11190 | object _39EUPHORIA_TO_C_TRANSLATOR_19440 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5465:8: note: previous definition of ‘_39EUPHORIA_TO_C_TRANSLATOR_19440’ with type ‘object’ {aka ‘long int’}
5465 | object _39EUPHORIA_TO_C_TRANSLATOR_19440 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11191:8: error: redefinition of ‘_39EUPHORIA_BINDER_19442’
11191 | object _39EUPHORIA_BINDER_19442 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5466:8: note: previous definition of ‘_39EUPHORIA_BINDER_19442’ with type ‘object’ {aka ‘long int’}
5466 | object _39EUPHORIA_BINDER_19442 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11192:8: error: redefinition of ‘_39USING_MANAGED_MEMORY_19444’
11192 | object _39USING_MANAGED_MEMORY_19444 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5467:8: note: previous definition of ‘_39USING_MANAGED_MEMORY_19444’ with type ‘object’ {aka ‘long int’}
5467 | object _39USING_MANAGED_MEMORY_19444 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11193:8: error: redefinition of ‘_39USING_SYSTEM_MEMORY_19446’
11193 | object _39USING_SYSTEM_MEMORY_19446 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5468:8: note: previous definition of ‘_39USING_SYSTEM_MEMORY_19446’ with type ‘object’ {aka ‘long int’}
5468 | object _39USING_SYSTEM_MEMORY_19446 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11194:8: error: redefinition of ‘_39EUCONSOLE_19448’
11194 | object _39EUCONSOLE_19448 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5469:8: note: previous definition of ‘_39EUCONSOLE_19448’ with type ‘object’ {aka ‘long int’}
5469 | object _39EUCONSOLE_19448 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11195:8: error: redefinition of ‘_39SPECIFY_ADDITIONAL_COMPILER_FLAGS_TO_TRANSLATOR_19450’
11195 | object _39SPECIFY_ADDITIONAL_COMPILER_FLAGS_TO_TRANSLATOR_19450 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5470:8: note: previous definition of ‘_39SPECIFY_ADDITIONAL_COMPILER_FLAGS_TO_TRANSLATOR_19450’ with type ‘object’ {aka ‘long int’}
5470 | object _39SPECIFY_ADDITIONAL_COMPILER_FLAGS_TO_TRANSLATOR_19450 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11196:8: error: redefinition of ‘_39PAUSED_PRESS_ANY_KEY_19452’
11196 | object _39PAUSED_PRESS_ANY_KEY_19452 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5471:8: note: previous definition of ‘_39PAUSED_PRESS_ANY_KEY_19452’ with type ‘object’ {aka ‘long int’}
5471 | object _39PAUSED_PRESS_ANY_KEY_19452 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11197:8: error: redefinition of ‘_39MSG_PRESS_ANY_KEY_AND_WINDOW_WILL_CLOSE_19454’
11197 | object _39MSG_PRESS_ANY_KEY_AND_WINDOW_WILL_CLOSE_19454 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5472:8: note: previous definition of ‘_39MSG_PRESS_ANY_KEY_AND_WINDOW_WILL_CLOSE_19454’ with type ‘object’ {aka ‘long int’}
5472 | object _39MSG_PRESS_ANY_KEY_AND_WINDOW_WILL_CLOSE_19454 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11198:8: error: redefinition of ‘_39TURN_ON_BATCH_PROCESSING_DO_NOT_PRESS_ENTER_ON_ERROR_19456’
11198 | object _39TURN_ON_BATCH_PROCESSING_DO_NOT_PRESS_ENTER_ON_ERROR_19456 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5473:8: note: previous definition of ‘_39TURN_ON_BATCH_PROCESSING_DO_NOT_PRESS_ENTER_ON_ERROR_19456’ with type ‘object’ {aka ‘long int’}
5473 | object _39TURN_ON_BATCH_PROCESSING_DO_NOT_PRESS_ENTER_ON_ERROR_19456 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11199:8: error: redefinition of ‘_39SPECIFY_A_CONFIGURATION_FILE_19458’
11199 | object _39SPECIFY_A_CONFIGURATION_FILE_19458 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5474:8: note: previous definition of ‘_39SPECIFY_A_CONFIGURATION_FILE_19458’ with type ‘object’ {aka ‘long int’}
5474 | object _39SPECIFY_A_CONFIGURATION_FILE_19458 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11200:8: error: redefinition of ‘_39DISPLAY_ALL_COPYRIGHT_NOTICES_19460’
11200 | object _39DISPLAY_ALL_COPYRIGHT_NOTICES_19460 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5475:8: note: previous definition of ‘_39DISPLAY_ALL_COPYRIGHT_NOTICES_19460’ with type ‘object’ {aka ‘long int’}
5475 | object _39DISPLAY_ALL_COPYRIGHT_NOTICES_19460 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11201:8: error: redefinition of ‘_39DEFINE_A_PREPROCESSOR_WORD_19462’
11201 | object _39DEFINE_A_PREPROCESSOR_WORD_19462 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5476:8: note: previous definition of ‘_39DEFINE_A_PREPROCESSOR_WORD_19462’ with type ‘object’ {aka ‘long int’}
5476 | object _39DEFINE_A_PREPROCESSOR_WORD_19462 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11202:8: error: redefinition of ‘_39ADD_A_DIRECTORY_TO_BE_SEARCHED_FOR_INCLUDE_FILES_19464’
11202 | object _39ADD_A_DIRECTORY_TO_BE_SEARCHED_FOR_INCLUDE_FILES_19464 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5477:8: note: previous definition of ‘_39ADD_A_DIRECTORY_TO_BE_SEARCHED_FOR_INCLUDE_FILES_19464’ with type ‘object’ {aka ‘long int’}
5477 | object _39ADD_A_DIRECTORY_TO_BE_SEARCHED_FOR_INCLUDE_FILES_19464 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11203:8: error: redefinition of ‘_39DEFINES_A_LOCALIZATION_QUALIFIER_19466’
11203 | object _39DEFINES_A_LOCALIZATION_QUALIFIER_19466 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5478:8: note: previous definition of ‘_39DEFINES_A_LOCALIZATION_QUALIFIER_19466’ with type ‘object’ {aka ‘long int’}
5478 | object _39DEFINES_A_LOCALIZATION_QUALIFIER_19466 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11204:8: error: redefinition of ‘_39DEFINES_THE_BASE_NAME_FOR_LOCALIZATION_DATABASES_19468’
11204 | object _39DEFINES_THE_BASE_NAME_FOR_LOCALIZATION_DATABASES_19468 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5479:8: note: previous definition of ‘_39DEFINES_THE_BASE_NAME_FOR_LOCALIZATION_DATABASES_19468’ with type ‘object’ {aka ‘long int’}
5479 | object _39DEFINES_THE_BASE_NAME_FOR_LOCALIZATION_DATABASES_19468 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11205:8: error: redefinition of ‘_39SETUP_A_PREPROCESSOR_19470’
11205 | object _39SETUP_A_PREPROCESSOR_19470 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5480:8: note: previous definition of ‘_39SETUP_A_PREPROCESSOR_19470’ with type ‘object’ {aka ‘long int’}
5480 | object _39SETUP_A_PREPROCESSOR_19470 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11206:8: error: redefinition of ‘_39FORCE_PREPROCESSING_REGARDLESS_OF_CACHE_STATE_19472’
11206 | object _39FORCE_PREPROCESSING_REGARDLESS_OF_CACHE_STATE_19472 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5481:8: note: previous definition of ‘_39FORCE_PREPROCESSING_REGARDLESS_OF_CACHE_STATE_19472’ with type ‘object’ {aka ‘long int’}
5481 | object _39FORCE_PREPROCESSING_REGARDLESS_OF_CACHE_STATE_19472 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11207:8: error: redefinition of ‘_39ENABLE_ALL_WARNINGS_19474’
11207 | object _39ENABLE_ALL_WARNINGS_19474 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5482:8: note: previous definition of ‘_39ENABLE_ALL_WARNINGS_19474’ with type ‘object’ {aka ‘long int’}
5482 | object _39ENABLE_ALL_WARNINGS_19474 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11208:8: error: redefinition of ‘_39TEST_SYNTAX_ONLY_DO_NOT_EXECUTE_19476’
11208 | object _39TEST_SYNTAX_ONLY_DO_NOT_EXECUTE_19476 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5483:8: note: previous definition of ‘_39TEST_SYNTAX_ONLY_DO_NOT_EXECUTE_19476’ with type ‘object’ {aka ‘long int’}
5483 | object _39TEST_SYNTAX_ONLY_DO_NOT_EXECUTE_19476 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11209:8: error: redefinition of ‘_39DISPLAY_THE_VERSION_NUMBER_19478’
11209 | object _39DISPLAY_THE_VERSION_NUMBER_19478 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5484:8: note: previous definition of ‘_39DISPLAY_THE_VERSION_NUMBER_19478’ with type ‘object’ {aka ‘long int’}
5484 | object _39DISPLAY_THE_VERSION_NUMBER_19478 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11210:8: error: redefinition of ‘_39DEFINES_WARNING_LEVEL_19480’
11210 | object _39DEFINES_WARNING_LEVEL_19480 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5485:8: note: previous definition of ‘_39DEFINES_WARNING_LEVEL_19480’ with type ‘object’ {aka ‘long int’}
5485 | object _39DEFINES_WARNING_LEVEL_19480 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11211:8: error: redefinition of ‘_39WRITE_ALL_WARNINGS_TO_THE_GIVEN_FILE_INSTEAD_OF_STDOUT_19482’
11211 | object _39WRITE_ALL_WARNINGS_TO_THE_GIVEN_FILE_INSTEAD_OF_STDOUT_19482 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5486:8: note: previous definition of ‘_39WRITE_ALL_WARNINGS_TO_THE_GIVEN_FILE_INSTEAD_OF_STDOUT_19482’ with type ‘object’ {aka ‘long int’}
5486 | object _39WRITE_ALL_WARNINGS_TO_THE_GIVEN_FILE_INSTEAD_OF_STDOUT_19482 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11212:8: error: redefinition of ‘_39DEFINES_WARNING_LEVEL_BY_EXCLUSION_19484’
11212 | object _39DEFINES_WARNING_LEVEL_BY_EXCLUSION_19484 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5487:8: note: previous definition of ‘_39DEFINES_WARNING_LEVEL_BY_EXCLUSION_19484’ with type ‘object’ {aka ‘long int’}
5487 | object _39DEFINES_WARNING_LEVEL_BY_EXCLUSION_19484 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11213:8: error: redefinition of ‘_39MSG_1_IS_NOT_SUPPORTED_IN_THIS_PLATFORM_19486’
11213 | object _39MSG_1_IS_NOT_SUPPORTED_IN_THIS_PLATFORM_19486 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5488:8: note: previous definition of ‘_39MSG_1_IS_NOT_SUPPORTED_IN_THIS_PLATFORM_19486’ with type ‘object’ {aka ‘long int’}
5488 | object _39MSG_1_IS_NOT_SUPPORTED_IN_THIS_PLATFORM_19486 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11214:8: error: redefinition of ‘_39IL_CODE_IS_NOT_IN_PROPER_FORMAT_19488’
11214 | object _39IL_CODE_IS_NOT_IN_PROPER_FORMAT_19488 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5489:8: note: previous definition of ‘_39IL_CODE_IS_NOT_IN_PROPER_FORMAT_19488’ with type ‘object’ {aka ‘long int’}
5489 | object _39IL_CODE_IS_NOT_IN_PROPER_FORMAT_19488 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11215:8: error: redefinition of ‘_39NOT_AN_IL_FILE_19490’
11215 | object _39NOT_AN_IL_FILE_19490 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5490:8: note: previous definition of ‘_39NOT_AN_IL_FILE_19490’ with type ‘object’ {aka ‘long int’}
5490 | object _39NOT_AN_IL_FILE_19490 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11216:8: error: redefinition of ‘_39OBSOLETE_IL_FILE_PLEASE_RECREATE_IT_USING_EUPHORIA_40_OR_LATER_19492’
11216 | object _39OBSOLETE_IL_FILE_PLEASE_RECREATE_IT_USING_EUPHORIA_40_OR_LATER_19492 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5491:8: note: previous definition of ‘_39OBSOLETE_IL_FILE_PLEASE_RECREATE_IT_USING_EUPHORIA_40_OR_LATER_19492’ with type ‘object’ {aka ‘long int’}
5491 | object _39OBSOLETE_IL_FILE_PLEASE_RECREATE_IT_USING_EUPHORIA_40_OR_LATER_19492 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11217:8: error: redefinition of ‘_39INTERNAL_ERROR_SEEK_TO_IL_START_FAILED_19494’
11217 | object _39INTERNAL_ERROR_SEEK_TO_IL_START_FAILED_19494 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5492:8: note: previous definition of ‘_39INTERNAL_ERROR_SEEK_TO_IL_START_FAILED_19494’ with type ‘object’ {aka ‘long int’}
5492 | object _39INTERNAL_ERROR_SEEK_TO_IL_START_FAILED_19494 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11218:8: error: redefinition of ‘_39CANT_OPEN_EXECUTABLE_FILE_1_19496’
11218 | object _39CANT_OPEN_EXECUTABLE_FILE_1_19496 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5493:8: note: previous definition of ‘_39CANT_OPEN_EXECUTABLE_FILE_1_19496’ with type ‘object’ {aka ‘long int’}
5493 | object _39CANT_OPEN_EXECUTABLE_FILE_1_19496 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11219:8: error: redefinition of ‘_39INTERNAL_ERROR_BOUND_FILE_MAY_HAVE_BEEN_CORRUPTED_19498’
11219 | object _39INTERNAL_ERROR_BOUND_FILE_MAY_HAVE_BEEN_CORRUPTED_19498 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5494:8: note: previous definition of ‘_39INTERNAL_ERROR_BOUND_FILE_MAY_HAVE_BEEN_CORRUPTED_19498’ with type ‘object’ {aka ‘long int’}
5494 | object _39INTERNAL_ERROR_BOUND_FILE_MAY_HAVE_BEEN_CORRUPTED_19498 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11220:8: error: redefinition of ‘_39COULDNT_OPEN_1_19500’
11220 | object _39COULDNT_OPEN_1_19500 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5495:8: note: previous definition of ‘_39COULDNT_OPEN_1_19500’ with type ‘object’ {aka ‘long int’}
5495 | object _39COULDNT_OPEN_1_19500 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11221:8: error: redefinition of ‘_39NO_EUPHORIA_IL_CODE_TO_EXECUTE_19502’
11221 | object _39NO_EUPHORIA_IL_CODE_TO_EXECUTE_19502 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5496:8: note: previous definition of ‘_39NO_EUPHORIA_IL_CODE_TO_EXECUTE_19502’ with type ‘object’ {aka ‘long int’}
5496 | object _39NO_EUPHORIA_IL_CODE_TO_EXECUTE_19502 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11222:8: error: redefinition of ‘_39DOES_NOT_CREATE_AN_EXECUTABLE_JUST_A_IL_FILE_FOR_EUB_TO_RUN_19504’
11222 | object _39DOES_NOT_CREATE_AN_EXECUTABLE_JUST_A_IL_FILE_FOR_EUB_TO_RUN_19504 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5497:8: note: previous definition of ‘_39DOES_NOT_CREATE_AN_EXECUTABLE_JUST_A_IL_FILE_FOR_EUB_TO_RUN_19504’ with type ‘object’ {aka ‘long int’}
5497 | object _39DOES_NOT_CREATE_AN_EXECUTABLE_JUST_A_IL_FILE_FOR_EUB_TO_RUN_19504 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11223:8: error: redefinition of ‘_39DOES_NOT_DISPLAY_BINDING_INFORMATION_19506’
11223 | object _39DOES_NOT_DISPLAY_BINDING_INFORMATION_19506 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5498:8: note: previous definition of ‘_39DOES_NOT_DISPLAY_BINDING_INFORMATION_19506’ with type ‘object’ {aka ‘long int’}
5498 | object _39DOES_NOT_DISPLAY_BINDING_INFORMATION_19506 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11224:8: error: redefinition of ‘_39LIST_UNUSED_DELETED_SYMBOLS_IN_DELETEDTXT_19508’
11224 | object _39LIST_UNUSED_DELETED_SYMBOLS_IN_DELETEDTXT_19508 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5499:8: note: previous definition of ‘_39LIST_UNUSED_DELETED_SYMBOLS_IN_DELETEDTXT_19508’ with type ‘object’ {aka ‘long int’}
5499 | object _39LIST_UNUSED_DELETED_SYMBOLS_IN_DELETEDTXT_19508 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11225:8: error: redefinition of ‘_39PREPARES_A_FILE_FOR_USE_ON_WINDOWS_19510’
11225 | object _39PREPARES_A_FILE_FOR_USE_ON_WINDOWS_19510 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5500:8: note: previous definition of ‘_39PREPARES_A_FILE_FOR_USE_ON_WINDOWS_19510’ with type ‘object’ {aka ‘long int’}
5500 | object _39PREPARES_A_FILE_FOR_USE_ON_WINDOWS_19510 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11226:8: error: redefinition of ‘_39USER_SUPPLIED_ICON_FILE_USED_IGNORED_WHEN_SHROUDING_19512’
11226 | object _39USER_SUPPLIED_ICON_FILE_USED_IGNORED_WHEN_SHROUDING_19512 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5501:8: note: previous definition of ‘_39USER_SUPPLIED_ICON_FILE_USED_IGNORED_WHEN_SHROUDING_19512’ with type ‘object’ {aka ‘long int’}
5501 | object _39USER_SUPPLIED_ICON_FILE_USED_IGNORED_WHEN_SHROUDING_19512 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11227:8: error: redefinition of ‘_39WINDOWS_ONLY_USES_THE_CURRENT_CONSOLE_RATHER_THAN_CREATING_A_NEW_CONSOLE_IGNORED_WHEN_SHROUDING_19514’
11227 | object _39WINDOWS_ONLY_USES_THE_CURRENT_CONSOLE_RATHER_THAN_CREATING_A_NEW_CONSOLE_IGNORED_WHEN_SHROUDING_19514 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5502:8: note: previous definition of ‘_39WINDOWS_ONLY_USES_THE_CURRENT_CONSOLE_RATHER_THAN_CREATING_A_NEW_CONSOLE_IGNORED_WHEN_SHROUDING_19514’ with type ‘object’ {aka ‘long int’}
5502 | object _39WINDOWS_ONLY_USES_THE_CURRENT_CONSOLE_RATHER_THAN_CREATING_A_NEW_CONSOLE_IGNORED_WHEN_SHROUDING_19514 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11228:8: error: redefinition of ‘_39INCLUDES_SYMBOL_NAMES_IN_IL_DATA_19516’
11228 | object _39INCLUDES_SYMBOL_NAMES_IN_IL_DATA_19516 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5503:8: note: previous definition of ‘_39INCLUDES_SYMBOL_NAMES_IN_IL_DATA_19516’ with type ‘object’ {aka ‘long int’}
5503 | object _39INCLUDES_SYMBOL_NAMES_IN_IL_DATA_19516 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11229:8: error: redefinition of ‘_39THE_NAME_OF_THE_EXECUTABLE_TO_CREATE_THE_DEFAULT_IS_THE_SAME_BASENAME_OF_THE_INPUT_FILE_19518’
11229 | object _39THE_NAME_OF_THE_EXECUTABLE_TO_CREATE_THE_DEFAULT_IS_THE_SAME_BASENAME_OF_THE_INPUT_FILE_19518 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5504:8: note: previous definition of ‘_39THE_NAME_OF_THE_EXECUTABLE_TO_CREATE_THE_DEFAULT_IS_THE_SAME_BASENAME_OF_THE_INPUT_FILE_19518’ with type ‘object’ {aka ‘long int’}
5504 | object _39THE_NAME_OF_THE_EXECUTABLE_TO_CREATE_THE_DEFAULT_IS_THE_SAME_BASENAME_OF_THE_INPUT_FILE_19518 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11230:8: error: redefinition of ‘_39AN_INCLUDE_DIRECTORY_TO_USE_19520’
11230 | object _39AN_INCLUDE_DIRECTORY_TO_USE_19520 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5505:8: note: previous definition of ‘_39AN_INCLUDE_DIRECTORY_TO_USE_19520’ with type ‘object’ {aka ‘long int’}
5505 | object _39AN_INCLUDE_DIRECTORY_TO_USE_19520 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11231:8: error: redefinition of ‘_39DISPLAY_COPYRIGHT_INFORMATION_19522’
11231 | object _39DISPLAY_COPYRIGHT_INFORMATION_19522 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5506:8: note: previous definition of ‘_39DISPLAY_COPYRIGHT_INFORMATION_19522’ with type ‘object’ {aka ‘long int’}
5506 | object _39DISPLAY_COPYRIGHT_INFORMATION_19522 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11232:8: error: redefinition of ‘_39NO_FILE_TO_BIND_WAS_SUPPLIED_19524’
11232 | object _39NO_FILE_TO_BIND_WAS_SUPPLIED_19524 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5507:8: note: previous definition of ‘_39NO_FILE_TO_BIND_WAS_SUPPLIED_19524’ with type ‘object’ {aka ‘long int’}
5507 | object _39NO_FILE_TO_BIND_WAS_SUPPLIED_19524 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11233:8: error: redefinition of ‘_39INVALID_OPTION_1_19526’
11233 | object _39INVALID_OPTION_1_19526 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5508:8: note: previous definition of ‘_39INVALID_OPTION_1_19526’ with type ‘object’ {aka ‘long int’}
5508 | object _39INVALID_OPTION_1_19526 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11234:8: error: redefinition of ‘_39INTERNAL_ERROR_BINDING_SEEK_TO_START_OF_IL_FAILED_19528’
11234 | object _39INTERNAL_ERROR_BINDING_SEEK_TO_START_OF_IL_FAILED_19528 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5509:8: note: previous definition of ‘_39INTERNAL_ERROR_BINDING_SEEK_TO_START_OF_IL_FAILED_19528’ with type ‘object’ {aka ‘long int’}
5509 | object _39INTERNAL_ERROR_BINDING_SEEK_TO_START_OF_IL_FAILED_19528 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11235:8: error: redefinition of ‘_39INTERNAL_ERROR_BINDING_SEEK_TO_CHECKSUM_AREA_FAILED_19530’
11235 | object _39INTERNAL_ERROR_BINDING_SEEK_TO_CHECKSUM_AREA_FAILED_19530 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5510:8: note: previous definition of ‘_39INTERNAL_ERROR_BINDING_SEEK_TO_CHECKSUM_AREA_FAILED_19530’ with type ‘object’ {aka ‘long int’}
5510 | object _39INTERNAL_ERROR_BINDING_SEEK_TO_CHECKSUM_AREA_FAILED_19530 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11236:8: error: redefinition of ‘_39SPECIFY_ADDITIONAL_LINKER_FLAGS_FOR_TRANSLATOR_19532’
11236 | object _39SPECIFY_ADDITIONAL_LINKER_FLAGS_FOR_TRANSLATOR_19532 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5511:8: note: previous definition of ‘_39SPECIFY_ADDITIONAL_LINKER_FLAGS_FOR_TRANSLATOR_19532’ with type ‘object’ {aka ‘long int’}
5511 | object _39SPECIFY_ADDITIONAL_LINKER_FLAGS_FOR_TRANSLATOR_19532 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11237:8: error: redefinition of ‘_39YOUR_CUSTOM_ICON_FILE_IS_TOO_LARGE_19534’
11237 | object _39YOUR_CUSTOM_ICON_FILE_IS_TOO_LARGE_19534 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5512:8: note: previous definition of ‘_39YOUR_CUSTOM_ICON_FILE_IS_TOO_LARGE_19534’ with type ‘object’ {aka ‘long int’}
5512 | object _39YOUR_CUSTOM_ICON_FILE_IS_TOO_LARGE_19534 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11238:8: error: redefinition of ‘_39VERBOSE_OUTPUT_19536’
11238 | object _39VERBOSE_OUTPUT_19536 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5513:8: note: previous definition of ‘_39VERBOSE_OUTPUT_19536’ with type ‘object’ {aka ‘long int’}
5513 | object _39VERBOSE_OUTPUT_19536 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11239:8: error: redefinition of ‘_39MSG_1__MODULE_VARIABLE_2_IS_ASSIGNED_BUT_NEVER_USED_19538’
11239 | object _39MSG_1__MODULE_VARIABLE_2_IS_ASSIGNED_BUT_NEVER_USED_19538 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5514:8: note: previous definition of ‘_39MSG_1__MODULE_VARIABLE_2_IS_ASSIGNED_BUT_NEVER_USED_19538’ with type ‘object’ {aka ‘long int’}
5514 | object _39MSG_1__MODULE_VARIABLE_2_IS_ASSIGNED_BUT_NEVER_USED_19538 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11240:8: error: redefinition of ‘_39MSG_1__PARAMETER_2_OF_3_IS_ASSIGNED_BUT_NEVER_USED_19540’
11240 | object _39MSG_1__PARAMETER_2_OF_3_IS_ASSIGNED_BUT_NEVER_USED_19540 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5515:8: note: previous definition of ‘_39MSG_1__PARAMETER_2_OF_3_IS_ASSIGNED_BUT_NEVER_USED_19540’ with type ‘object’ {aka ‘long int’}
5515 | object _39MSG_1__PARAMETER_2_OF_3_IS_ASSIGNED_BUT_NEVER_USED_19540 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11241:8: error: redefinition of ‘_39MSG_1__PRIVATE_VARIABLE_2_OF_3_IS_ASSIGNED_BUT_NEVER_USED_19542’
11241 | object _39MSG_1__PRIVATE_VARIABLE_2_OF_3_IS_ASSIGNED_BUT_NEVER_USED_19542 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5516:8: note: previous definition of ‘_39MSG_1__PRIVATE_VARIABLE_2_OF_3_IS_ASSIGNED_BUT_NEVER_USED_19542’ with type ‘object’ {aka ‘long int’}
5516 | object _39MSG_1__PRIVATE_VARIABLE_2_OF_3_IS_ASSIGNED_BUT_NEVER_USED_19542 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11242:8: error: redefinition of ‘_39FLAGS_TO_PASS_TO_COMPILER_OVERRIDES_INTERNAL_COMPILER_FLAGS_19544’
11242 | object _39FLAGS_TO_PASS_TO_COMPILER_OVERRIDES_INTERNAL_COMPILER_FLAGS_19544 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5517:8: note: previous definition of ‘_39FLAGS_TO_PASS_TO_COMPILER_OVERRIDES_INTERNAL_COMPILER_FLAGS_19544’ with type ‘object’ {aka ‘long int’}
5517 | object _39FLAGS_TO_PASS_TO_COMPILER_OVERRIDES_INTERNAL_COMPILER_FLAGS_19544 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11243:8: error: redefinition of ‘_39FLAGS_TO_PASS_TO_LINKER_OVERRIDES_INTERNAL_LINKER_FLAGS_19546’
11243 | object _39FLAGS_TO_PASS_TO_LINKER_OVERRIDES_INTERNAL_LINKER_FLAGS_19546 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5518:8: note: previous definition of ‘_39FLAGS_TO_PASS_TO_LINKER_OVERRIDES_INTERNAL_LINKER_FLAGS_19546’ with type ‘object’ {aka ‘long int’}
5518 | object _39FLAGS_TO_PASS_TO_LINKER_OVERRIDES_INTERNAL_LINKER_FLAGS_19546 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11244:8: error: redefinition of ‘_39SKIPPING__130_2_UPTODATE_19548’
11244 | object _39SKIPPING__130_2_UPTODATE_19548 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5519:8: note: previous definition of ‘_39SKIPPING__130_2_UPTODATE_19548’ with type ‘object’ {aka ‘long int’}
5519 | object _39SKIPPING__130_2_UPTODATE_19548 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11245:8: error: redefinition of ‘_39FORCE_BUILDING_EVEN_IF_FILE_IS_UPTODATE_19550’
11245 | object _39FORCE_BUILDING_EVEN_IF_FILE_IS_UPTODATE_19550 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5520:8: note: previous definition of ‘_39FORCE_BUILDING_EVEN_IF_FILE_IS_UPTODATE_19550’ with type ‘object’ {aka ‘long int’}
5520 | object _39FORCE_BUILDING_EVEN_IF_FILE_IS_UPTODATE_19550 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11246:8: error: redefinition of ‘_39MSG_1_IS_DEPRECATED_19552’
11246 | object _39MSG_1_IS_DEPRECATED_19552 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5521:8: note: previous definition of ‘_39MSG_1_IS_DEPRECATED_19552’ with type ‘object’ {aka ‘long int’}
5521 | object _39MSG_1_IS_DEPRECATED_19552 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11247:8: error: redefinition of ‘_39OVERRIDES_THE_VALUE_OF_EUDIR_19554’
11247 | object _39OVERRIDES_THE_VALUE_OF_EUDIR_19554 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5522:8: note: previous definition of ‘_39OVERRIDES_THE_VALUE_OF_EUDIR_19554’ with type ‘object’ {aka ‘long int’}
5522 | object _39OVERRIDES_THE_VALUE_OF_EUDIR_19554 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11248:8: error: redefinition of ‘_39INVALID_CHARACTER_IN_HEX_STRING_19556’
11248 | object _39INVALID_CHARACTER_IN_HEX_STRING_19556 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5523:8: note: previous definition of ‘_39INVALID_CHARACTER_IN_HEX_STRING_19556’ with type ‘object’ {aka ‘long int’}
5523 | object _39INVALID_CHARACTER_IN_HEX_STRING_19556 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11249:8: error: redefinition of ‘_39ONLY_ENUMS_MAY_BE_DECLARED_AS_TYPES_19558’
11249 | object _39ONLY_ENUMS_MAY_BE_DECLARED_AS_TYPES_19558 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5524:8: note: previous definition of ‘_39ONLY_ENUMS_MAY_BE_DECLARED_AS_TYPES_19558’ with type ‘object’ {aka ‘long int’}
5524 | object _39ONLY_ENUMS_MAY_BE_DECLARED_AS_TYPES_19558 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11250:8: error: redefinition of ‘_39FORWARD_REFERENCES_ARE_NOT_SUPPORTED_FOR_ENUMS_19560’
11250 | object _39FORWARD_REFERENCES_ARE_NOT_SUPPORTED_FOR_ENUMS_19560 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5525:8: note: previous definition of ‘_39FORWARD_REFERENCES_ARE_NOT_SUPPORTED_FOR_ENUMS_19560’ with type ‘object’ {aka ‘long int’}
5525 | object _39FORWARD_REFERENCES_ARE_NOT_SUPPORTED_FOR_ENUMS_19560 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11251:8: error: redefinition of ‘_39INDICATE_FILES_OR_DIRECTORIES_FOR_WHICH_TO_GATHER_COVERAGE_STATISTICS_19562’
11251 | object _39INDICATE_FILES_OR_DIRECTORIES_FOR_WHICH_TO_GATHER_COVERAGE_STATISTICS_19562 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5526:8: note: previous definition of ‘_39INDICATE_FILES_OR_DIRECTORIES_FOR_WHICH_TO_GATHER_COVERAGE_STATISTICS_19562’ with type ‘object’ {aka ‘long int’}
5526 | object _39INDICATE_FILES_OR_DIRECTORIES_FOR_WHICH_TO_GATHER_COVERAGE_STATISTICS_19562 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11252:8: error: redefinition of ‘_39SPECIFY_THE_FILENAME_FOR_THE_COVERAGE_DATABASE_19564’
11252 | object _39SPECIFY_THE_FILENAME_FOR_THE_COVERAGE_DATABASE_19564 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5527:8: note: previous definition of ‘_39SPECIFY_THE_FILENAME_FOR_THE_COVERAGE_DATABASE_19564’ with type ‘object’ {aka ‘long int’}
5527 | object _39SPECIFY_THE_FILENAME_FOR_THE_COVERAGE_DATABASE_19564 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11253:8: error: redefinition of ‘_39ERASE_AN_EXISTING_COVERAGE_DATABASE_AND_START_A_NEW_COVERAGE_ANALYSIS_19566’
11253 | object _39ERASE_AN_EXISTING_COVERAGE_DATABASE_AND_START_A_NEW_COVERAGE_ANALYSIS_19566 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5528:8: note: previous definition of ‘_39ERASE_AN_EXISTING_COVERAGE_DATABASE_AND_START_A_NEW_COVERAGE_ANALYSIS_19566’ with type ‘object’ {aka ‘long int’}
5528 | object _39ERASE_AN_EXISTING_COVERAGE_DATABASE_AND_START_A_NEW_COVERAGE_ANALYSIS_19566 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11254:8: error: redefinition of ‘_39COULD_NOT_ERASE_COVERAGE_DATABASE_1_19568’
11254 | object _39COULD_NOT_ERASE_COVERAGE_DATABASE_1_19568 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5529:8: note: previous definition of ‘_39COULD_NOT_ERASE_COVERAGE_DATABASE_1_19568’ with type ‘object’ {aka ‘long int’}
5529 | object _39COULD_NOT_ERASE_COVERAGE_DATABASE_1_19568 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11255:8: error: redefinition of ‘_39COULD_NOT_CREATE_COVERAGE_TABLE_1_19570’
11255 | object _39COULD_NOT_CREATE_COVERAGE_TABLE_1_19570 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5530:8: note: previous definition of ‘_39COULD_NOT_CREATE_COVERAGE_TABLE_1_19570’ with type ‘object’ {aka ‘long int’}
5530 | object _39COULD_NOT_CREATE_COVERAGE_TABLE_1_19570 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11256:8: error: redefinition of ‘_39COULD_NOT_CREATE_COVERAGE_DATABASE_1_19572’
11256 | object _39COULD_NOT_CREATE_COVERAGE_DATABASE_1_19572 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5531:8: note: previous definition of ‘_39COULD_NOT_CREATE_COVERAGE_DATABASE_1_19572’ with type ‘object’ {aka ‘long int’}
5531 | object _39COULD_NOT_CREATE_COVERAGE_DATABASE_1_19572 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11257:8: error: redefinition of ‘_39EXCLUDE_FROM_COVERAGE_19574’
11257 | object _39EXCLUDE_FROM_COVERAGE_19574 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5532:8: note: previous definition of ‘_39EXCLUDE_FROM_COVERAGE_19574’ with type ‘object’ {aka ‘long int’}
5532 | object _39EXCLUDE_FROM_COVERAGE_19574 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11258:8: error: redefinition of ‘_39ERROR_CREATING_REGEX_FOR_COVERAGE_EXCLUSION_PATTERN_1_19576’
11258 | object _39ERROR_CREATING_REGEX_FOR_COVERAGE_EXCLUSION_PATTERN_1_19576 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5533:8: note: previous definition of ‘_39ERROR_CREATING_REGEX_FOR_COVERAGE_EXCLUSION_PATTERN_1_19576’ with type ‘object’ {aka ‘long int’}
5533 | object _39ERROR_CREATING_REGEX_FOR_COVERAGE_EXCLUSION_PATTERN_1_19576 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11259:8: error: redefinition of ‘_39EXPECTING_EXACTLY_TWO_HEXADECIMAL_DIGITS_TO_FOLLOW_THE_X_19578’
11259 | object _39EXPECTING_EXACTLY_TWO_HEXADECIMAL_DIGITS_TO_FOLLOW_THE_X_19578 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5534:8: note: previous definition of ‘_39EXPECTING_EXACTLY_TWO_HEXADECIMAL_DIGITS_TO_FOLLOW_THE_X_19578’ with type ‘object’ {aka ‘long int’}
5534 | object _39EXPECTING_EXACTLY_TWO_HEXADECIMAL_DIGITS_TO_FOLLOW_THE_X_19578 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11260:8: error: redefinition of ‘_39EXPECTING_EXACTLY_FOUR_HEXADECIMAL_DIGITS_TO_FOLLOW_THE_U_19580’
11260 | object _39EXPECTING_EXACTLY_FOUR_HEXADECIMAL_DIGITS_TO_FOLLOW_THE_U_19580 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5535:8: note: previous definition of ‘_39EXPECTING_EXACTLY_FOUR_HEXADECIMAL_DIGITS_TO_FOLLOW_THE_U_19580’ with type ‘object’ {aka ‘long int’}
5535 | object _39EXPECTING_EXACTLY_FOUR_HEXADECIMAL_DIGITS_TO_FOLLOW_THE_U_19580 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11261:8: error: redefinition of ‘_39EXPECTING_EXACTLY_EIGHT_HEXADECIMAL_DIGITS_TO_FOLLOW_THE_U_19582’
11261 | object _39EXPECTING_EXACTLY_EIGHT_HEXADECIMAL_DIGITS_TO_FOLLOW_THE_U_19582 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5536:8: note: previous definition of ‘_39EXPECTING_EXACTLY_EIGHT_HEXADECIMAL_DIGITS_TO_FOLLOW_THE_U_19582’ with type ‘object’ {aka ‘long int’}
5536 | object _39EXPECTING_EXACTLY_EIGHT_HEXADECIMAL_DIGITS_TO_FOLLOW_THE_U_19582 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11262:8: error: redefinition of ‘_39EXPECTING_ONLY_0_1_OR_SPACE_TO_FOLLOW_THE_B_19584’
11262 | object _39EXPECTING_ONLY_0_1_OR_SPACE_TO_FOLLOW_THE_B_19584 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5537:8: note: previous definition of ‘_39EXPECTING_ONLY_0_1_OR_SPACE_TO_FOLLOW_THE_B_19584’ with type ‘object’ {aka ‘long int’}
5537 | object _39EXPECTING_ONLY_0_1_OR_SPACE_TO_FOLLOW_THE_B_19584 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11263:8: error: redefinition of ‘_39A_NUMERIC_LITERAL_WAS_EXPECTED_19586’
11263 | object _39A_NUMERIC_LITERAL_WAS_EXPECTED_19586 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5538:8: note: previous definition of ‘_39A_NUMERIC_LITERAL_WAS_EXPECTED_19586’ with type ‘object’ {aka ‘long int’}
5538 | object _39A_NUMERIC_LITERAL_WAS_EXPECTED_19586 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11264:8: error: redefinition of ‘_39PATH_TO_BACKEND_RUNNER_TO_USE_FOR_BINDING_IGNORED_WHEN_SHROUDING_19588’
11264 | object _39PATH_TO_BACKEND_RUNNER_TO_USE_FOR_BINDING_IGNORED_WHEN_SHROUDING_19588 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5539:8: note: previous definition of ‘_39PATH_TO_BACKEND_RUNNER_TO_USE_FOR_BINDING_IGNORED_WHEN_SHROUDING_19588’ with type ‘object’ {aka ‘long int’}
5539 | object _39PATH_TO_BACKEND_RUNNER_TO_USE_FOR_BINDING_IGNORED_WHEN_SHROUDING_19588 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11265:8: error: redefinition of ‘_39TYPE_CHECK_ERROR__ASSIGNING_A_SEQUENCE_TO_AN_ATOM_19590’
11265 | object _39TYPE_CHECK_ERROR__ASSIGNING_A_SEQUENCE_TO_AN_ATOM_19590 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5540:8: note: previous definition of ‘_39TYPE_CHECK_ERROR__ASSIGNING_A_SEQUENCE_TO_AN_ATOM_19590’ with type ‘object’ {aka ‘long int’}
5540 | object _39TYPE_CHECK_ERROR__ASSIGNING_A_SEQUENCE_TO_AN_ATOM_19590 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11266:8: error: redefinition of ‘_39DELETING_1_19592’
11266 | object _39DELETING_1_19592 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5541:8: note: previous definition of ‘_39DELETING_1_19592’ with type ‘object’ {aka ‘long int’}
5541 | object _39DELETING_1_19592 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11267:8: error: redefinition of ‘_39USER_SUPPLIED_LIBRARY_DOES_NOT_EXIST__1_19594’
11267 | object _39USER_SUPPLIED_LIBRARY_DOES_NOT_EXIST__1_19594 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5542:8: note: previous definition of ‘_39USER_SUPPLIED_LIBRARY_DOES_NOT_EXIST__1_19594’ with type ‘object’ {aka ‘long int’}
5542 | object _39USER_SUPPLIED_LIBRARY_DOES_NOT_EXIST__1_19594 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11268:8: error: redefinition of ‘_39RESOURCE_FILE_DOES_NOT_EXIST__1_19596’
11268 | object _39RESOURCE_FILE_DOES_NOT_EXIST__1_19596 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5543:8: note: previous definition of ‘_39RESOURCE_FILE_DOES_NOT_EXIST__1_19596’ with type ‘object’ {aka ‘long int’}
5543 | object _39RESOURCE_FILE_DOES_NOT_EXIST__1_19596 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11269:8: error: redefinition of ‘_39UNABLE_TO_COMPILE_RESOURCE_FILE_1_19598’
11269 | object _39UNABLE_TO_COMPILE_RESOURCE_FILE_1_19598 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5544:8: note: previous definition of ‘_39UNABLE_TO_COMPILE_RESOURCE_FILE_1_19598’ with type ‘object’ {aka ‘long int’}
5544 | object _39UNABLE_TO_COMPILE_RESOURCE_FILE_1_19598 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11270:8: error: redefinition of ‘_39ERROR_IN_PARSING_SCIENTIFIC_NOTATION_19600’
11270 | object _39ERROR_IN_PARSING_SCIENTIFIC_NOTATION_19600 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5545:8: note: previous definition of ‘_39ERROR_IN_PARSING_SCIENTIFIC_NOTATION_19600’ with type ‘object’ {aka ‘long int’}
5545 | object _39ERROR_IN_PARSING_SCIENTIFIC_NOTATION_19600 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11271:8: error: redefinition of ‘_39THERE_IS_NO_WATCOM_INSTALATION_UNDER_SPECIFIED_WATOM_PATH_1_19602’
11271 | object _39THERE_IS_NO_WATCOM_INSTALATION_UNDER_SPECIFIED_WATOM_PATH_1_19602 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5546:8: note: previous definition of ‘_39THERE_IS_NO_WATCOM_INSTALATION_UNDER_SPECIFIED_WATOM_PATH_1_19602’ with type ‘object’ {aka ‘long int’}
5546 | object _39THERE_IS_NO_WATCOM_INSTALATION_UNDER_SPECIFIED_WATOM_PATH_1_19602 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11272:8: error: redefinition of ‘_39MISSING_CMD_PARAMETER_19604’
11272 | object _39MISSING_CMD_PARAMETER_19604 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5547:8: note: previous definition of ‘_39MISSING_CMD_PARAMETER_19604’ with type ‘object’ {aka ‘long int’}
5547 | object _39MISSING_CMD_PARAMETER_19604 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11273:8: error: redefinition of ‘_39EXTERNAL_DEBUGGER_19606’
11273 | object _39EXTERNAL_DEBUGGER_19606 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5548:8: note: previous definition of ‘_39EXTERNAL_DEBUGGER_19606’ with type ‘object’ {aka ‘long int’}
5548 | object _39EXTERNAL_DEBUGGER_19606 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11274:8: error: redefinition of ‘_39USE_THE_MNOCYGWIN_FLAG_WITH_MINGW_19608’
11274 | object _39USE_THE_MNOCYGWIN_FLAG_WITH_MINGW_19608 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5549:8: note: previous definition of ‘_39USE_THE_MNOCYGWIN_FLAG_WITH_MINGW_19608’ with type ‘object’ {aka ‘long int’}
5549 | object _39USE_THE_MNOCYGWIN_FLAG_WITH_MINGW_19608 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11275:8: error: redefinition of ‘_39SPECIFY_THE_TARGET_ARCHITECTURE_X86_X86_64_ARM_19610’
11275 | object _39SPECIFY_THE_TARGET_ARCHITECTURE_X86_X86_64_ARM_19610 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5550:8: note: previous definition of ‘_39SPECIFY_THE_TARGET_ARCHITECTURE_X86_X86_64_ARM_19610’ with type ‘object’ {aka ‘long int’}
5550 | object _39SPECIFY_THE_TARGET_ARCHITECTURE_X86_X86_64_ARM_19610 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11276:8: error: redefinition of ‘_39UNKNOWN_ARCHITECTURE_1__SUPPORTED_ARCHITECTURES_ARE_2_19612’
11276 | object _39UNKNOWN_ARCHITECTURE_1__SUPPORTED_ARCHITECTURES_ARE_2_19612 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5551:8: note: previous definition of ‘_39UNKNOWN_ARCHITECTURE_1__SUPPORTED_ARCHITECTURES_ARE_2_19612’ with type ‘object’ {aka ‘long int’}
5551 | object _39UNKNOWN_ARCHITECTURE_1__SUPPORTED_ARCHITECTURES_ARE_2_19612 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11277:8: error: redefinition of ‘_39MSG_CC_PREFIX_19614’
11277 | object _39MSG_CC_PREFIX_19614 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5552:8: note: previous definition of ‘_39MSG_CC_PREFIX_19614’ with type ‘object’ {aka ‘long int’}
5552 | object _39MSG_CC_PREFIX_19614 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11278:8: error: redefinition of ‘_39NONSTANDARD_LIBRARY_19616’
11278 | object _39NONSTANDARD_LIBRARY_19616 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5553:8: note: previous definition of ‘_39NONSTANDARD_LIBRARY_19616’ with type ‘object’ {aka ‘long int’}
5553 | object _39NONSTANDARD_LIBRARY_19616 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11279:8: error: redefinition of ‘_39DUPLICATE_MULTI_ASSIGN_19618’
11279 | object _39DUPLICATE_MULTI_ASSIGN_19618 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5554:8: note: previous definition of ‘_39DUPLICATE_MULTI_ASSIGN_19618’ with type ‘object’ {aka ‘long int’}
5554 | object _39DUPLICATE_MULTI_ASSIGN_19618 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11280:8: error: redefinition of ‘_39TRACE_LINES_CMD_19620’
11280 | object _39TRACE_LINES_CMD_19620 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5555:8: note: previous definition of ‘_39TRACE_LINES_CMD_19620’ with type ‘object’ {aka ‘long int’}
5555 | object _39TRACE_LINES_CMD_19620 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11281:8: error: redefinition of ‘_39BAD_TRACE_LINES_19622’
11281 | object _39BAD_TRACE_LINES_19622 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5556:8: note: previous definition of ‘_39BAD_TRACE_LINES_19622’ with type ‘object’ {aka ‘long int’}
5556 | object _39BAD_TRACE_LINES_19622 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11282:8: error: redefinition of ‘_39BUILDDIR_IS_FILE_19624’
11282 | object _39BUILDDIR_IS_FILE_19624 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5557:8: note: previous definition of ‘_39BUILDDIR_IS_FILE_19624’ with type ‘object’ {aka ‘long int’}
5557 | object _39BUILDDIR_IS_FILE_19624 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11283:8: error: redefinition of ‘_39BUILDDIR_IS_UNDEFINED_19626’
11283 | object _39BUILDDIR_IS_UNDEFINED_19626 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5558:8: note: previous definition of ‘_39BUILDDIR_IS_UNDEFINED_19626’ with type ‘object’ {aka ‘long int’}
5558 | object _39BUILDDIR_IS_UNDEFINED_19626 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11284:8: error: redefinition of ‘_39NUMBER_IS_TOO_SMALL_19628’
11284 | object _39NUMBER_IS_TOO_SMALL_19628 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5559:8: note: previous definition of ‘_39NUMBER_IS_TOO_SMALL_19628’ with type ‘object’ {aka ‘long int’}
5559 | object _39NUMBER_IS_TOO_SMALL_19628 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11285:8: error: redefinition of ‘_39NUMBER_IS_TOO_BIG_19630’
11285 | object _39NUMBER_IS_TOO_BIG_19630 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5560:8: note: previous definition of ‘_39NUMBER_IS_TOO_BIG_19630’ with type ‘object’ {aka ‘long int’}
5560 | object _39NUMBER_IS_TOO_BIG_19630 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11286:8: error: redefinition of ‘_39StdErrMsgs_20367’
11286 | object _39StdErrMsgs_20367 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5561:8: note: previous definition of ‘_39StdErrMsgs_20367’ with type ‘object’ {aka ‘long int’}
5561 | object _39StdErrMsgs_20367 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11287:8: error: redefinition of ‘_36INTERPRET_21153’
11287 | object _36INTERPRET_21153 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5562:8: note: previous definition of ‘_36INTERPRET_21153’ with type ‘object’ {aka ‘long int’}
5562 | object _36INTERPRET_21153 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11288:8: error: redefinition of ‘_36get_interpret_inlined_get_interpret_at_9957_21155’
11288 | object _36get_interpret_inlined_get_interpret_at_9957_21155 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5563:8: note: previous definition of ‘_36get_interpret_inlined_get_interpret_at_9957_21155’ with type ‘object’ {aka ‘long int’}
5563 | object _36get_interpret_inlined_get_interpret_at_9957_21155 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11289:8: error: redefinition of ‘_36TRANSLATE_21156’
11289 | object _36TRANSLATE_21156 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5564:8: note: previous definition of ‘_36TRANSLATE_21156’ with type ‘object’ {aka ‘long int’}
5564 | object _36TRANSLATE_21156 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11290:8: error: redefinition of ‘_36get_translate_inlined_get_translate_at_9965_21158’
11290 | object _36get_translate_inlined_get_translate_at_9965_21158 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5565:8: note: previous definition of ‘_36get_translate_inlined_get_translate_at_9965_21158’ with type ‘object’ {aka ‘long int’}
5565 | object _36get_translate_inlined_get_translate_at_9965_21158 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11291:8: error: redefinition of ‘_36BIND_21159’
11291 | object _36BIND_21159 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5566:8: note: previous definition of ‘_36BIND_21159’ with type ‘object’ {aka ‘long int’}
5566 | object _36BIND_21159 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11292:8: error: redefinition of ‘_36get_bind_inlined_get_bind_at_9973_21161’
11292 | object _36get_bind_inlined_get_bind_at_9973_21161 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5567:8: note: previous definition of ‘_36get_bind_inlined_get_bind_at_9973_21161’ with type ‘object’ {aka ‘long int’}
5567 | object _36get_bind_inlined_get_bind_at_9973_21161 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11293:8: error: redefinition of ‘_36EXTRA_CHECK_21162’
11293 | object _36EXTRA_CHECK_21162 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5568:8: note: previous definition of ‘_36EXTRA_CHECK_21162’ with type ‘object’ {aka ‘long int’}
5568 | object _36EXTRA_CHECK_21162 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11294:8: error: redefinition of ‘_36get_extra_check_inlined_get_extra_check_at_9982_21164’
11294 | object _36get_extra_check_inlined_get_extra_check_at_9982_21164 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5569:8: note: previous definition of ‘_36get_extra_check_inlined_get_extra_check_at_9982_21164’ with type ‘object’ {aka ‘long int’}
5569 | object _36get_extra_check_inlined_get_extra_check_at_9982_21164 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11295:8: error: redefinition of ‘_36EWATCOM_21165’
11295 | object _36EWATCOM_21165 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5570:8: note: previous definition of ‘_36EWATCOM_21165’ with type ‘object’ {aka ‘long int’}
5570 | object _36EWATCOM_21165 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11296:8: error: redefinition of ‘_36EGPM_21167’
11296 | object _36EGPM_21167 = 0;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5571:8: note: previous definition of ‘_36EGPM_21167’ with type ‘object’ {aka ‘long int’}
5571 | object _36EGPM_21167 = 0;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11297:8: error: redefinition of ‘_36type_i_21169’
11297 | object _36type_i_21169 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5572:8: note: previous definition of ‘_36type_i_21169’ with type ‘object’ {aka ‘long int’}
5572 | object _36type_i_21169 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11298:8: error: redefinition of ‘_36version_name_21170’
11298 | object _36version_name_21170 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5573:8: note: previous definition of ‘_36version_name_21170’ with type ‘object’ {aka ‘long int’}
5573 | object _36version_name_21170 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11299:8: error: redefinition of ‘_36S_OBJ_21178’
11299 | object _36S_OBJ_21178 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5574:8: note: previous definition of ‘_36S_OBJ_21178’ with type ‘object’ {aka ‘long int’}
5574 | object _36S_OBJ_21178 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11300:8: error: redefinition of ‘_36S_NEXT_21179’
11300 | object _36S_NEXT_21179 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5575:8: note: previous definition of ‘_36S_NEXT_21179’ with type ‘object’ {aka ‘long int’}
5575 | object _36S_NEXT_21179 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11301:8: error: redefinition of ‘_36S_MODE_21181’
11301 | object _36S_MODE_21181 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5576:8: note: previous definition of ‘_36S_MODE_21181’ with type ‘object’ {aka ‘long int’}
5576 | object _36S_MODE_21181 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11302:8: error: redefinition of ‘_36S_SCOPE_21183’
11302 | object _36S_SCOPE_21183 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5577:8: note: previous definition of ‘_36S_SCOPE_21183’ with type ‘object’ {aka ‘long int’}
5577 | object _36S_SCOPE_21183 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11303:8: error: redefinition of ‘_36S_USAGE_21185’
11303 | object _36S_USAGE_21185 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5578:8: note: previous definition of ‘_36S_USAGE_21185’ with type ‘object’ {aka ‘long int’}
5578 | object _36S_USAGE_21185 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11304:8: error: redefinition of ‘_36S_NEXT_IN_BLOCK_21187’
11304 | object _36S_NEXT_IN_BLOCK_21187 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5579:8: note: previous definition of ‘_36S_NEXT_IN_BLOCK_21187’ with type ‘object’ {aka ‘long int’}
5579 | object _36S_NEXT_IN_BLOCK_21187 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11305:8: error: redefinition of ‘_36S_FILE_NO_21191’
11305 | object _36S_FILE_NO_21191 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5580:8: note: previous definition of ‘_36S_FILE_NO_21191’ with type ‘object’ {aka ‘long int’}
5580 | object _36S_FILE_NO_21191 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11306:8: error: redefinition of ‘_36S_NAME_21195’
11306 | object _36S_NAME_21195 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5581:8: note: previous definition of ‘_36S_NAME_21195’ with type ‘object’ {aka ‘long int’}
5581 | object _36S_NAME_21195 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11307:8: error: redefinition of ‘_36S_SAMEHASH_21199’
11307 | object _36S_SAMEHASH_21199 = 9;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5582:8: note: previous definition of ‘_36S_SAMEHASH_21199’ with type ‘object’ {aka ‘long int’}
5582 | object _36S_SAMEHASH_21199 = 9;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11308:8: error: redefinition of ‘_36S_TOKEN_21200’
11308 | object _36S_TOKEN_21200 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5583:8: note: previous definition of ‘_36S_TOKEN_21200’ with type ‘object’ {aka ‘long int’}
5583 | object _36S_TOKEN_21200 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11309:8: error: redefinition of ‘_36S_HASHVAL_21205’
11309 | object _36S_HASHVAL_21205 = 11;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5584:8: note: previous definition of ‘_36S_HASHVAL_21205’ with type ‘object’ {aka ‘long int’}
5584 | object _36S_HASHVAL_21205 = 11;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11310:8: error: redefinition of ‘_36S_NREFS_21206’
11310 | object _36S_NREFS_21206 = 12;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5585:8: note: previous definition of ‘_36S_NREFS_21206’ with type ‘object’ {aka ‘long int’}
5585 | object _36S_NREFS_21206 = 12;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11311:8: error: redefinition of ‘_36S_CODE_21207’
11311 | object _36S_CODE_21207 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5586:8: note: previous definition of ‘_36S_CODE_21207’ with type ‘object’ {aka ‘long int’}
5586 | object _36S_CODE_21207 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11312:8: error: redefinition of ‘_36S_INITLEVEL_21212’
11312 | object _36S_INITLEVEL_21212 = 14;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5587:8: note: previous definition of ‘_36S_INITLEVEL_21212’ with type ‘object’ {aka ‘long int’}
5587 | object _36S_INITLEVEL_21212 = 14;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11313:8: error: redefinition of ‘_36S_VTYPE_21214’
11313 | object _36S_VTYPE_21214 = 15;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5588:8: note: previous definition of ‘_36S_VTYPE_21214’ with type ‘object’ {aka ‘long int’}
5588 | object _36S_VTYPE_21214 = 15;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11314:8: error: redefinition of ‘_36S_VARNUM_21215’
11314 | object _36S_VARNUM_21215 = 16;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5589:8: note: previous definition of ‘_36S_VARNUM_21215’ with type ‘object’ {aka ‘long int’}
5589 | object _36S_VARNUM_21215 = 16;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11315:8: error: redefinition of ‘_36S_BLOCK_21216’
11315 | object _36S_BLOCK_21216 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5590:8: note: previous definition of ‘_36S_BLOCK_21216’ with type ‘object’ {aka ‘long int’}
5590 | object _36S_BLOCK_21216 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11316:8: error: redefinition of ‘_36S_FIRST_LINE_21222’
11316 | object _36S_FIRST_LINE_21222 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5591:8: note: previous definition of ‘_36S_FIRST_LINE_21222’ with type ‘object’ {aka ‘long int’}
5591 | object _36S_FIRST_LINE_21222 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11317:8: error: redefinition of ‘_36S_LAST_LINE_21228’
11317 | object _36S_LAST_LINE_21228 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5592:8: note: previous definition of ‘_36S_LAST_LINE_21228’ with type ‘object’ {aka ‘long int’}
5592 | object _36S_LAST_LINE_21228 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11318:8: error: redefinition of ‘_36S_LINETAB_21233’
11318 | object _36S_LINETAB_21233 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5593:8: note: previous definition of ‘_36S_LINETAB_21233’ with type ‘object’ {aka ‘long int’}
5593 | object _36S_LINETAB_21233 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11319:8: error: redefinition of ‘_36S_FIRSTLINE_21238’
11319 | object _36S_FIRSTLINE_21238 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5594:8: note: previous definition of ‘_36S_FIRSTLINE_21238’ with type ‘object’ {aka ‘long int’}
5594 | object _36S_FIRSTLINE_21238 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11320:8: error: redefinition of ‘_36S_TEMPS_21243’
11320 | object _36S_TEMPS_21243 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5595:8: note: previous definition of ‘_36S_TEMPS_21243’ with type ‘object’ {aka ‘long int’}
5595 | object _36S_TEMPS_21243 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11321:8: error: redefinition of ‘_36S_OPCODE_21248’
11321 | object _36S_OPCODE_21248 = 21;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5596:8: note: previous definition of ‘_36S_OPCODE_21248’ with type ‘object’ {aka ‘long int’}
5596 | object _36S_OPCODE_21248 = 21;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11322:8: error: redefinition of ‘_36S_NUM_ARGS_21250’
11322 | object _36S_NUM_ARGS_21250 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5597:8: note: previous definition of ‘_36S_NUM_ARGS_21250’ with type ‘object’ {aka ‘long int’}
5597 | object _36S_NUM_ARGS_21250 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11323:8: error: redefinition of ‘_36S_EFFECT_21256’
11323 | object _36S_EFFECT_21256 = 23;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5598:8: note: previous definition of ‘_36S_EFFECT_21256’ with type ‘object’ {aka ‘long int’}
5598 | object _36S_EFFECT_21256 = 23;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11324:8: error: redefinition of ‘_36S_REFLIST_21257’
11324 | object _36S_REFLIST_21257 = 24;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5599:8: note: previous definition of ‘_36S_REFLIST_21257’ with type ‘object’ {aka ‘long int’}
5599 | object _36S_REFLIST_21257 = 24;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11325:8: error: redefinition of ‘_36S_RESIDENT_TASK_21258’
11325 | object _36S_RESIDENT_TASK_21258 = 25;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5600:8: note: previous definition of ‘_36S_RESIDENT_TASK_21258’ with type ‘object’ {aka ‘long int’}
5600 | object _36S_RESIDENT_TASK_21258 = 25;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11326:8: error: redefinition of ‘_36S_SAVED_PRIVATES_21260’
11326 | object _36S_SAVED_PRIVATES_21260 = 26;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5601:8: note: previous definition of ‘_36S_SAVED_PRIVATES_21260’ with type ‘object’ {aka ‘long int’}
5601 | object _36S_SAVED_PRIVATES_21260 = 26;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11327:8: error: redefinition of ‘_36S_STACK_SPACE_21262’
11327 | object _36S_STACK_SPACE_21262 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5602:8: note: previous definition of ‘_36S_STACK_SPACE_21262’ with type ‘object’ {aka ‘long int’}
5602 | object _36S_STACK_SPACE_21262 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11328:8: error: redefinition of ‘_36S_DEF_ARGS_21268’
11328 | object _36S_DEF_ARGS_21268 = 28;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5603:8: note: previous definition of ‘_36S_DEF_ARGS_21268’ with type ‘object’ {aka ‘long int’}
5603 | object _36S_DEF_ARGS_21268 = 28;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11329:8: error: redefinition of ‘_36S_INLINE_21269’
11329 | object _36S_INLINE_21269 = 29;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5604:8: note: previous definition of ‘_36S_INLINE_21269’ with type ‘object’ {aka ‘long int’}
5604 | object _36S_INLINE_21269 = 29;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11330:8: error: redefinition of ‘_36S_DEPRECATED_21270’
11330 | object _36S_DEPRECATED_21270 = 30;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5605:8: note: previous definition of ‘_36S_DEPRECATED_21270’ with type ‘object’ {aka ‘long int’}
5605 | object _36S_DEPRECATED_21270 = 30;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11331:8: error: redefinition of ‘_36S_OBJ_MIN_21271’
11331 | object _36S_OBJ_MIN_21271 = 30;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5606:8: note: previous definition of ‘_36S_OBJ_MIN_21271’ with type ‘object’ {aka ‘long int’}
5606 | object _36S_OBJ_MIN_21271 = 30;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11332:8: error: redefinition of ‘_36S_OBJ_MAX_21272’
11332 | object _36S_OBJ_MAX_21272 = 31;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5607:8: note: previous definition of ‘_36S_OBJ_MAX_21272’ with type ‘object’ {aka ‘long int’}
5607 | object _36S_OBJ_MAX_21272 = 31;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11333:8: error: redefinition of ‘_36S_SEQ_LEN_21273’
11333 | object _36S_SEQ_LEN_21273 = 32;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5608:8: note: previous definition of ‘_36S_SEQ_LEN_21273’ with type ‘object’ {aka ‘long int’}
5608 | object _36S_SEQ_LEN_21273 = 32;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11334:8: error: redefinition of ‘_36S_SEQ_ELEM_21274’
11334 | object _36S_SEQ_ELEM_21274 = 33;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5609:8: note: previous definition of ‘_36S_SEQ_ELEM_21274’ with type ‘object’ {aka ‘long int’}
5609 | object _36S_SEQ_ELEM_21274 = 33;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11335:8: error: redefinition of ‘_36S_TEMP_NAME_21276’
11335 | object _36S_TEMP_NAME_21276 = 34;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5610:8: note: previous definition of ‘_36S_TEMP_NAME_21276’ with type ‘object’ {aka ‘long int’}
5610 | object _36S_TEMP_NAME_21276 = 34;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11336:8: error: redefinition of ‘_36S_ONE_REF_21278’
11336 | object _36S_ONE_REF_21278 = 35;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5611:8: note: previous definition of ‘_36S_ONE_REF_21278’ with type ‘object’ {aka ‘long int’}
5611 | object _36S_ONE_REF_21278 = 35;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11337:8: error: redefinition of ‘_36S_GTYPE_21279’
11337 | object _36S_GTYPE_21279 = 36;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5612:8: note: previous definition of ‘_36S_GTYPE_21279’ with type ‘object’ {aka ‘long int’}
5612 | object _36S_GTYPE_21279 = 36;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11338:8: error: redefinition of ‘_36S_LHS_SUBS2_21280’
11338 | object _36S_LHS_SUBS2_21280 = 37;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5613:8: note: previous definition of ‘_36S_LHS_SUBS2_21280’ with type ‘object’ {aka ‘long int’}
5613 | object _36S_LHS_SUBS2_21280 = 37;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11339:8: error: redefinition of ‘_36S_GTYPE_NEW_21282’
11339 | object _36S_GTYPE_NEW_21282 = 38;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5614:8: note: previous definition of ‘_36S_GTYPE_NEW_21282’ with type ‘object’ {aka ‘long int’}
5614 | object _36S_GTYPE_NEW_21282 = 38;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11340:8: error: redefinition of ‘_36S_SEQ_LEN_NEW_21283’
11340 | object _36S_SEQ_LEN_NEW_21283 = 39;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5615:8: note: previous definition of ‘_36S_SEQ_LEN_NEW_21283’ with type ‘object’ {aka ‘long int’}
5615 | object _36S_SEQ_LEN_NEW_21283 = 39;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11341:8: error: redefinition of ‘_36S_SEQ_ELEM_NEW_21285’
11341 | object _36S_SEQ_ELEM_NEW_21285 = 40;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5616:8: note: previous definition of ‘_36S_SEQ_ELEM_NEW_21285’ with type ‘object’ {aka ‘long int’}
5616 | object _36S_SEQ_ELEM_NEW_21285 = 40;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11342:8: error: redefinition of ‘_36S_OBJ_MIN_NEW_21287’
11342 | object _36S_OBJ_MIN_NEW_21287 = 41;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5617:8: note: previous definition of ‘_36S_OBJ_MIN_NEW_21287’ with type ‘object’ {aka ‘long int’}
5617 | object _36S_OBJ_MIN_NEW_21287 = 41;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11343:8: error: redefinition of ‘_36S_OBJ_MAX_NEW_21289’
11343 | object _36S_OBJ_MAX_NEW_21289 = 42;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5618:8: note: previous definition of ‘_36S_OBJ_MAX_NEW_21289’ with type ‘object’ {aka ‘long int’}
5618 | object _36S_OBJ_MAX_NEW_21289 = 42;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11344:8: error: redefinition of ‘_36S_ARG_TYPE_21291’
11344 | object _36S_ARG_TYPE_21291 = 43;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5619:8: note: previous definition of ‘_36S_ARG_TYPE_21291’ with type ‘object’ {aka ‘long int’}
5619 | object _36S_ARG_TYPE_21291 = 43;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11345:8: error: redefinition of ‘_36S_ARG_TYPE_NEW_21293’
11345 | object _36S_ARG_TYPE_NEW_21293 = 44;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5620:8: note: previous definition of ‘_36S_ARG_TYPE_NEW_21293’ with type ‘object’ {aka ‘long int’}
5620 | object _36S_ARG_TYPE_NEW_21293 = 44;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11346:8: error: redefinition of ‘_36S_ARG_SEQ_ELEM_21295’
11346 | object _36S_ARG_SEQ_ELEM_21295 = 45;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5621:8: note: previous definition of ‘_36S_ARG_SEQ_ELEM_21295’ with type ‘object’ {aka ‘long int’}
5621 | object _36S_ARG_SEQ_ELEM_21295 = 45;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11347:8: error: redefinition of ‘_36S_ARG_SEQ_ELEM_NEW_21296’
11347 | object _36S_ARG_SEQ_ELEM_NEW_21296 = 46;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5622:8: note: previous definition of ‘_36S_ARG_SEQ_ELEM_NEW_21296’ with type ‘object’ {aka ‘long int’}
5622 | object _36S_ARG_SEQ_ELEM_NEW_21296 = 46;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11348:8: error: redefinition of ‘_36S_ARG_MIN_21297’
11348 | object _36S_ARG_MIN_21297 = 47;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5623:8: note: previous definition of ‘_36S_ARG_MIN_21297’ with type ‘object’ {aka ‘long int’}
5623 | object _36S_ARG_MIN_21297 = 47;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11349:8: error: redefinition of ‘_36S_ARG_MAX_21299’
11349 | object _36S_ARG_MAX_21299 = 48;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5624:8: note: previous definition of ‘_36S_ARG_MAX_21299’ with type ‘object’ {aka ‘long int’}
5624 | object _36S_ARG_MAX_21299 = 48;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11350:8: error: redefinition of ‘_36S_ARG_MIN_NEW_21300’
11350 | object _36S_ARG_MIN_NEW_21300 = 49;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5625:8: note: previous definition of ‘_36S_ARG_MIN_NEW_21300’ with type ‘object’ {aka ‘long int’}
5625 | object _36S_ARG_MIN_NEW_21300 = 49;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11351:8: error: redefinition of ‘_36S_ARG_MAX_NEW_21302’
11351 | object _36S_ARG_MAX_NEW_21302 = 50;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5626:8: note: previous definition of ‘_36S_ARG_MAX_NEW_21302’ with type ‘object’ {aka ‘long int’}
5626 | object _36S_ARG_MAX_NEW_21302 = 50;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11352:8: error: redefinition of ‘_36S_ARG_SEQ_LEN_21303’
11352 | object _36S_ARG_SEQ_LEN_21303 = 51;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5627:8: note: previous definition of ‘_36S_ARG_SEQ_LEN_21303’ with type ‘object’ {aka ‘long int’}
5627 | object _36S_ARG_SEQ_LEN_21303 = 51;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11353:8: error: redefinition of ‘_36S_ARG_SEQ_LEN_NEW_21305’
11353 | object _36S_ARG_SEQ_LEN_NEW_21305 = 52;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5628:8: note: previous definition of ‘_36S_ARG_SEQ_LEN_NEW_21305’ with type ‘object’ {aka ‘long int’}
5628 | object _36S_ARG_SEQ_LEN_NEW_21305 = 52;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11354:8: error: redefinition of ‘_36S_RI_TARGET_21307’
11354 | object _36S_RI_TARGET_21307 = 53;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5629:8: note: previous definition of ‘_36S_RI_TARGET_21307’ with type ‘object’ {aka ‘long int’}
5629 | object _36S_RI_TARGET_21307 = 53;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11355:8: error: redefinition of ‘_36S_HAS_DELETE_21309’
11355 | object _36S_HAS_DELETE_21309 = 54;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5630:8: note: previous definition of ‘_36S_HAS_DELETE_21309’ with type ‘object’ {aka ‘long int’}
5630 | object _36S_HAS_DELETE_21309 = 54;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11356:8: error: redefinition of ‘_36SIZEOF_ROUTINE_ENTRY_21344’
11356 | object _36SIZEOF_ROUTINE_ENTRY_21344 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5631:8: note: previous definition of ‘_36SIZEOF_ROUTINE_ENTRY_21344’ with type ‘object’ {aka ‘long int’}
5631 | object _36SIZEOF_ROUTINE_ENTRY_21344 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11357:8: error: redefinition of ‘_36SIZEOF_VAR_ENTRY_21347’
11357 | object _36SIZEOF_VAR_ENTRY_21347 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5632:8: note: previous definition of ‘_36SIZEOF_VAR_ENTRY_21347’ with type ‘object’ {aka ‘long int’}
5632 | object _36SIZEOF_VAR_ENTRY_21347 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11358:8: error: redefinition of ‘_36SIZEOF_BLOCK_ENTRY_21350’
11358 | object _36SIZEOF_BLOCK_ENTRY_21350 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5633:8: note: previous definition of ‘_36SIZEOF_BLOCK_ENTRY_21350’ with type ‘object’ {aka ‘long int’}
5633 | object _36SIZEOF_BLOCK_ENTRY_21350 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11359:8: error: redefinition of ‘_36SIZEOF_TEMP_ENTRY_21353’
11359 | object _36SIZEOF_TEMP_ENTRY_21353 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5634:8: note: previous definition of ‘_36SIZEOF_TEMP_ENTRY_21353’ with type ‘object’ {aka ‘long int’}
5634 | object _36SIZEOF_TEMP_ENTRY_21353 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11360:8: error: redefinition of ‘_36M_NORMAL_21356’
11360 | object _36M_NORMAL_21356 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5635:8: note: previous definition of ‘_36M_NORMAL_21356’ with type ‘object’ {aka ‘long int’}
5635 | object _36M_NORMAL_21356 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11361:8: error: redefinition of ‘_36M_CONSTANT_21357’
11361 | object _36M_CONSTANT_21357 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5636:8: note: previous definition of ‘_36M_CONSTANT_21357’ with type ‘object’ {aka ‘long int’}
5636 | object _36M_CONSTANT_21357 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11362:8: error: redefinition of ‘_36M_TEMP_21359’
11362 | object _36M_TEMP_21359 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5637:8: note: previous definition of ‘_36M_TEMP_21359’ with type ‘object’ {aka ‘long int’}
5637 | object _36M_TEMP_21359 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11363:8: error: redefinition of ‘_36M_BLOCK_21361’
11363 | object _36M_BLOCK_21361 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5638:8: note: previous definition of ‘_36M_BLOCK_21361’ with type ‘object’ {aka ‘long int’}
5638 | object _36M_BLOCK_21361 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11364:8: error: redefinition of ‘_36M_VARS_21363’
11364 | object _36M_VARS_21363 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5639:8: note: previous definition of ‘_36M_VARS_21363’ with type ‘object’ {aka ‘long int’}
5639 | object _36M_VARS_21363 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11365:8: error: redefinition of ‘_36SC_LOOP_VAR_21365’
11365 | object _36SC_LOOP_VAR_21365 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5640:8: note: previous definition of ‘_36SC_LOOP_VAR_21365’ with type ‘object’ {aka ‘long int’}
5640 | object _36SC_LOOP_VAR_21365 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11366:8: error: redefinition of ‘_36SC_PRIVATE_21366’
11366 | object _36SC_PRIVATE_21366 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5641:8: note: previous definition of ‘_36SC_PRIVATE_21366’ with type ‘object’ {aka ‘long int’}
5641 | object _36SC_PRIVATE_21366 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11367:8: error: redefinition of ‘_36SC_GLOOP_VAR_21368’
11367 | object _36SC_GLOOP_VAR_21368 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5642:8: note: previous definition of ‘_36SC_GLOOP_VAR_21368’ with type ‘object’ {aka ‘long int’}
5642 | object _36SC_GLOOP_VAR_21368 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11368:8: error: redefinition of ‘_36SC_LOCAL_21370’
11368 | object _36SC_LOCAL_21370 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5643:8: note: previous definition of ‘_36SC_LOCAL_21370’ with type ‘object’ {aka ‘long int’}
5643 | object _36SC_LOCAL_21370 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11369:8: error: redefinition of ‘_36SC_GLOBAL_21372’
11369 | object _36SC_GLOBAL_21372 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5644:8: note: previous definition of ‘_36SC_GLOBAL_21372’ with type ‘object’ {aka ‘long int’}
5644 | object _36SC_GLOBAL_21372 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11370:8: error: redefinition of ‘_36SC_PREDEF_21374’
11370 | object _36SC_PREDEF_21374 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5645:8: note: previous definition of ‘_36SC_PREDEF_21374’ with type ‘object’ {aka ‘long int’}
5645 | object _36SC_PREDEF_21374 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11371:8: error: redefinition of ‘_36SC_KEYWORD_21376’
11371 | object _36SC_KEYWORD_21376 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5646:8: note: previous definition of ‘_36SC_KEYWORD_21376’ with type ‘object’ {aka ‘long int’}
5646 | object _36SC_KEYWORD_21376 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11372:8: error: redefinition of ‘_36SC_UNDEFINED_21378’
11372 | object _36SC_UNDEFINED_21378 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5647:8: note: previous definition of ‘_36SC_UNDEFINED_21378’ with type ‘object’ {aka ‘long int’}
5647 | object _36SC_UNDEFINED_21378 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11373:8: error: redefinition of ‘_36SC_MULTIPLY_DEFINED_21380’
11373 | object _36SC_MULTIPLY_DEFINED_21380 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5648:8: note: previous definition of ‘_36SC_MULTIPLY_DEFINED_21380’ with type ‘object’ {aka ‘long int’}
5648 | object _36SC_MULTIPLY_DEFINED_21380 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11374:8: error: redefinition of ‘_36SC_EXPORT_21382’
11374 | object _36SC_EXPORT_21382 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5649:8: note: previous definition of ‘_36SC_EXPORT_21382’ with type ‘object’ {aka ‘long int’}
5649 | object _36SC_EXPORT_21382 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11375:8: error: redefinition of ‘_36SC_OVERRIDE_21384’
11375 | object _36SC_OVERRIDE_21384 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5650:8: note: previous definition of ‘_36SC_OVERRIDE_21384’ with type ‘object’ {aka ‘long int’}
5650 | object _36SC_OVERRIDE_21384 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11376:8: error: redefinition of ‘_36SC_PUBLIC_21386’
11376 | object _36SC_PUBLIC_21386 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5651:8: note: previous definition of ‘_36SC_PUBLIC_21386’ with type ‘object’ {aka ‘long int’}
5651 | object _36SC_PUBLIC_21386 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11377:8: error: redefinition of ‘_36U_UNUSED_21388’
11377 | object _36U_UNUSED_21388 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5652:8: note: previous definition of ‘_36U_UNUSED_21388’ with type ‘object’ {aka ‘long int’}
5652 | object _36U_UNUSED_21388 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11378:8: error: redefinition of ‘_36U_READ_21389’
11378 | object _36U_READ_21389 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5653:8: note: previous definition of ‘_36U_READ_21389’ with type ‘object’ {aka ‘long int’}
5653 | object _36U_READ_21389 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11379:8: error: redefinition of ‘_36U_WRITTEN_21390’
11379 | object _36U_WRITTEN_21390 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5654:8: note: previous definition of ‘_36U_WRITTEN_21390’ with type ‘object’ {aka ‘long int’}
5654 | object _36U_WRITTEN_21390 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11380:8: error: redefinition of ‘_36U_USED_21391’
11380 | object _36U_USED_21391 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5655:8: note: previous definition of ‘_36U_USED_21391’ with type ‘object’ {aka ‘long int’}
5655 | object _36U_USED_21391 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11381:8: error: redefinition of ‘_36U_FORWARD_21392’
11381 | object _36U_FORWARD_21392 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5656:8: note: previous definition of ‘_36U_FORWARD_21392’ with type ‘object’ {aka ‘long int’}
5656 | object _36U_FORWARD_21392 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11382:8: error: redefinition of ‘_36U_DELETED_21393’
11382 | object _36U_DELETED_21393 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5657:8: note: previous definition of ‘_36U_DELETED_21393’ with type ‘object’ {aka ‘long int’}
5657 | object _36U_DELETED_21393 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11383:8: error: redefinition of ‘_36E_PURE_21395’
11383 | object _36E_PURE_21395 = 0;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5658:8: note: previous definition of ‘_36E_PURE_21395’ with type ‘object’ {aka ‘long int’}
5658 | object _36E_PURE_21395 = 0;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11384:8: error: redefinition of ‘_36E_SIZE_21396’
11384 | object _36E_SIZE_21396 = 29;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5659:8: note: previous definition of ‘_36E_SIZE_21396’ with type ‘object’ {aka ‘long int’}
5659 | object _36E_SIZE_21396 = 29;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11385:8: error: redefinition of ‘_36E_OTHER_EFFECT_21397’
11385 | object _36E_OTHER_EFFECT_21397 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5660:8: note: previous definition of ‘_36E_OTHER_EFFECT_21397’ with type ‘object’ {aka ‘long int’}
5660 | object _36E_OTHER_EFFECT_21397 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11386:8: error: redefinition of ‘_36E_ALL_EFFECT_21399’
11386 | object _36E_ALL_EFFECT_21399 = 1073741823;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5661:8: note: previous definition of ‘_36E_ALL_EFFECT_21399’ with type ‘object’ {aka ‘long int’}
5661 | object _36E_ALL_EFFECT_21399 = 1073741823;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11387:8: error: redefinition of ‘_36FREE_21401’
11387 | object _36FREE_21401 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5662:8: note: previous definition of ‘_36FREE_21401’ with type ‘object’ {aka ‘long int’}
5662 | object _36FREE_21401 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11388:8: error: redefinition of ‘_36IN_USE_21402’
11388 | object _36IN_USE_21402 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5663:8: note: previous definition of ‘_36IN_USE_21402’ with type ‘object’ {aka ‘long int’}
5663 | object _36IN_USE_21402 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11389:8: error: redefinition of ‘_36DELETED_21404’
11389 | object _36DELETED_21404 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5664:8: note: previous definition of ‘_36DELETED_21404’ with type ‘object’ {aka ‘long int’}
5664 | object _36DELETED_21404 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11390:8: error: redefinition of ‘_36T_INTEGER_21406’
11390 | object _36T_INTEGER_21406 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5665:8: note: previous definition of ‘_36T_INTEGER_21406’ with type ‘object’ {aka ‘long int’}
5665 | object _36T_INTEGER_21406 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11391:8: error: redefinition of ‘_36T_SEQUENCE_21407’
11391 | object _36T_SEQUENCE_21407 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5666:8: note: previous definition of ‘_36T_SEQUENCE_21407’ with type ‘object’ {aka ‘long int’}
5666 | object _36T_SEQUENCE_21407 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11392:8: error: redefinition of ‘_36T_ATOM_21409’
11392 | object _36T_ATOM_21409 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5667:8: note: previous definition of ‘_36T_ATOM_21409’ with type ‘object’ {aka ‘long int’}
5667 | object _36T_ATOM_21409 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11393:8: error: redefinition of ‘_36T_UNKNOWN_21411’
11393 | object _36T_UNKNOWN_21411 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5668:8: note: previous definition of ‘_36T_UNKNOWN_21411’ with type ‘object’ {aka ‘long int’}
5668 | object _36T_UNKNOWN_21411 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11394:8: error: redefinition of ‘_36MIN_21413’
11394 | object _36MIN_21413 = NOVALUE;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5669:8: note: previous definition of ‘_36MIN_21413’ with type ‘object’ {aka ‘long int’}
5669 | object _36MIN_21413 = NOVALUE;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11395:8: error: redefinition of ‘_36MAX_21414’
11395 | object _36MAX_21414 = NOVALUE;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5670:8: note: previous definition of ‘_36MAX_21414’ with type ‘object’ {aka ‘long int’}
5670 | object _36MAX_21414 = NOVALUE;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11396:8: error: redefinition of ‘_36max_int32_21416’
11396 | object _36max_int32_21416 = 1073741823;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5671:8: note: previous definition of ‘_36max_int32_21416’ with type ‘object’ {aka ‘long int’}
5671 | object _36max_int32_21416 = 1073741823;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11397:8: error: redefinition of ‘_36max_int64_21417’
11397 | object _36max_int64_21417 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5672:8: note: previous definition of ‘_36max_int64_21417’ with type ‘object’ {aka ‘long int’}
5672 | object _36max_int64_21417 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11398:8: error: redefinition of ‘_36SIZEOF_POINTER_21429’
11398 | object _36SIZEOF_POINTER_21429 = 8;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5673:8: note: previous definition of ‘_36SIZEOF_POINTER_21429’ with type ‘object’ {aka ‘long int’}
5673 | object _36SIZEOF_POINTER_21429 = 8;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11399:8: error: redefinition of ‘_36max_int_21430’
11399 | object _36max_int_21430 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5674:8: note: previous definition of ‘_36max_int_21430’ with type ‘object’ {aka ‘long int’}
5674 | object _36max_int_21430 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11400:8: error: redefinition of ‘_36TARGET_SIZEOF_POINTER_21431’
11400 | object _36TARGET_SIZEOF_POINTER_21431 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5675:8: note: previous definition of ‘_36TARGET_SIZEOF_POINTER_21431’ with type ‘object’ {aka ‘long int’}
5675 | object _36TARGET_SIZEOF_POINTER_21431 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11401:8: error: redefinition of ‘_36MAXINT_21432’
11401 | object _36MAXINT_21432 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5676:8: note: previous definition of ‘_36MAXINT_21432’ with type ‘object’ {aka ‘long int’}
5676 | object _36MAXINT_21432 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11402:8: error: redefinition of ‘_36MININT_21433’
11402 | object _36MININT_21433 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5677:8: note: previous definition of ‘_36MININT_21433’ with type ‘object’ {aka ‘long int’}
5677 | object _36MININT_21433 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11403:8: error: redefinition of ‘_36MININT_DBL_21436’
11403 | object _36MININT_DBL_21436 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5678:8: note: previous definition of ‘_36MININT_DBL_21436’ with type ‘object’ {aka ‘long int’}
5678 | object _36MININT_DBL_21436 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11404:8: error: redefinition of ‘_36MAXINT_DBL_21437’
11404 | object _36MAXINT_DBL_21437 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5679:8: note: previous definition of ‘_36MAXINT_DBL_21437’ with type ‘object’ {aka ‘long int’}
5679 | object _36MAXINT_DBL_21437 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11405:8: error: redefinition of ‘_36TMAXINT_21438’
11405 | object _36TMAXINT_21438 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5680:8: note: previous definition of ‘_36TMAXINT_21438’ with type ‘object’ {aka ‘long int’}
5680 | object _36TMAXINT_21438 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11406:8: error: redefinition of ‘_36TMININT_21439’
11406 | object _36TMININT_21439 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5681:8: note: previous definition of ‘_36TMININT_21439’ with type ‘object’ {aka ‘long int’}
5681 | object _36TMININT_21439 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11407:8: error: redefinition of ‘_36TMININT_DBL_21440’
11407 | object _36TMININT_DBL_21440 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5682:8: note: previous definition of ‘_36TMININT_DBL_21440’ with type ‘object’ {aka ‘long int’}
5682 | object _36TMININT_DBL_21440 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11408:8: error: redefinition of ‘_36TMAXINT_DBL_21441’
11408 | object _36TMAXINT_DBL_21441 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5683:8: note: previous definition of ‘_36TMAXINT_DBL_21441’ with type ‘object’ {aka ‘long int’}
5683 | object _36TMAXINT_DBL_21441 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11409:8: error: redefinition of ‘_36NOVALUE_21463’
11409 | object _36NOVALUE_21463 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5684:8: note: previous definition of ‘_36NOVALUE_21463’ with type ‘object’ {aka ‘long int’}
5684 | object _36NOVALUE_21463 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11410:8: error: redefinition of ‘_36T_ID_21500’
11410 | object _36T_ID_21500 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5685:8: note: previous definition of ‘_36T_ID_21500’ with type ‘object’ {aka ‘long int’}
5685 | object _36T_ID_21500 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11411:8: error: redefinition of ‘_36T_SYM_21501’
11411 | object _36T_SYM_21501 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5686:8: note: previous definition of ‘_36T_SYM_21501’ with type ‘object’ {aka ‘long int’}
5686 | object _36T_SYM_21501 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11412:8: error: redefinition of ‘_36file_name_entered_21607’
11412 | object _36file_name_entered_21607 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5687:8: note: previous definition of ‘_36file_name_entered_21607’ with type ‘object’ {aka ‘long int’}
5687 | object _36file_name_entered_21607 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11413:8: error: redefinition of ‘_36shroud_only_21608’
11413 | object _36shroud_only_21608 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5688:8: note: previous definition of ‘_36shroud_only_21608’ with type ‘object’ {aka ‘long int’}
5688 | object _36shroud_only_21608 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11414:8: error: redefinition of ‘_36current_file_no_21610’
11414 | object _36current_file_no_21610 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5689:8: note: previous definition of ‘_36current_file_no_21610’ with type ‘object’ {aka ‘long int’}
5689 | object _36current_file_no_21610 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11415:8: error: redefinition of ‘_36line_number_21611’
11415 | object _36line_number_21611 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5690:8: note: previous definition of ‘_36line_number_21611’ with type ‘object’ {aka ‘long int’}
5690 | object _36line_number_21611 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11416:8: error: redefinition of ‘_36fwd_line_number_21612’
11416 | object _36fwd_line_number_21612 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5691:8: note: previous definition of ‘_36fwd_line_number_21612’ with type ‘object’ {aka ‘long int’}
5691 | object _36fwd_line_number_21612 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11417:8: error: redefinition of ‘_36putback_fwd_line_number_21613’
11417 | object _36putback_fwd_line_number_21613 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5692:8: note: previous definition of ‘_36putback_fwd_line_number_21613’ with type ‘object’ {aka ‘long int’}
5692 | object _36putback_fwd_line_number_21613 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11418:8: error: redefinition of ‘_36last_fwd_line_number_21614’
11418 | object _36last_fwd_line_number_21614 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5693:8: note: previous definition of ‘_36last_fwd_line_number_21614’ with type ‘object’ {aka ‘long int’}
5693 | object _36last_fwd_line_number_21614 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11419:8: error: redefinition of ‘_36gline_number_21615’
11419 | object _36gline_number_21615 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5694:8: note: previous definition of ‘_36gline_number_21615’ with type ‘object’ {aka ‘long int’}
5694 | object _36gline_number_21615 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11420:8: error: redefinition of ‘_36file_start_sym_21616’
11420 | object _36file_start_sym_21616 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5695:8: note: previous definition of ‘_36file_start_sym_21616’ with type ‘object’ {aka ‘long int’}
5695 | object _36file_start_sym_21616 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11421:8: error: redefinition of ‘_36TopLevelSub_21617’
11421 | object _36TopLevelSub_21617 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5696:8: note: previous definition of ‘_36TopLevelSub_21617’ with type ‘object’ {aka ‘long int’}
5696 | object _36TopLevelSub_21617 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11422:8: error: redefinition of ‘_36CurrentSub_21618’
11422 | object _36CurrentSub_21618 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5697:8: note: previous definition of ‘_36CurrentSub_21618’ with type ‘object’ {aka ‘long int’}
5697 | object _36CurrentSub_21618 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11423:8: error: redefinition of ‘_36num_routines_21619’
11423 | object _36num_routines_21619 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5698:8: note: previous definition of ‘_36num_routines_21619’ with type ‘object’ {aka ‘long int’}
5698 | object _36num_routines_21619 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11424:8: error: redefinition of ‘_36Argc_21620’
11424 | object _36Argc_21620 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5699:8: note: previous definition of ‘_36Argc_21620’ with type ‘object’ {aka ‘long int’}
5699 | object _36Argc_21620 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11425:8: error: redefinition of ‘_36Argv_21621’
11425 | object _36Argv_21621 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5700:8: note: previous definition of ‘_36Argv_21621’ with type ‘object’ {aka ‘long int’}
5700 | object _36Argv_21621 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11426:8: error: redefinition of ‘_36test_only_21622’
11426 | object _36test_only_21622 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5701:8: note: previous definition of ‘_36test_only_21622’ with type ‘object’ {aka ‘long int’}
5701 | object _36test_only_21622 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11427:8: error: redefinition of ‘_36batch_job_21623’
11427 | object _36batch_job_21623 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5702:8: note: previous definition of ‘_36batch_job_21623’ with type ‘object’ {aka ‘long int’}
5702 | object _36batch_job_21623 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11428:8: error: redefinition of ‘_36TempWarningName_21624’
11428 | object _36TempWarningName_21624 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5703:8: note: previous definition of ‘_36TempWarningName_21624’ with type ‘object’ {aka ‘long int’}
5703 | object _36TempWarningName_21624 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11429:8: error: redefinition of ‘_36no_warning_flag_21625’
11429 | object _36no_warning_flag_21625 = 0;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5704:8: note: previous definition of ‘_36no_warning_flag_21625’ with type ‘object’ {aka ‘long int’}
5704 | object _36no_warning_flag_21625 = 0;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11430:8: error: redefinition of ‘_36resolution_warning_flag_21626’
11430 | object _36resolution_warning_flag_21626 = 1;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5705:8: note: previous definition of ‘_36resolution_warning_flag_21626’ with type ‘object’ {aka ‘long int’}
5705 | object _36resolution_warning_flag_21626 = 1;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11431:8: error: redefinition of ‘_36short_circuit_warning_flag_21627’
11431 | object _36short_circuit_warning_flag_21627 = 2;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5706:8: note: previous definition of ‘_36short_circuit_warning_flag_21627’ with type ‘object’ {aka ‘long int’}
5706 | object _36short_circuit_warning_flag_21627 = 2;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11432:8: error: redefinition of ‘_36override_warning_flag_21628’
11432 | object _36override_warning_flag_21628 = 4;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5707:8: note: previous definition of ‘_36override_warning_flag_21628’ with type ‘object’ {aka ‘long int’}
5707 | object _36override_warning_flag_21628 = 4;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11433:8: error: redefinition of ‘_36builtin_chosen_warning_flag_21629’
11433 | object _36builtin_chosen_warning_flag_21629 = 8;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5708:8: note: previous definition of ‘_36builtin_chosen_warning_flag_21629’ with type ‘object’ {aka ‘long int’}
5708 | object _36builtin_chosen_warning_flag_21629 = 8;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11434:8: error: redefinition of ‘_36not_used_warning_flag_21630’
11434 | object _36not_used_warning_flag_21630 = 16;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5709:8: note: previous definition of ‘_36not_used_warning_flag_21630’ with type ‘object’ {aka ‘long int’}
5709 | object _36not_used_warning_flag_21630 = 16;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11435:8: error: redefinition of ‘_36no_value_warning_flag_21631’
11435 | object _36no_value_warning_flag_21631 = 32;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5710:8: note: previous definition of ‘_36no_value_warning_flag_21631’ with type ‘object’ {aka ‘long int’}
5710 | object _36no_value_warning_flag_21631 = 32;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11436:8: error: redefinition of ‘_36custom_warning_flag_21632’
11436 | object _36custom_warning_flag_21632 = 64;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5711:8: note: previous definition of ‘_36custom_warning_flag_21632’ with type ‘object’ {aka ‘long int’}
5711 | object _36custom_warning_flag_21632 = 64;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11437:8: error: redefinition of ‘_36translator_warning_flag_21634’
11437 | object _36translator_warning_flag_21634 = 128;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5712:8: note: previous definition of ‘_36translator_warning_flag_21634’ with type ‘object’ {aka ‘long int’}
5712 | object _36translator_warning_flag_21634 = 128;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11438:8: error: redefinition of ‘_36cmdline_warning_flag_21636’
11438 | object _36cmdline_warning_flag_21636 = 256;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5713:8: note: previous definition of ‘_36cmdline_warning_flag_21636’ with type ‘object’ {aka ‘long int’}
5713 | object _36cmdline_warning_flag_21636 = 256;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11439:8: error: redefinition of ‘_36not_reached_warning_flag_21637’
11439 | object _36not_reached_warning_flag_21637 = 512;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5714:8: note: previous definition of ‘_36not_reached_warning_flag_21637’ with type ‘object’ {aka ‘long int’}
5714 | object _36not_reached_warning_flag_21637 = 512;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11440:8: error: redefinition of ‘_36mixed_profile_warning_flag_21639’
11440 | object _36mixed_profile_warning_flag_21639 = 1024;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5715:8: note: previous definition of ‘_36mixed_profile_warning_flag_21639’ with type ‘object’ {aka ‘long int’}
5715 | object _36mixed_profile_warning_flag_21639 = 1024;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11441:8: error: redefinition of ‘_36empty_case_warning_flag_21640’
11441 | object _36empty_case_warning_flag_21640 = 2048;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5716:8: note: previous definition of ‘_36empty_case_warning_flag_21640’ with type ‘object’ {aka ‘long int’}
5716 | object _36empty_case_warning_flag_21640 = 2048;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11442:8: error: redefinition of ‘_36no_case_else_warning_flag_21642’
11442 | object _36no_case_else_warning_flag_21642 = 4096;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5717:8: note: previous definition of ‘_36no_case_else_warning_flag_21642’ with type ‘object’ {aka ‘long int’}
5717 | object _36no_case_else_warning_flag_21642 = 4096;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11443:8: error: redefinition of ‘_36def_arg_type_warning_flag_21644’
11443 | object _36def_arg_type_warning_flag_21644 = 8192;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5718:8: note: previous definition of ‘_36def_arg_type_warning_flag_21644’ with type ‘object’ {aka ‘long int’}
5718 | object _36def_arg_type_warning_flag_21644 = 8192;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11444:8: error: redefinition of ‘_36deprecated_warning_flag_21646’
11444 | object _36deprecated_warning_flag_21646 = 16384;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5719:8: note: previous definition of ‘_36deprecated_warning_flag_21646’ with type ‘object’ {aka ‘long int’}
5719 | object _36deprecated_warning_flag_21646 = 16384;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11445:8: error: redefinition of ‘_36all_warning_flag_21648’
11445 | object _36all_warning_flag_21648 = 32767;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5720:8: note: previous definition of ‘_36all_warning_flag_21648’ with type ‘object’ {aka ‘long int’}
5720 | object _36all_warning_flag_21648 = 32767;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11446:8: error: redefinition of ‘_36default_maskable_warnings_21650’
11446 | object _36default_maskable_warnings_21650 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5721:8: note: previous definition of ‘_36default_maskable_warnings_21650’ with type ‘object’ {aka ‘long int’}
5721 | object _36default_maskable_warnings_21650 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11447:8: error: redefinition of ‘_36warning_flags_21659’
11447 | object _36warning_flags_21659 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5722:8: note: previous definition of ‘_36warning_flags_21659’ with type ‘object’ {aka ‘long int’}
5722 | object _36warning_flags_21659 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11448:8: error: redefinition of ‘_36warning_names_21661’
11448 | object _36warning_names_21661 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5723:8: note: previous definition of ‘_36warning_names_21661’ with type ‘object’ {aka ‘long int’}
5723 | object _36warning_names_21661 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11449:8: error: redefinition of ‘_36strict_only_warnings_21680’
11449 | object _36strict_only_warnings_21680 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5724:8: note: previous definition of ‘_36strict_only_warnings_21680’ with type ‘object’ {aka ‘long int’}
5724 | object _36strict_only_warnings_21680 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11450:8: error: redefinition of ‘_36Strict_is_on_21682’
11450 | object _36Strict_is_on_21682 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5725:8: note: previous definition of ‘_36Strict_is_on_21682’ with type ‘object’ {aka ‘long int’}
5725 | object _36Strict_is_on_21682 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11451:8: error: redefinition of ‘_36Strict_Override_21683’
11451 | object _36Strict_Override_21683 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5726:8: note: previous definition of ‘_36Strict_Override_21683’ with type ‘object’ {aka ‘long int’}
5726 | object _36Strict_Override_21683 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11452:8: error: redefinition of ‘_36OpWarning_21684’
11452 | object _36OpWarning_21684 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5727:8: note: previous definition of ‘_36OpWarning_21684’ with type ‘object’ {aka ‘long int’}
5727 | object _36OpWarning_21684 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11453:8: error: redefinition of ‘_36prev_OpWarning_21685’
11453 | object _36prev_OpWarning_21685 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5728:8: note: previous definition of ‘_36prev_OpWarning_21685’ with type ‘object’ {aka ‘long int’}
5728 | object _36prev_OpWarning_21685 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11454:8: error: redefinition of ‘_36OpTrace_21686’
11454 | object _36OpTrace_21686 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5729:8: note: previous definition of ‘_36OpTrace_21686’ with type ‘object’ {aka ‘long int’}
5729 | object _36OpTrace_21686 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11455:8: error: redefinition of ‘_36OpTypeCheck_21687’
11455 | object _36OpTypeCheck_21687 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5730:8: note: previous definition of ‘_36OpTypeCheck_21687’ with type ‘object’ {aka ‘long int’}
5730 | object _36OpTypeCheck_21687 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11456:8: error: redefinition of ‘_36OpProfileStatement_21688’
11456 | object _36OpProfileStatement_21688 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5731:8: note: previous definition of ‘_36OpProfileStatement_21688’ with type ‘object’ {aka ‘long int’}
5731 | object _36OpProfileStatement_21688 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11457:8: error: redefinition of ‘_36OpProfileTime_21689’
11457 | object _36OpProfileTime_21689 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5732:8: note: previous definition of ‘_36OpProfileTime_21689’ with type ‘object’ {aka ‘long int’}
5732 | object _36OpProfileTime_21689 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11458:8: error: redefinition of ‘_36OpDefines_21690’
11458 | object _36OpDefines_21690 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5733:8: note: previous definition of ‘_36OpDefines_21690’ with type ‘object’ {aka ‘long int’}
5733 | object _36OpDefines_21690 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11459:8: error: redefinition of ‘_36OpInline_21691’
11459 | object _36OpInline_21691 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5734:8: note: previous definition of ‘_36OpInline_21691’ with type ‘object’ {aka ‘long int’}
5734 | object _36OpInline_21691 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11460:8: error: redefinition of ‘_36OpIndirectInclude_21692’
11460 | object _36OpIndirectInclude_21692 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5735:8: note: previous definition of ‘_36OpIndirectInclude_21692’ with type ‘object’ {aka ‘long int’}
5735 | object _36OpIndirectInclude_21692 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11461:8: error: redefinition of ‘_36dj_path_21693’
11461 | object _36dj_path_21693 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5736:8: note: previous definition of ‘_36dj_path_21693’ with type ‘object’ {aka ‘long int’}
5736 | object _36dj_path_21693 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11462:8: error: redefinition of ‘_36wat_path_21694’
11462 | object _36wat_path_21694 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5737:8: note: previous definition of ‘_36wat_path_21694’ with type ‘object’ {aka ‘long int’}
5737 | object _36wat_path_21694 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11463:8: error: redefinition of ‘_36cfile_count_21695’
11463 | object _36cfile_count_21695 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5738:8: note: previous definition of ‘_36cfile_count_21695’ with type ‘object’ {aka ‘long int’}
5738 | object _36cfile_count_21695 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11464:8: error: redefinition of ‘_36cfile_size_21696’
11464 | object _36cfile_size_21696 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5739:8: note: previous definition of ‘_36cfile_size_21696’ with type ‘object’ {aka ‘long int’}
5739 | object _36cfile_size_21696 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11465:8: error: redefinition of ‘_36Initializing_21697’
11465 | object _36Initializing_21697 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5740:8: note: previous definition of ‘_36Initializing_21697’ with type ‘object’ {aka ‘long int’}
5740 | object _36Initializing_21697 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11466:8: error: redefinition of ‘_36temp_name_type_21699’
11466 | object _36temp_name_type_21699 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5741:8: note: previous definition of ‘_36temp_name_type_21699’ with type ‘object’ {aka ‘long int’}
5741 | object _36temp_name_type_21699 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11467:8: error: redefinition of ‘_36T_GTYPE_21702’
11467 | object _36T_GTYPE_21702 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5742:8: note: previous definition of ‘_36T_GTYPE_21702’ with type ‘object’ {aka ‘long int’}
5742 | object _36T_GTYPE_21702 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11468:8: error: redefinition of ‘_36T_GTYPE_NEW_21703’
11468 | object _36T_GTYPE_NEW_21703 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5743:8: note: previous definition of ‘_36T_GTYPE_NEW_21703’ with type ‘object’ {aka ‘long int’}
5743 | object _36T_GTYPE_NEW_21703 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11469:8: error: redefinition of ‘_36Execute_id_21705’
11469 | object _36Execute_id_21705 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5744:8: note: previous definition of ‘_36Execute_id_21705’ with type ‘object’ {aka ‘long int’}
5744 | object _36Execute_id_21705 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11470:8: error: redefinition of ‘_36Code_21706’
11470 | object _36Code_21706 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5745:8: note: previous definition of ‘_36Code_21706’ with type ‘object’ {aka ‘long int’}
5745 | object _36Code_21706 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11471:8: error: redefinition of ‘_36LineTable_21707’
11471 | object _36LineTable_21707 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5746:8: note: previous definition of ‘_36LineTable_21707’ with type ‘object’ {aka ‘long int’}
5746 | object _36LineTable_21707 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11472:8: error: redefinition of ‘_36slist_21708’
11472 | object _36slist_21708 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5747:8: note: previous definition of ‘_36slist_21708’ with type ‘object’ {aka ‘long int’}
5747 | object _36slist_21708 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11473:8: error: redefinition of ‘_36SRC_21709’
11473 | object _36SRC_21709 = NOVALUE;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5748:8: note: previous definition of ‘_36SRC_21709’ with type ‘object’ {aka ‘long int’}
5748 | object _36SRC_21709 = NOVALUE;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11474:8: error: redefinition of ‘_36LINE_21710’
11474 | object _36LINE_21710 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5749:8: note: previous definition of ‘_36LINE_21710’ with type ‘object’ {aka ‘long int’}
5749 | object _36LINE_21710 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11475:8: error: redefinition of ‘_36LOCAL_FILE_NO_21712’
11475 | object _36LOCAL_FILE_NO_21712 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5750:8: note: previous definition of ‘_36LOCAL_FILE_NO_21712’ with type ‘object’ {aka ‘long int’}
5750 | object _36LOCAL_FILE_NO_21712 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11476:8: error: redefinition of ‘_36OPTIONS_21714’
11476 | object _36OPTIONS_21714 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5751:8: note: previous definition of ‘_36OPTIONS_21714’ with type ‘object’ {aka ‘long int’}
5751 | object _36OPTIONS_21714 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11477:8: error: redefinition of ‘_36SOP_TRACE_21716’
11477 | object _36SOP_TRACE_21716 = 1;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5752:8: note: previous definition of ‘_36SOP_TRACE_21716’ with type ‘object’ {aka ‘long int’}
5752 | object _36SOP_TRACE_21716 = 1;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11478:8: error: redefinition of ‘_36SOP_PROFILE_STATEMENT_21717’
11478 | object _36SOP_PROFILE_STATEMENT_21717 = 4;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5753:8: note: previous definition of ‘_36SOP_PROFILE_STATEMENT_21717’ with type ‘object’ {aka ‘long int’}
5753 | object _36SOP_PROFILE_STATEMENT_21717 = 4;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11479:8: error: redefinition of ‘_36SOP_PROFILE_TIME_21718’
11479 | object _36SOP_PROFILE_TIME_21718 = 2;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5754:8: note: previous definition of ‘_36SOP_PROFILE_TIME_21718’ with type ‘object’ {aka ‘long int’}
5754 | object _36SOP_PROFILE_TIME_21718 = 2;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11480:8: error: redefinition of ‘_36previous_op_21730’
11480 | object _36previous_op_21730 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5755:8: note: previous definition of ‘_36previous_op_21730’ with type ‘object’ {aka ‘long int’}
5755 | object _36previous_op_21730 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11481:8: error: redefinition of ‘_36max_stack_per_call_21731’
11481 | object _36max_stack_per_call_21731 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5756:8: note: previous definition of ‘_36max_stack_per_call_21731’ with type ‘object’ {aka ‘long int’}
5756 | object _36max_stack_per_call_21731 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11482:8: error: redefinition of ‘_36sample_size_21732’
11482 | object _36sample_size_21732 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5757:8: note: previous definition of ‘_36sample_size_21732’ with type ‘object’ {aka ‘long int’}
5757 | object _36sample_size_21732 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11483:8: error: redefinition of ‘_36symbol_resolution_warning_21733’
11483 | object _36symbol_resolution_warning_21733 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5758:8: note: previous definition of ‘_36symbol_resolution_warning_21733’ with type ‘object’ {aka ‘long int’}
5758 | object _36symbol_resolution_warning_21733 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11484:8: error: redefinition of ‘_36PAM_PLAYBACK_21734’
11484 | object _36PAM_PLAYBACK_21734 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5759:8: note: previous definition of ‘_36PAM_PLAYBACK_21734’ with type ‘object’ {aka ‘long int’}
5759 | object _36PAM_PLAYBACK_21734 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11485:8: error: redefinition of ‘_36PAM_NORMAL_21735’
11485 | object _36PAM_NORMAL_21735 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5760:8: note: previous definition of ‘_36PAM_NORMAL_21735’ with type ‘object’ {aka ‘long int’}
5760 | object _36PAM_NORMAL_21735 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11486:8: error: redefinition of ‘_36PAM_RECORD_21737’
11486 | object _36PAM_RECORD_21737 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5761:8: note: previous definition of ‘_36PAM_RECORD_21737’ with type ‘object’ {aka ‘long int’}
5761 | object _36PAM_RECORD_21737 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11487:8: error: redefinition of ‘_36Parser_mode_21739’
11487 | object _36Parser_mode_21739 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5762:8: note: previous definition of ‘_36Parser_mode_21739’ with type ‘object’ {aka ‘long int’}
5762 | object _36Parser_mode_21739 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11488:8: error: redefinition of ‘_36Recorded_21740’
11488 | object _36Recorded_21740 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5763:8: note: previous definition of ‘_36Recorded_21740’ with type ‘object’ {aka ‘long int’}
5763 | object _36Recorded_21740 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11489:8: error: redefinition of ‘_36Ns_recorded_21741’
11489 | object _36Ns_recorded_21741 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5764:8: note: previous definition of ‘_36Ns_recorded_21741’ with type ‘object’ {aka ‘long int’}
5764 | object _36Ns_recorded_21741 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11490:8: error: redefinition of ‘_36Recorded_sym_21742’
11490 | object _36Recorded_sym_21742 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5765:8: note: previous definition of ‘_36Recorded_sym_21742’ with type ‘object’ {aka ‘long int’}
5765 | object _36Recorded_sym_21742 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11491:8: error: redefinition of ‘_36Ns_recorded_sym_21743’
11491 | object _36Ns_recorded_sym_21743 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5766:8: note: previous definition of ‘_36Ns_recorded_sym_21743’ with type ‘object’ {aka ‘long int’}
5766 | object _36Ns_recorded_sym_21743 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11492:8: error: redefinition of ‘_36goto_delay_21744’
11492 | object _36goto_delay_21744 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5767:8: note: previous definition of ‘_36goto_delay_21744’ with type ‘object’ {aka ‘long int’}
5767 | object _36goto_delay_21744 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11493:8: error: redefinition of ‘_36goto_list_21745’
11493 | object _36goto_list_21745 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5768:8: note: previous definition of ‘_36goto_list_21745’ with type ‘object’ {aka ‘long int’}
5768 | object _36goto_list_21745 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11494:8: error: redefinition of ‘_36private_sym_21746’
11494 | object _36private_sym_21746 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5769:8: note: previous definition of ‘_36private_sym_21746’ with type ‘object’ {aka ‘long int’}
5769 | object _36private_sym_21746 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11495:8: error: redefinition of ‘_36use_private_list_21747’
11495 | object _36use_private_list_21747 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5770:8: note: previous definition of ‘_36use_private_list_21747’ with type ‘object’ {aka ‘long int’}
5770 | object _36use_private_list_21747 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11496:8: error: redefinition of ‘_36silent_21749’
11496 | object _36silent_21749 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5771:8: note: previous definition of ‘_36silent_21749’ with type ‘object’ {aka ‘long int’}
5771 | object _36silent_21749 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11497:8: error: redefinition of ‘_36verbose_21752’
11497 | object _36verbose_21752 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5772:8: note: previous definition of ‘_36verbose_21752’ with type ‘object’ {aka ‘long int’}
5772 | object _36verbose_21752 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11498:8: error: redefinition of ‘_36main_path_21754’
11498 | object _36main_path_21754 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5773:8: note: previous definition of ‘_36main_path_21754’ with type ‘object’ {aka ‘long int’}
5773 | object _36main_path_21754 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11499:8: error: redefinition of ‘_36src_file_21755’
11499 | object _36src_file_21755 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5774:8: note: previous definition of ‘_36src_file_21755’ with type ‘object’ {aka ‘long int’}
5774 | object _36src_file_21755 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11500:8: error: redefinition of ‘_36new_include_name_21756’
11500 | object _36new_include_name_21756 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5775:8: note: previous definition of ‘_36new_include_name_21756’ with type ‘object’ {aka ‘long int’}
5775 | object _36new_include_name_21756 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11501:8: error: redefinition of ‘_36ENUM_FWD_REFERENCES_NOT_SUPPORTED_21757’
11501 | object _36ENUM_FWD_REFERENCES_NOT_SUPPORTED_21757 = 331;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5776:8: note: previous definition of ‘_36ENUM_FWD_REFERENCES_NOT_SUPPORTED_21757’ with type ‘object’ {aka ‘long int’}
5776 | object _36ENUM_FWD_REFERENCES_NOT_SUPPORTED_21757 = 331;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11502:8: error: redefinition of ‘_36FIRST_USER_FILE_21759’
11502 | object _36FIRST_USER_FILE_21759 = 3;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5777:8: note: previous definition of ‘_36FIRST_USER_FILE_21759’ with type ‘object’ {aka ‘long int’}
5777 | object _36FIRST_USER_FILE_21759 = 3;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11503:8: error: redefinition of ‘_36MAX_USER_FILE_21760’
11503 | object _36MAX_USER_FILE_21760 = 40;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5778:8: note: previous definition of ‘_36MAX_USER_FILE_21760’ with type ‘object’ {aka ‘long int’}
5778 | object _36MAX_USER_FILE_21760 = 40;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11504:8: error: redefinition of ‘_46ULINUX_21763’
11504 | object _46ULINUX_21763 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5779:8: note: previous definition of ‘_46ULINUX_21763’ with type ‘object’ {aka ‘long int’}
5779 | object _46ULINUX_21763 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11505:8: error: redefinition of ‘_46UFREEBSD_21765’
11505 | object _46UFREEBSD_21765 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5780:8: note: previous definition of ‘_46UFREEBSD_21765’ with type ‘object’ {aka ‘long int’}
5780 | object _46UFREEBSD_21765 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11506:8: error: redefinition of ‘_46UOSX_21767’
11506 | object _46UOSX_21767 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5781:8: note: previous definition of ‘_46UOSX_21767’ with type ‘object’ {aka ‘long int’}
5781 | object _46UOSX_21767 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11507:8: error: redefinition of ‘_46UOPENBSD_21769’
11507 | object _46UOPENBSD_21769 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5782:8: note: previous definition of ‘_46UOPENBSD_21769’ with type ‘object’ {aka ‘long int’}
5782 | object _46UOPENBSD_21769 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11508:8: error: redefinition of ‘_46UNETBSD_21771’
11508 | object _46UNETBSD_21771 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5783:8: note: previous definition of ‘_46UNETBSD_21771’ with type ‘object’ {aka ‘long int’}
5783 | object _46UNETBSD_21771 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11509:8: error: redefinition of ‘_46DEFAULT_EXTS_21773’
11509 | object _46DEFAULT_EXTS_21773 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5784:8: note: previous definition of ‘_46DEFAULT_EXTS_21773’ with type ‘object’ {aka ‘long int’}
5784 | object _46DEFAULT_EXTS_21773 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11510:8: error: redefinition of ‘_46IWINDOWS_21777’
11510 | object _46IWINDOWS_21777 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5785:8: note: previous definition of ‘_46IWINDOWS_21777’ with type ‘object’ {aka ‘long int’}
5785 | object _46IWINDOWS_21777 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11511:8: error: redefinition of ‘_46TWINDOWS_21778’
11511 | object _46TWINDOWS_21778 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5786:8: note: previous definition of ‘_46TWINDOWS_21778’ with type ‘object’ {aka ‘long int’}
5786 | object _46TWINDOWS_21778 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11512:8: error: redefinition of ‘_46ILINUX_21779’
11512 | object _46ILINUX_21779 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5787:8: note: previous definition of ‘_46ILINUX_21779’ with type ‘object’ {aka ‘long int’}
5787 | object _46ILINUX_21779 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11513:8: error: redefinition of ‘_46TLINUX_21780’
11513 | object _46TLINUX_21780 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5788:8: note: previous definition of ‘_46TLINUX_21780’ with type ‘object’ {aka ‘long int’}
5788 | object _46TLINUX_21780 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11514:8: error: redefinition of ‘_46IUNIX_21781’
11514 | object _46IUNIX_21781 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5789:8: note: previous definition of ‘_46IUNIX_21781’ with type ‘object’ {aka ‘long int’}
5789 | object _46IUNIX_21781 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11515:8: error: redefinition of ‘_46TUNIX_21782’
11515 | object _46TUNIX_21782 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5790:8: note: previous definition of ‘_46TUNIX_21782’ with type ‘object’ {aka ‘long int’}
5790 | object _46TUNIX_21782 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11516:8: error: redefinition of ‘_46IBSD_21783’
11516 | object _46IBSD_21783 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5791:8: note: previous definition of ‘_46IBSD_21783’ with type ‘object’ {aka ‘long int’}
5791 | object _46IBSD_21783 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11517:8: error: redefinition of ‘_46TBSD_21784’
11517 | object _46TBSD_21784 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5792:8: note: previous definition of ‘_46TBSD_21784’ with type ‘object’ {aka ‘long int’}
5792 | object _46TBSD_21784 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11518:8: error: redefinition of ‘_46IOSX_21785’
11518 | object _46IOSX_21785 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5793:8: note: previous definition of ‘_46IOSX_21785’ with type ‘object’ {aka ‘long int’}
5793 | object _46IOSX_21785 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11519:8: error: redefinition of ‘_46TOSX_21786’
11519 | object _46TOSX_21786 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5794:8: note: previous definition of ‘_46TOSX_21786’ with type ‘object’ {aka ‘long int’}
5794 | object _46TOSX_21786 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11520:8: error: redefinition of ‘_46IOPENBSD_21787’
11520 | object _46IOPENBSD_21787 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5795:8: note: previous definition of ‘_46IOPENBSD_21787’ with type ‘object’ {aka ‘long int’}
5795 | object _46IOPENBSD_21787 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11521:8: error: redefinition of ‘_46TOPENBSD_21788’
11521 | object _46TOPENBSD_21788 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5796:8: note: previous definition of ‘_46TOPENBSD_21788’ with type ‘object’ {aka ‘long int’}
5796 | object _46TOPENBSD_21788 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11522:8: error: redefinition of ‘_46INETBSD_21789’
11522 | object _46INETBSD_21789 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5797:8: note: previous definition of ‘_46INETBSD_21789’ with type ‘object’ {aka ‘long int’}
5797 | object _46INETBSD_21789 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11523:8: error: redefinition of ‘_46TNETBSD_21790’
11523 | object _46TNETBSD_21790 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5798:8: note: previous definition of ‘_46TNETBSD_21790’ with type ‘object’ {aka ‘long int’}
5798 | object _46TNETBSD_21790 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11524:8: error: redefinition of ‘_46IX86_21791’
11524 | object _46IX86_21791 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5799:8: note: previous definition of ‘_46IX86_21791’ with type ‘object’ {aka ‘long int’}
5799 | object _46IX86_21791 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11525:8: error: redefinition of ‘_46TX86_21792’
11525 | object _46TX86_21792 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5800:8: note: previous definition of ‘_46TX86_21792’ with type ‘object’ {aka ‘long int’}
5800 | object _46TX86_21792 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11526:8: error: redefinition of ‘_46IX86_64_21793’
11526 | object _46IX86_64_21793 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5801:8: note: previous definition of ‘_46IX86_64_21793’ with type ‘object’ {aka ‘long int’}
5801 | object _46IX86_64_21793 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11527:8: error: redefinition of ‘_46TX86_64_21794’
11527 | object _46TX86_64_21794 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5802:8: note: previous definition of ‘_46TX86_64_21794’ with type ‘object’ {aka ‘long int’}
5802 | object _46TX86_64_21794 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11528:8: error: redefinition of ‘_46IARM_21795’
11528 | object _46IARM_21795 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5803:8: note: previous definition of ‘_46IARM_21795’ with type ‘object’ {aka ‘long int’}
5803 | object _46IARM_21795 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11529:8: error: redefinition of ‘_46TARM_21796’
11529 | object _46TARM_21796 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5804:8: note: previous definition of ‘_46TARM_21796’ with type ‘object’ {aka ‘long int’}
5804 | object _46TARM_21796 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11530:8: error: redefinition of ‘_46IARM64_21797’
11530 | object _46IARM64_21797 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5805:8: note: previous definition of ‘_46IARM64_21797’ with type ‘object’ {aka ‘long int’}
5805 | object _46IARM64_21797 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11531:8: error: redefinition of ‘_46TARM64_21798’
11531 | object _46TARM64_21798 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5806:8: note: previous definition of ‘_46TARM64_21798’ with type ‘object’ {aka ‘long int’}
5806 | object _46TARM64_21798 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11532:8: error: redefinition of ‘_46PATH_SEPARATOR_21799’
11532 | object _46PATH_SEPARATOR_21799 = 58;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5807:8: note: previous definition of ‘_46PATH_SEPARATOR_21799’ with type ‘object’ {aka ‘long int’}
5807 | object _46PATH_SEPARATOR_21799 = 58;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11533:8: error: redefinition of ‘_46SLASH_CHARS_21800’
11533 | object _46SLASH_CHARS_21800 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5808:8: note: previous definition of ‘_46SLASH_CHARS_21800’ with type ‘object’ {aka ‘long int’}
5808 | object _46SLASH_CHARS_21800 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11534:8: error: redefinition of ‘_46HOSTNL_21802’
11534 | object _46HOSTNL_21802 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5809:8: note: previous definition of ‘_46HOSTNL_21802’ with type ‘object’ {aka ‘long int’}
5809 | object _46HOSTNL_21802 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11535:8: error: redefinition of ‘_46M_MACHINE_INFO_21806’
11535 | object _46M_MACHINE_INFO_21806 = 106;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5810:8: note: previous definition of ‘_46M_MACHINE_INFO_21806’ with type ‘object’ {aka ‘long int’}
5810 | object _46M_MACHINE_INFO_21806 = 106;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11536:8: error: redefinition of ‘_46machine_param_21820’
11536 | object _46machine_param_21820 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5811:8: note: previous definition of ‘_46machine_param_21820’ with type ‘object’ {aka ‘long int’}
5811 | object _46machine_param_21820 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11537:8: error: redefinition of ‘_46ihost_platform_21835’
11537 | object _46ihost_platform_21835 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5812:8: note: previous definition of ‘_46ihost_platform_21835’ with type ‘object’ {aka ‘long int’}
5812 | object _46ihost_platform_21835 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11538:8: error: redefinition of ‘_46unices_21838’
11538 | object _46unices_21838 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5813:8: note: previous definition of ‘_46unices_21838’ with type ‘object’ {aka ‘long int’}
5813 | object _46unices_21838 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11539:8: error: redefinition of ‘_50NO_PARAMETER_22062’
11539 | object _50NO_PARAMETER_22062 = 110;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5814:8: note: previous definition of ‘_50NO_PARAMETER_22062’ with type ‘object’ {aka ‘long int’}
5814 | object _50NO_PARAMETER_22062 = 110;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11540:8: error: redefinition of ‘_50HAS_PARAMETER_22064’
11540 | object _50HAS_PARAMETER_22064 = 112;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5815:8: note: previous definition of ‘_50HAS_PARAMETER_22064’ with type ‘object’ {aka ‘long int’}
5815 | object _50HAS_PARAMETER_22064 = 112;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11541:8: error: redefinition of ‘_50NO_CASE_22066’
11541 | object _50NO_CASE_22066 = 105;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5816:8: note: previous definition of ‘_50NO_CASE_22066’ with type ‘object’ {aka ‘long int’}
5816 | object _50NO_CASE_22066 = 105;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11542:8: error: redefinition of ‘_50HAS_CASE_22068’
11542 | object _50HAS_CASE_22068 = 99;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5817:8: note: previous definition of ‘_50HAS_CASE_22068’ with type ‘object’ {aka ‘long int’}
5817 | object _50HAS_CASE_22068 = 99;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11543:8: error: redefinition of ‘_50MANDATORY_22069’
11543 | object _50MANDATORY_22069 = 109;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5818:8: note: previous definition of ‘_50MANDATORY_22069’ with type ‘object’ {aka ‘long int’}
5818 | object _50MANDATORY_22069 = 109;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11544:8: error: redefinition of ‘_50OPTIONAL_22071’
11544 | object _50OPTIONAL_22071 = 111;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5819:8: note: previous definition of ‘_50OPTIONAL_22071’ with type ‘object’ {aka ‘long int’}
5819 | object _50OPTIONAL_22071 = 111;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11545:8: error: redefinition of ‘_50ONCE_22073’
11545 | object _50ONCE_22073 = 49;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5820:8: note: previous definition of ‘_50ONCE_22073’ with type ‘object’ {aka ‘long int’}
5820 | object _50ONCE_22073 = 49;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11546:8: error: redefinition of ‘_50MULTIPLE_22074’
11546 | object _50MULTIPLE_22074 = 42;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5821:8: note: previous definition of ‘_50MULTIPLE_22074’ with type ‘object’ {aka ‘long int’}
5821 | object _50MULTIPLE_22074 = 42;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11547:8: error: redefinition of ‘_50HELP_22075’
11547 | object _50HELP_22075 = 104;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5822:8: note: previous definition of ‘_50HELP_22075’ with type ‘object’ {aka ‘long int’}
5822 | object _50HELP_22075 = 104;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11548:8: error: redefinition of ‘_50HEADER_22077’
11548 | object _50HEADER_22077 = 72;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5823:8: note: previous definition of ‘_50HEADER_22077’ with type ‘object’ {aka ‘long int’}
5823 | object _50HEADER_22077 = 72;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11549:8: error: redefinition of ‘_50VERSIONING_22079’
11549 | object _50VERSIONING_22079 = 118;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5824:8: note: previous definition of ‘_50VERSIONING_22079’ with type ‘object’ {aka ‘long int’}
5824 | object _50VERSIONING_22079 = 118;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11550:8: error: redefinition of ‘_50HELP_RID_22081’
11550 | object _50HELP_RID_22081 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5825:8: note: previous definition of ‘_50HELP_RID_22081’ with type ‘object’ {aka ‘long int’}
5825 | object _50HELP_RID_22081 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11551:8: error: redefinition of ‘_50VALIDATE_ALL_22082’
11551 | object _50VALIDATE_ALL_22082 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5826:8: note: previous definition of ‘_50VALIDATE_ALL_22082’ with type ‘object’ {aka ‘long int’}
5826 | object _50VALIDATE_ALL_22082 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11552:8: error: redefinition of ‘_50NO_VALIDATION_22084’
11552 | object _50NO_VALIDATION_22084 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5827:8: note: previous definition of ‘_50NO_VALIDATION_22084’ with type ‘object’ {aka ‘long int’}
5827 | object _50NO_VALIDATION_22084 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11553:8: error: redefinition of ‘_50NO_VALIDATION_AFTER_FIRST_EXTRA_22086’
11553 | object _50NO_VALIDATION_AFTER_FIRST_EXTRA_22086 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5828:8: note: previous definition of ‘_50NO_VALIDATION_AFTER_FIRST_EXTRA_22086’ with type ‘object’ {aka ‘long int’}
5828 | object _50NO_VALIDATION_AFTER_FIRST_EXTRA_22086 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11554:8: error: redefinition of ‘_50SHOW_ONLY_OPTIONS_22088’
11554 | object _50SHOW_ONLY_OPTIONS_22088 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5829:8: note: previous definition of ‘_50SHOW_ONLY_OPTIONS_22088’ with type ‘object’ {aka ‘long int’}
5829 | object _50SHOW_ONLY_OPTIONS_22088 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11555:8: error: redefinition of ‘_50AT_EXPANSION_22090’
11555 | object _50AT_EXPANSION_22090 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5830:8: note: previous definition of ‘_50AT_EXPANSION_22090’ with type ‘object’ {aka ‘long int’}
5830 | object _50AT_EXPANSION_22090 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11556:8: error: redefinition of ‘_50NO_AT_EXPANSION_22092’
11556 | object _50NO_AT_EXPANSION_22092 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5831:8: note: previous definition of ‘_50NO_AT_EXPANSION_22092’ with type ‘object’ {aka ‘long int’}
5831 | object _50NO_AT_EXPANSION_22092 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11557:8: error: redefinition of ‘_50PAUSE_MSG_22094’
11557 | object _50PAUSE_MSG_22094 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5832:8: note: previous definition of ‘_50PAUSE_MSG_22094’ with type ‘object’ {aka ‘long int’}
5832 | object _50PAUSE_MSG_22094 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11558:8: error: redefinition of ‘_50NO_HELP_22096’
11558 | object _50NO_HELP_22096 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5833:8: note: previous definition of ‘_50NO_HELP_22096’ with type ‘object’ {aka ‘long int’}
5833 | object _50NO_HELP_22096 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11559:8: error: redefinition of ‘_50NO_HELP_ON_ERROR_22098’
11559 | object _50NO_HELP_ON_ERROR_22098 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5834:8: note: previous definition of ‘_50NO_HELP_ON_ERROR_22098’ with type ‘object’ {aka ‘long int’}
5834 | object _50NO_HELP_ON_ERROR_22098 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11560:8: error: redefinition of ‘_50OPT_IDX_22100’
11560 | object _50OPT_IDX_22100 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5835:8: note: previous definition of ‘_50OPT_IDX_22100’ with type ‘object’ {aka ‘long int’}
5835 | object _50OPT_IDX_22100 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11561:8: error: redefinition of ‘_50OPT_CNT_22101’
11561 | object _50OPT_CNT_22101 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5836:8: note: previous definition of ‘_50OPT_CNT_22101’ with type ‘object’ {aka ‘long int’}
5836 | object _50OPT_CNT_22101 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11562:8: error: redefinition of ‘_50OPT_VAL_22103’
11562 | object _50OPT_VAL_22103 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5837:8: note: previous definition of ‘_50OPT_VAL_22103’ with type ‘object’ {aka ‘long int’}
5837 | object _50OPT_VAL_22103 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11563:8: error: redefinition of ‘_50OPT_REV_22105’
11563 | object _50OPT_REV_22105 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5838:8: note: previous definition of ‘_50OPT_REV_22105’ with type ‘object’ {aka ‘long int’}
5838 | object _50OPT_REV_22105 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11564:8: error: redefinition of ‘_50EXTRAS_22107’
11564 | object _50EXTRAS_22107 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5839:8: note: previous definition of ‘_50EXTRAS_22107’ with type ‘object’ {aka ‘long int’}
5839 | object _50EXTRAS_22107 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11565:8: error: redefinition of ‘_50OPT_EXTRAS_22111’
11565 | object _50OPT_EXTRAS_22111 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5840:8: note: previous definition of ‘_50OPT_EXTRAS_22111’ with type ‘object’ {aka ‘long int’}
5840 | object _50OPT_EXTRAS_22111 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11566:8: error: redefinition of ‘_50SHORTNAME_22112’
11566 | object _50SHORTNAME_22112 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5841:8: note: previous definition of ‘_50SHORTNAME_22112’ with type ‘object’ {aka ‘long int’}
5841 | object _50SHORTNAME_22112 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11567:8: error: redefinition of ‘_50LONGNAME_22113’
11567 | object _50LONGNAME_22113 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5842:8: note: previous definition of ‘_50LONGNAME_22113’ with type ‘object’ {aka ‘long int’}
5842 | object _50LONGNAME_22113 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11568:8: error: redefinition of ‘_50DESCRIPTION_22114’
11568 | object _50DESCRIPTION_22114 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5843:8: note: previous definition of ‘_50DESCRIPTION_22114’ with type ‘object’ {aka ‘long int’}
5843 | object _50DESCRIPTION_22114 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11569:8: error: redefinition of ‘_50OPTIONS_22115’
11569 | object _50OPTIONS_22115 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5844:8: note: previous definition of ‘_50OPTIONS_22115’ with type ‘object’ {aka ‘long int’}
5844 | object _50OPTIONS_22115 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11570:8: error: redefinition of ‘_50CALLBACK_22116’
11570 | object _50CALLBACK_22116 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5845:8: note: previous definition of ‘_50CALLBACK_22116’ with type ‘object’ {aka ‘long int’}
5845 | object _50CALLBACK_22116 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11571:8: error: redefinition of ‘_50MAPNAME_22117’
11571 | object _50MAPNAME_22117 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5846:8: note: previous definition of ‘_50MAPNAME_22117’ with type ‘object’ {aka ‘long int’}
5846 | object _50MAPNAME_22117 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11572:8: error: redefinition of ‘_50pause_msg_22118’
11572 | object _50pause_msg_22118 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5847:8: note: previous definition of ‘_50pause_msg_22118’ with type ‘object’ {aka ‘long int’}
5847 | object _50pause_msg_22118 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11573:8: error: redefinition of ‘_52COVERAGE_SUPPRESS_23373’
11573 | object _52COVERAGE_SUPPRESS_23373 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5848:8: note: previous definition of ‘_52COVERAGE_SUPPRESS_23373’ with type ‘object’ {aka ‘long int’}
5848 | object _52COVERAGE_SUPPRESS_23373 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11574:8: error: redefinition of ‘_52COVERAGE_INCLUDE_23374’
11574 | object _52COVERAGE_INCLUDE_23374 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5849:8: note: previous definition of ‘_52COVERAGE_INCLUDE_23374’ with type ‘object’ {aka ‘long int’}
5849 | object _52COVERAGE_INCLUDE_23374 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11575:8: error: redefinition of ‘_52COVERAGE_OVERRIDE_23376’
11575 | object _52COVERAGE_OVERRIDE_23376 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5850:8: note: previous definition of ‘_52COVERAGE_OVERRIDE_23376’ with type ‘object’ {aka ‘long int’}
5850 | object _52COVERAGE_OVERRIDE_23376 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11576:8: error: redefinition of ‘_54one_bit_numbers_23383’
11576 | object _54one_bit_numbers_23383 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5851:8: note: previous definition of ‘_54one_bit_numbers_23383’ with type ‘object’ {aka ‘long int’}
5851 | object _54one_bit_numbers_23383 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11577:8: error: redefinition of ‘_54new_inlined_new_at_11310_23385’
11577 | object _54new_inlined_new_at_11310_23385 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5852:8: note: previous definition of ‘_54new_inlined_new_at_11310_23385’ with type ‘object’ {aka ‘long int’}
5852 | object _54new_inlined_new_at_11310_23385 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11578:8: error: redefinition of ‘_54new_1__tmp_at11310_23386’
11578 | object _54new_1__tmp_at11310_23386 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5853:8: note: previous definition of ‘_54new_1__tmp_at11310_23386’ with type ‘object’ {aka ‘long int’}
5853 | object _54new_1__tmp_at11310_23386 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11579:8: error: redefinition of ‘_53M_PCRE_COMPILE_23472’
11579 | object _53M_PCRE_COMPILE_23472 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5854:8: note: previous definition of ‘_53M_PCRE_COMPILE_23472’ with type ‘object’ {aka ‘long int’}
5854 | object _53M_PCRE_COMPILE_23472 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11580:8: error: redefinition of ‘_53M_PCRE_EXEC_23474’
11580 | object _53M_PCRE_EXEC_23474 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5855:8: note: previous definition of ‘_53M_PCRE_EXEC_23474’ with type ‘object’ {aka ‘long int’}
5855 | object _53M_PCRE_EXEC_23474 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11581:8: error: redefinition of ‘_53M_PCRE_REPLACE_23476’
11581 | object _53M_PCRE_REPLACE_23476 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5856:8: note: previous definition of ‘_53M_PCRE_REPLACE_23476’ with type ‘object’ {aka ‘long int’}
5856 | object _53M_PCRE_REPLACE_23476 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11582:8: error: redefinition of ‘_53M_PCRE_ERROR_MESSAGE_23477’
11582 | object _53M_PCRE_ERROR_MESSAGE_23477 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5857:8: note: previous definition of ‘_53M_PCRE_ERROR_MESSAGE_23477’ with type ‘object’ {aka ‘long int’}
5857 | object _53M_PCRE_ERROR_MESSAGE_23477 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11583:8: error: redefinition of ‘_53M_PCRE_GET_OVECTOR_SIZE_23479’
11583 | object _53M_PCRE_GET_OVECTOR_SIZE_23479 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5858:8: note: previous definition of ‘_53M_PCRE_GET_OVECTOR_SIZE_23479’ with type ‘object’ {aka ‘long int’}
5858 | object _53M_PCRE_GET_OVECTOR_SIZE_23479 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11584:8: error: redefinition of ‘_53DEFAULT_23481’
11584 | object _53DEFAULT_23481 = 0;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5859:8: note: previous definition of ‘_53DEFAULT_23481’ with type ‘object’ {aka ‘long int’}
5859 | object _53DEFAULT_23481 = 0;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11585:8: error: redefinition of ‘_53CASELESS_23482’
11585 | object _53CASELESS_23482 = 1;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5860:8: note: previous definition of ‘_53CASELESS_23482’ with type ‘object’ {aka ‘long int’}
5860 | object _53CASELESS_23482 = 1;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11586:8: error: redefinition of ‘_53MULTILINE_23483’
11586 | object _53MULTILINE_23483 = 2;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5861:8: note: previous definition of ‘_53MULTILINE_23483’ with type ‘object’ {aka ‘long int’}
5861 | object _53MULTILINE_23483 = 2;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11587:8: error: redefinition of ‘_53DOTALL_23484’
11587 | object _53DOTALL_23484 = 4;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5862:8: note: previous definition of ‘_53DOTALL_23484’ with type ‘object’ {aka ‘long int’}
5862 | object _53DOTALL_23484 = 4;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11588:8: error: redefinition of ‘_53EXTENDED_23485’
11588 | object _53EXTENDED_23485 = 8;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5863:8: note: previous definition of ‘_53EXTENDED_23485’ with type ‘object’ {aka ‘long int’}
5863 | object _53EXTENDED_23485 = 8;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11589:8: error: redefinition of ‘_53ANCHORED_23486’
11589 | object _53ANCHORED_23486 = 16;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5864:8: note: previous definition of ‘_53ANCHORED_23486’ with type ‘object’ {aka ‘long int’}
5864 | object _53ANCHORED_23486 = 16;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11590:8: error: redefinition of ‘_53DOLLAR_ENDONLY_23487’
11590 | object _53DOLLAR_ENDONLY_23487 = 32;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5865:8: note: previous definition of ‘_53DOLLAR_ENDONLY_23487’ with type ‘object’ {aka ‘long int’}
5865 | object _53DOLLAR_ENDONLY_23487 = 32;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11591:8: error: redefinition of ‘_53EXTRA_23488’
11591 | object _53EXTRA_23488 = 64;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5866:8: note: previous definition of ‘_53EXTRA_23488’ with type ‘object’ {aka ‘long int’}
5866 | object _53EXTRA_23488 = 64;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11592:8: error: redefinition of ‘_53NOTBOL_23489’
11592 | object _53NOTBOL_23489 = 128;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5867:8: note: previous definition of ‘_53NOTBOL_23489’ with type ‘object’ {aka ‘long int’}
5867 | object _53NOTBOL_23489 = 128;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11593:8: error: redefinition of ‘_53NOTEOL_23490’
11593 | object _53NOTEOL_23490 = 256;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5868:8: note: previous definition of ‘_53NOTEOL_23490’ with type ‘object’ {aka ‘long int’}
5868 | object _53NOTEOL_23490 = 256;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11594:8: error: redefinition of ‘_53UNGREEDY_23491’
11594 | object _53UNGREEDY_23491 = 512;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5869:8: note: previous definition of ‘_53UNGREEDY_23491’ with type ‘object’ {aka ‘long int’}
5869 | object _53UNGREEDY_23491 = 512;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11595:8: error: redefinition of ‘_53NOTEMPTY_23492’
11595 | object _53NOTEMPTY_23492 = 1024;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5870:8: note: previous definition of ‘_53NOTEMPTY_23492’ with type ‘object’ {aka ‘long int’}
5870 | object _53NOTEMPTY_23492 = 1024;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11596:8: error: redefinition of ‘_53UTF8_23493’
11596 | object _53UTF8_23493 = 2048;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5871:8: note: previous definition of ‘_53UTF8_23493’ with type ‘object’ {aka ‘long int’}
5871 | object _53UTF8_23493 = 2048;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11597:8: error: redefinition of ‘_53NO_AUTO_CAPTURE_23494’
11597 | object _53NO_AUTO_CAPTURE_23494 = 4096;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5872:8: note: previous definition of ‘_53NO_AUTO_CAPTURE_23494’ with type ‘object’ {aka ‘long int’}
5872 | object _53NO_AUTO_CAPTURE_23494 = 4096;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11598:8: error: redefinition of ‘_53NO_UTF8_CHECK_23495’
11598 | object _53NO_UTF8_CHECK_23495 = 8192;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5873:8: note: previous definition of ‘_53NO_UTF8_CHECK_23495’ with type ‘object’ {aka ‘long int’}
5873 | object _53NO_UTF8_CHECK_23495 = 8192;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11599:8: error: redefinition of ‘_53AUTO_CALLOUT_23496’
11599 | object _53AUTO_CALLOUT_23496 = 16384;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5874:8: note: previous definition of ‘_53AUTO_CALLOUT_23496’ with type ‘object’ {aka ‘long int’}
5874 | object _53AUTO_CALLOUT_23496 = 16384;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11600:8: error: redefinition of ‘_53PARTIAL_23497’
11600 | object _53PARTIAL_23497 = 32768;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5875:8: note: previous definition of ‘_53PARTIAL_23497’ with type ‘object’ {aka ‘long int’}
5875 | object _53PARTIAL_23497 = 32768;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11601:8: error: redefinition of ‘_53DFA_SHORTEST_23498’
11601 | object _53DFA_SHORTEST_23498 = 65536;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5876:8: note: previous definition of ‘_53DFA_SHORTEST_23498’ with type ‘object’ {aka ‘long int’}
5876 | object _53DFA_SHORTEST_23498 = 65536;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11602:8: error: redefinition of ‘_53DFA_RESTART_23499’
11602 | object _53DFA_RESTART_23499 = 131072;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5877:8: note: previous definition of ‘_53DFA_RESTART_23499’ with type ‘object’ {aka ‘long int’}
5877 | object _53DFA_RESTART_23499 = 131072;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11603:8: error: redefinition of ‘_53FIRSTLINE_23500’
11603 | object _53FIRSTLINE_23500 = 262144;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5878:8: note: previous definition of ‘_53FIRSTLINE_23500’ with type ‘object’ {aka ‘long int’}
5878 | object _53FIRSTLINE_23500 = 262144;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11604:8: error: redefinition of ‘_53DUPNAMES_23501’
11604 | object _53DUPNAMES_23501 = 524288;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5879:8: note: previous definition of ‘_53DUPNAMES_23501’ with type ‘object’ {aka ‘long int’}
5879 | object _53DUPNAMES_23501 = 524288;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11605:8: error: redefinition of ‘_53NEWLINE_CR_23502’
11605 | object _53NEWLINE_CR_23502 = 1048576;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5880:8: note: previous definition of ‘_53NEWLINE_CR_23502’ with type ‘object’ {aka ‘long int’}
5880 | object _53NEWLINE_CR_23502 = 1048576;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11606:8: error: redefinition of ‘_53NEWLINE_LF_23503’
11606 | object _53NEWLINE_LF_23503 = 2097152;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5881:8: note: previous definition of ‘_53NEWLINE_LF_23503’ with type ‘object’ {aka ‘long int’}
5881 | object _53NEWLINE_LF_23503 = 2097152;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11607:8: error: redefinition of ‘_53NEWLINE_CRLF_23504’
11607 | object _53NEWLINE_CRLF_23504 = 3145728;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5882:8: note: previous definition of ‘_53NEWLINE_CRLF_23504’ with type ‘object’ {aka ‘long int’}
5882 | object _53NEWLINE_CRLF_23504 = 3145728;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11608:8: error: redefinition of ‘_53NEWLINE_ANY_23506’
11608 | object _53NEWLINE_ANY_23506 = 4194304;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5883:8: note: previous definition of ‘_53NEWLINE_ANY_23506’ with type ‘object’ {aka ‘long int’}
5883 | object _53NEWLINE_ANY_23506 = 4194304;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11609:8: error: redefinition of ‘_53NEWLINE_ANYCRLF_23507’
11609 | object _53NEWLINE_ANYCRLF_23507 = 5242880;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5884:8: note: previous definition of ‘_53NEWLINE_ANYCRLF_23507’ with type ‘object’ {aka ‘long int’}
5884 | object _53NEWLINE_ANYCRLF_23507 = 5242880;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11610:8: error: redefinition of ‘_53BSR_ANYCRLF_23509’
11610 | object _53BSR_ANYCRLF_23509 = 8388608;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5885:8: note: previous definition of ‘_53BSR_ANYCRLF_23509’ with type ‘object’ {aka ‘long int’}
5885 | object _53BSR_ANYCRLF_23509 = 8388608;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11611:8: error: redefinition of ‘_53BSR_UNICODE_23510’
11611 | object _53BSR_UNICODE_23510 = 16777216;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5886:8: note: previous definition of ‘_53BSR_UNICODE_23510’ with type ‘object’ {aka ‘long int’}
5886 | object _53BSR_UNICODE_23510 = 16777216;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11612:8: error: redefinition of ‘_53STRING_OFFSETS_23511’
11612 | object _53STRING_OFFSETS_23511 = 201326592;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5887:8: note: previous definition of ‘_53STRING_OFFSETS_23511’ with type ‘object’ {aka ‘long int’}
5887 | object _53STRING_OFFSETS_23511 = 201326592;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11613:8: error: redefinition of ‘_53option_names_23513’
11613 | object _53option_names_23513 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5888:8: note: previous definition of ‘_53option_names_23513’ with type ‘object’ {aka ‘long int’}
5888 | object _53option_names_23513 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11614:8: error: redefinition of ‘_53ERROR_NOMATCH_23573’
11614 | object _53ERROR_NOMATCH_23573 = -1;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5889:8: note: previous definition of ‘_53ERROR_NOMATCH_23573’ with type ‘object’ {aka ‘long int’}
5889 | object _53ERROR_NOMATCH_23573 = -1;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11615:8: error: redefinition of ‘_53ERROR_NULL_23574’
11615 | object _53ERROR_NULL_23574 = -2;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5890:8: note: previous definition of ‘_53ERROR_NULL_23574’ with type ‘object’ {aka ‘long int’}
5890 | object _53ERROR_NULL_23574 = -2;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11616:8: error: redefinition of ‘_53ERROR_BADOPTION_23575’
11616 | object _53ERROR_BADOPTION_23575 = -3;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5891:8: note: previous definition of ‘_53ERROR_BADOPTION_23575’ with type ‘object’ {aka ‘long int’}
5891 | object _53ERROR_BADOPTION_23575 = -3;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11617:8: error: redefinition of ‘_53ERROR_BADMAGIC_23576’
11617 | object _53ERROR_BADMAGIC_23576 = -4;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5892:8: note: previous definition of ‘_53ERROR_BADMAGIC_23576’ with type ‘object’ {aka ‘long int’}
5892 | object _53ERROR_BADMAGIC_23576 = -4;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11618:8: error: redefinition of ‘_53ERROR_UNKNOWN_OPCODE_23577’
11618 | object _53ERROR_UNKNOWN_OPCODE_23577 = -5;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5893:8: note: previous definition of ‘_53ERROR_UNKNOWN_OPCODE_23577’ with type ‘object’ {aka ‘long int’}
5893 | object _53ERROR_UNKNOWN_OPCODE_23577 = -5;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11619:8: error: redefinition of ‘_53ERROR_UNKNOWN_NODE_23579’
11619 | object _53ERROR_UNKNOWN_NODE_23579 = -5;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5894:8: note: previous definition of ‘_53ERROR_UNKNOWN_NODE_23579’ with type ‘object’ {aka ‘long int’}
5894 | object _53ERROR_UNKNOWN_NODE_23579 = -5;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11620:8: error: redefinition of ‘_53ERROR_NOMEMORY_23580’
11620 | object _53ERROR_NOMEMORY_23580 = -6;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5895:8: note: previous definition of ‘_53ERROR_NOMEMORY_23580’ with type ‘object’ {aka ‘long int’}
5895 | object _53ERROR_NOMEMORY_23580 = -6;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11621:8: error: redefinition of ‘_53ERROR_NOSUBSTRING_23582’
11621 | object _53ERROR_NOSUBSTRING_23582 = -7;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5896:8: note: previous definition of ‘_53ERROR_NOSUBSTRING_23582’ with type ‘object’ {aka ‘long int’}
5896 | object _53ERROR_NOSUBSTRING_23582 = -7;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11622:8: error: redefinition of ‘_53ERROR_MATCHLIMIT_23583’
11622 | object _53ERROR_MATCHLIMIT_23583 = -8;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5897:8: note: previous definition of ‘_53ERROR_MATCHLIMIT_23583’ with type ‘object’ {aka ‘long int’}
5897 | object _53ERROR_MATCHLIMIT_23583 = -8;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11623:8: error: redefinition of ‘_53ERROR_CALLOUT_23584’
11623 | object _53ERROR_CALLOUT_23584 = -9;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5898:8: note: previous definition of ‘_53ERROR_CALLOUT_23584’ with type ‘object’ {aka ‘long int’}
5898 | object _53ERROR_CALLOUT_23584 = -9;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11624:8: error: redefinition of ‘_53ERROR_BADUTF8_23585’
11624 | object _53ERROR_BADUTF8_23585 = -10;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5899:8: note: previous definition of ‘_53ERROR_BADUTF8_23585’ with type ‘object’ {aka ‘long int’}
5899 | object _53ERROR_BADUTF8_23585 = -10;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11625:8: error: redefinition of ‘_53ERROR_BADUTF8_OFFSET_23586’
11625 | object _53ERROR_BADUTF8_OFFSET_23586 = -11;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5900:8: note: previous definition of ‘_53ERROR_BADUTF8_OFFSET_23586’ with type ‘object’ {aka ‘long int’}
5900 | object _53ERROR_BADUTF8_OFFSET_23586 = -11;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11626:8: error: redefinition of ‘_53ERROR_PARTIAL_23587’
11626 | object _53ERROR_PARTIAL_23587 = -12;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5901:8: note: previous definition of ‘_53ERROR_PARTIAL_23587’ with type ‘object’ {aka ‘long int’}
5901 | object _53ERROR_PARTIAL_23587 = -12;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11627:8: error: redefinition of ‘_53ERROR_BADPARTIAL_23588’
11627 | object _53ERROR_BADPARTIAL_23588 = -13;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5902:8: note: previous definition of ‘_53ERROR_BADPARTIAL_23588’ with type ‘object’ {aka ‘long int’}
5902 | object _53ERROR_BADPARTIAL_23588 = -13;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11628:8: error: redefinition of ‘_53ERROR_INTERNAL_23590’
11628 | object _53ERROR_INTERNAL_23590 = -14;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5903:8: note: previous definition of ‘_53ERROR_INTERNAL_23590’ with type ‘object’ {aka ‘long int’}
5903 | object _53ERROR_INTERNAL_23590 = -14;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11629:8: error: redefinition of ‘_53ERROR_BADCOUNT_23592’
11629 | object _53ERROR_BADCOUNT_23592 = -15;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5904:8: note: previous definition of ‘_53ERROR_BADCOUNT_23592’ with type ‘object’ {aka ‘long int’}
5904 | object _53ERROR_BADCOUNT_23592 = -15;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11630:8: error: redefinition of ‘_53ERROR_DFA_UITEM_23594’
11630 | object _53ERROR_DFA_UITEM_23594 = -16;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5905:8: note: previous definition of ‘_53ERROR_DFA_UITEM_23594’ with type ‘object’ {aka ‘long int’}
5905 | object _53ERROR_DFA_UITEM_23594 = -16;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11631:8: error: redefinition of ‘_53ERROR_DFA_UCOND_23596’
11631 | object _53ERROR_DFA_UCOND_23596 = -17;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5906:8: note: previous definition of ‘_53ERROR_DFA_UCOND_23596’ with type ‘object’ {aka ‘long int’}
5906 | object _53ERROR_DFA_UCOND_23596 = -17;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11632:8: error: redefinition of ‘_53ERROR_DFA_UMLIMIT_23598’
11632 | object _53ERROR_DFA_UMLIMIT_23598 = -18;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5907:8: note: previous definition of ‘_53ERROR_DFA_UMLIMIT_23598’ with type ‘object’ {aka ‘long int’}
5907 | object _53ERROR_DFA_UMLIMIT_23598 = -18;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11633:8: error: redefinition of ‘_53ERROR_DFA_WSSIZE_23600’
11633 | object _53ERROR_DFA_WSSIZE_23600 = -19;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5908:8: note: previous definition of ‘_53ERROR_DFA_WSSIZE_23600’ with type ‘object’ {aka ‘long int’}
5908 | object _53ERROR_DFA_WSSIZE_23600 = -19;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11634:8: error: redefinition of ‘_53ERROR_DFA_RECURSE_23602’
11634 | object _53ERROR_DFA_RECURSE_23602 = -20;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5909:8: note: previous definition of ‘_53ERROR_DFA_RECURSE_23602’ with type ‘object’ {aka ‘long int’}
5909 | object _53ERROR_DFA_RECURSE_23602 = -20;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11635:8: error: redefinition of ‘_53ERROR_RECURSIONLIMIT_23603’
11635 | object _53ERROR_RECURSIONLIMIT_23603 = -21;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5910:8: note: previous definition of ‘_53ERROR_RECURSIONLIMIT_23603’ with type ‘object’ {aka ‘long int’}
5910 | object _53ERROR_RECURSIONLIMIT_23603 = -21;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11636:8: error: redefinition of ‘_53ERROR_NULLWSLIMIT_23604’
11636 | object _53ERROR_NULLWSLIMIT_23604 = -22;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5911:8: note: previous definition of ‘_53ERROR_NULLWSLIMIT_23604’ with type ‘object’ {aka ‘long int’}
5911 | object _53ERROR_NULLWSLIMIT_23604 = -22;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11637:8: error: redefinition of ‘_53ERROR_BADNEWLINE_23605’
11637 | object _53ERROR_BADNEWLINE_23605 = -23;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5912:8: note: previous definition of ‘_53ERROR_BADNEWLINE_23605’ with type ‘object’ {aka ‘long int’}
5912 | object _53ERROR_BADNEWLINE_23605 = -23;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11638:8: error: redefinition of ‘_53ERROR_BADOFFSET_23606’
11638 | object _53ERROR_BADOFFSET_23606 = -24;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5913:8: note: previous definition of ‘_53ERROR_BADOFFSET_23606’ with type ‘object’ {aka ‘long int’}
5913 | object _53ERROR_BADOFFSET_23606 = -24;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11639:8: error: redefinition of ‘_53ERROR_SHORTUTF8_23607’
11639 | object _53ERROR_SHORTUTF8_23607 = -25;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5914:8: note: previous definition of ‘_53ERROR_SHORTUTF8_23607’ with type ‘object’ {aka ‘long int’}
5914 | object _53ERROR_SHORTUTF8_23607 = -25;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11640:8: error: redefinition of ‘_53ERROR_SHORTUTF16_23608’
11640 | object _53ERROR_SHORTUTF16_23608 = -25;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5915:8: note: previous definition of ‘_53ERROR_SHORTUTF16_23608’ with type ‘object’ {aka ‘long int’}
5915 | object _53ERROR_SHORTUTF16_23608 = -25;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11641:8: error: redefinition of ‘_53ERROR_RECURSELOOP_23609’
11641 | object _53ERROR_RECURSELOOP_23609 = -26;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5916:8: note: previous definition of ‘_53ERROR_RECURSELOOP_23609’ with type ‘object’ {aka ‘long int’}
5916 | object _53ERROR_RECURSELOOP_23609 = -26;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11642:8: error: redefinition of ‘_53ERROR_JIT_STACKLIMIT_23610’
11642 | object _53ERROR_JIT_STACKLIMIT_23610 = -27;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5917:8: note: previous definition of ‘_53ERROR_JIT_STACKLIMIT_23610’ with type ‘object’ {aka ‘long int’}
5917 | object _53ERROR_JIT_STACKLIMIT_23610 = -27;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11643:8: error: redefinition of ‘_53ERROR_BADMODE_23611’
11643 | object _53ERROR_BADMODE_23611 = -28;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5918:8: note: previous definition of ‘_53ERROR_BADMODE_23611’ with type ‘object’ {aka ‘long int’}
5918 | object _53ERROR_BADMODE_23611 = -28;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11644:8: error: redefinition of ‘_53ERROR_BADENDIANNESS_23612’
11644 | object _53ERROR_BADENDIANNESS_23612 = -29;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5919:8: note: previous definition of ‘_53ERROR_BADENDIANNESS_23612’ with type ‘object’ {aka ‘long int’}
5919 | object _53ERROR_BADENDIANNESS_23612 = -29;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11645:8: error: redefinition of ‘_53ERROR_DFA_BADRESTART_23613’
11645 | object _53ERROR_DFA_BADRESTART_23613 = -30;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5920:8: note: previous definition of ‘_53ERROR_DFA_BADRESTART_23613’ with type ‘object’ {aka ‘long int’}
5920 | object _53ERROR_DFA_BADRESTART_23613 = -30;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11646:8: error: redefinition of ‘_53ERROR_JIT_BADOPTION_23614’
11646 | object _53ERROR_JIT_BADOPTION_23614 = -31;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5921:8: note: previous definition of ‘_53ERROR_JIT_BADOPTION_23614’ with type ‘object’ {aka ‘long int’}
5921 | object _53ERROR_JIT_BADOPTION_23614 = -31;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11647:8: error: redefinition of ‘_53ERROR_BADLENGTH_23615’
11647 | object _53ERROR_BADLENGTH_23615 = -32;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5922:8: note: previous definition of ‘_53ERROR_BADLENGTH_23615’ with type ‘object’ {aka ‘long int’}
5922 | object _53ERROR_BADLENGTH_23615 = -32;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11648:8: error: redefinition of ‘_53ERROR_UNSET_23617’
11648 | object _53ERROR_UNSET_23617 = -33;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5923:8: note: previous definition of ‘_53ERROR_UNSET_23617’ with type ‘object’ {aka ‘long int’}
5923 | object _53ERROR_UNSET_23617 = -33;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11649:8: error: redefinition of ‘_53error_names_23619’
11649 | object _53error_names_23619 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5924:8: note: previous definition of ‘_53error_names_23619’ with type ‘object’ {aka ‘long int’}
5924 | object _53error_names_23619 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11650:8: error: redefinition of ‘_53all_options_23686’
11650 | object _53all_options_23686 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5925:8: note: previous definition of ‘_53all_options_23686’ with type ‘object’ {aka ‘long int’}
5925 | object _53all_options_23686 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11651:8: error: redefinition of ‘_60IL_MAGIC_24070’
11651 | object _60IL_MAGIC_24070 = 79;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5926:8: note: previous definition of ‘_60IL_MAGIC_24070’ with type ‘object’ {aka ‘long int’}
5926 | object _60IL_MAGIC_24070 = 79;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11652:8: error: redefinition of ‘_60IL_VERSION_24071’
11652 | object _60IL_VERSION_24071 = 13;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5927:8: note: previous definition of ‘_60IL_VERSION_24071’ with type ‘object’ {aka ‘long int’}
5927 | object _60IL_VERSION_24071 = 13;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11653:8: error: redefinition of ‘_60IL_START_24072’
11653 | object _60IL_START_24072 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5928:8: note: previous definition of ‘_60IL_START_24072’ with type ‘object’ {aka ‘long int’}
5928 | object _60IL_START_24072 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11654:8: error: redefinition of ‘_60I2B_24074’
11654 | object _60I2B_24074 = 247;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5929:8: note: previous definition of ‘_60I2B_24074’ with type ‘object’ {aka ‘long int’}
5929 | object _60I2B_24074 = 247;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11655:8: error: redefinition of ‘_60I3B_24076’
11655 | object _60I3B_24076 = 248;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5930:8: note: previous definition of ‘_60I3B_24076’ with type ‘object’ {aka ‘long int’}
5930 | object _60I3B_24076 = 248;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11656:8: error: redefinition of ‘_60I4B_24078’
11656 | object _60I4B_24078 = 249;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5931:8: note: previous definition of ‘_60I4B_24078’ with type ‘object’ {aka ‘long int’}
5931 | object _60I4B_24078 = 249;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11657:8: error: redefinition of ‘_60I8B_24079’
11657 | object _60I8B_24079 = 250;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5932:8: note: previous definition of ‘_60I8B_24079’ with type ‘object’ {aka ‘long int’}
5932 | object _60I8B_24079 = 250;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11658:8: error: redefinition of ‘_60F4B_24080’
11658 | object _60F4B_24080 = 251;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5933:8: note: previous definition of ‘_60F4B_24080’ with type ‘object’ {aka ‘long int’}
5933 | object _60F4B_24080 = 251;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11659:8: error: redefinition of ‘_60F8B_24081’
11659 | object _60F8B_24081 = 252;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5934:8: note: previous definition of ‘_60F8B_24081’ with type ‘object’ {aka ‘long int’}
5934 | object _60F8B_24081 = 252;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11660:8: error: redefinition of ‘_60F10B_24082’
11660 | object _60F10B_24082 = 253;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5935:8: note: previous definition of ‘_60F10B_24082’ with type ‘object’ {aka ‘long int’}
5935 | object _60F10B_24082 = 253;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11661:8: error: redefinition of ‘_60S1B_24083’
11661 | object _60S1B_24083 = 254;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5936:8: note: previous definition of ‘_60S1B_24083’ with type ‘object’ {aka ‘long int’}
5936 | object _60S1B_24083 = 254;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11662:8: error: redefinition of ‘_60S4B_24084’
11662 | object _60S4B_24084 = 255;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5937:8: note: previous definition of ‘_60S4B_24084’ with type ‘object’ {aka ‘long int’}
5937 | object _60S4B_24084 = 255;
| ^~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11663:8: error: redefinition of ‘_60MIN1B_24085’
11663 | object _60MIN1B_24085 = -2;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5938:8: note: previous definition of ‘_60MIN1B_24085’ with type ‘object’ {aka ‘long int’}
5938 | object _60MIN1B_24085 = -2;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11664:8: error: redefinition of ‘_60MAX1B_24086’
11664 | object _60MAX1B_24086 = 244;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5939:8: note: previous definition of ‘_60MAX1B_24086’ with type ‘object’ {aka ‘long int’}
5939 | object _60MAX1B_24086 = 244;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11665:8: error: redefinition of ‘_60MIN2B_24088’
11665 | object _60MIN2B_24088 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5940:8: note: previous definition of ‘_60MIN2B_24088’ with type ‘object’ {aka ‘long int’}
5940 | object _60MIN2B_24088 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11666:8: error: redefinition of ‘_60MAX2B_24091’
11666 | object _60MAX2B_24091 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5941:8: note: previous definition of ‘_60MAX2B_24091’ with type ‘object’ {aka ‘long int’}
5941 | object _60MAX2B_24091 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11667:8: error: redefinition of ‘_60MIN3B_24094’
11667 | object _60MIN3B_24094 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5942:8: note: previous definition of ‘_60MIN3B_24094’ with type ‘object’ {aka ‘long int’}
5942 | object _60MIN3B_24094 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11668:8: error: redefinition of ‘_60MAX3B_24097’
11668 | object _60MAX3B_24097 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5943:8: note: previous definition of ‘_60MAX3B_24097’ with type ‘object’ {aka ‘long int’}
5943 | object _60MAX3B_24097 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11669:8: error: redefinition of ‘_60MIN4B_24100’
11669 | object _60MIN4B_24100 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5944:8: note: previous definition of ‘_60MIN4B_24100’ with type ‘object’ {aka ‘long int’}
5944 | object _60MIN4B_24100 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11670:8: error: redefinition of ‘_60MAX4B_24103’
11670 | object _60MAX4B_24103 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5945:8: note: previous definition of ‘_60MAX4B_24103’ with type ‘object’ {aka ‘long int’}
5945 | object _60MAX4B_24103 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11671:8: error: redefinition of ‘_60MIN8B_24106’
11671 | object _60MIN8B_24106 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5946:8: note: previous definition of ‘_60MIN8B_24106’ with type ‘object’ {aka ‘long int’}
5946 | object _60MIN8B_24106 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11672:8: error: redefinition of ‘_60MAX8B_24110’
11672 | object _60MAX8B_24110 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5947:8: note: previous definition of ‘_60MAX8B_24110’ with type ‘object’ {aka ‘long int’}
5947 | object _60MAX8B_24110 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11673:8: error: redefinition of ‘_60COMP_CACHE_SIZE_24194’
11673 | object _60COMP_CACHE_SIZE_24194 = 64;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5948:8: note: previous definition of ‘_60COMP_CACHE_SIZE_24194’ with type ‘object’ {aka ‘long int’}
5948 | object _60COMP_CACHE_SIZE_24194 = 64;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11674:8: error: redefinition of ‘_60CACHE0_24195’
11674 | object _60CACHE0_24195 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5949:8: note: previous definition of ‘_60CACHE0_24195’ with type ‘object’ {aka ‘long int’}
5949 | object _60CACHE0_24195 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11675:8: error: redefinition of ‘_60max1b_24198’
11675 | object _60max1b_24198 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5950:8: note: previous definition of ‘_60max1b_24198’ with type ‘object’ {aka ‘long int’}
5950 | object _60max1b_24198 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11676:8: error: redefinition of ‘_60comp_cache_24200’
11676 | object _60comp_cache_24200 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5951:8: note: previous definition of ‘_60comp_cache_24200’ with type ‘object’ {aka ‘long int’}
5951 | object _60comp_cache_24200 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11677:8: error: redefinition of ‘_60M_ALLOC_24293’
11677 | object _60M_ALLOC_24293 = 16;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5952:8: note: previous definition of ‘_60M_ALLOC_24293’ with type ‘object’ {aka ‘long int’}
5952 | object _60M_ALLOC_24293 = 16;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11678:8: error: redefinition of ‘_60mem0_24294’
11678 | object _60mem0_24294 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5953:8: note: previous definition of ‘_60mem0_24294’ with type ‘object’ {aka ‘long int’}
5953 | object _60mem0_24294 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11679:8: error: redefinition of ‘_60mem1_24296’
11679 | object _60mem1_24296 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5954:8: note: previous definition of ‘_60mem1_24296’ with type ‘object’ {aka ‘long int’}
5954 | object _60mem1_24296 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11680:8: error: redefinition of ‘_60mem2_24298’
11680 | object _60mem2_24298 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5955:8: note: previous definition of ‘_60mem2_24298’ with type ‘object’ {aka ‘long int’}
5955 | object _60mem2_24298 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11681:8: error: redefinition of ‘_60mem3_24300’
11681 | object _60mem3_24300 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5956:8: note: previous definition of ‘_60mem3_24300’ with type ‘object’ {aka ‘long int’}
5956 | object _60mem3_24300 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11682:8: error: redefinition of ‘_60mem4_24302’
11682 | object _60mem4_24302 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5957:8: note: previous definition of ‘_60mem4_24302’ with type ‘object’ {aka ‘long int’}
5957 | object _60mem4_24302 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11683:8: error: redefinition of ‘_60mem5_24304’
11683 | object _60mem5_24304 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5958:8: note: previous definition of ‘_60mem5_24304’ with type ‘object’ {aka ‘long int’}
5958 | object _60mem5_24304 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11684:8: error: redefinition of ‘_60mem6_24306’
11684 | object _60mem6_24306 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5959:8: note: previous definition of ‘_60mem6_24306’ with type ‘object’ {aka ‘long int’}
5959 | object _60mem6_24306 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11685:8: error: redefinition of ‘_60mem7_24308’
11685 | object _60mem7_24308 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5960:8: note: previous definition of ‘_60mem7_24308’ with type ‘object’ {aka ‘long int’}
5960 | object _60mem7_24308 = NOVALUE;
| ^~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11686:8: error: redefinition of ‘_60current_db_24310’
11686 | object _60current_db_24310 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5961:8: note: previous definition of ‘_60current_db_24310’ with type ‘object’ {aka ‘long int’}
5961 | object _60current_db_24310 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11687:8: error: redefinition of ‘_61opnames_24443’
11687 | object _61opnames_24443 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5962:8: note: previous definition of ‘_61opnames_24443’ with type ‘object’ {aka ‘long int’}
5962 | object _61opnames_24443 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11688:8: error: redefinition of ‘_63K_NAME_24666’
11688 | object _63K_NAME_24666 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5963:8: note: previous definition of ‘_63K_NAME_24666’ with type ‘object’ {aka ‘long int’}
5963 | object _63K_NAME_24666 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11689:8: error: redefinition of ‘_63K_SCOPE_24667’
11689 | object _63K_SCOPE_24667 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5964:8: note: previous definition of ‘_63K_SCOPE_24667’ with type ‘object’ {aka ‘long int’}
5964 | object _63K_SCOPE_24667 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11690:8: error: redefinition of ‘_63K_TOKEN_24669’
11690 | object _63K_TOKEN_24669 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5965:8: note: previous definition of ‘_63K_TOKEN_24669’ with type ‘object’ {aka ‘long int’}
5965 | object _63K_TOKEN_24669 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11691:8: error: redefinition of ‘_63K_OPCODE_24671’
11691 | object _63K_OPCODE_24671 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5966:8: note: previous definition of ‘_63K_OPCODE_24671’ with type ‘object’ {aka ‘long int’}
5966 | object _63K_OPCODE_24671 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11692:8: error: redefinition of ‘_63K_NUM_ARGS_24673’
11692 | object _63K_NUM_ARGS_24673 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5967:8: note: previous definition of ‘_63K_NUM_ARGS_24673’ with type ‘object’ {aka ‘long int’}
5967 | object _63K_NUM_ARGS_24673 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11693:8: error: redefinition of ‘_63K_EFFECT_24675’
11693 | object _63K_EFFECT_24675 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5968:8: note: previous definition of ‘_63K_EFFECT_24675’ with type ‘object’ {aka ‘long int’}
5968 | object _63K_EFFECT_24675 = NOVALUE;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11694:8: error: redefinition of ‘_63K_CODE_24677’
11694 | object _63K_CODE_24677 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5969:8: note: previous definition of ‘_63K_CODE_24677’ with type ‘object’ {aka ‘long int’}
5969 | object _63K_CODE_24677 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11695:8: error: redefinition of ‘_63K_DEF_ARGS_24679’
11695 | object _63K_DEF_ARGS_24679 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5970:8: note: previous definition of ‘_63K_DEF_ARGS_24679’ with type ‘object’ {aka ‘long int’}
5970 | object _63K_DEF_ARGS_24679 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11696:8: error: redefinition of ‘_63keylist_24681’
11696 | object _63keylist_24681 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5971:8: note: previous definition of ‘_63keylist_24681’ with type ‘object’ {aka ‘long int’}
5971 | object _63keylist_24681 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11697:8: error: redefinition of ‘_64PP_EXTENSION_25596’
11697 | object _64PP_EXTENSION_25596 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5972:8: note: previous definition of ‘_64PP_EXTENSION_25596’ with type ‘object’ {aka ‘long int’}
5972 | object _64PP_EXTENSION_25596 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11698:8: error: redefinition of ‘_64PP_COMMAND_25597’
11698 | object _64PP_COMMAND_25597 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5973:8: note: previous definition of ‘_64PP_COMMAND_25597’ with type ‘object’ {aka ‘long int’}
5973 | object _64PP_COMMAND_25597 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11699:8: error: redefinition of ‘_64PP_PARAMS_25599’
11699 | object _64PP_PARAMS_25599 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5974:8: note: previous definition of ‘_64PP_PARAMS_25599’ with type ‘object’ {aka ‘long int’}
5974 | object _64PP_PARAMS_25599 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11700:8: error: redefinition of ‘_64PP_RID_25601’
11700 | object _64PP_RID_25601 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5975:8: note: previous definition of ‘_64PP_RID_25601’ with type ‘object’ {aka ‘long int’}
5975 | object _64PP_RID_25601 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11701:8: error: redefinition of ‘_66FIXED_SIZE_25802’
11701 | object _66FIXED_SIZE_25802 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5976:8: note: previous definition of ‘_66FIXED_SIZE_25802’ with type ‘object’ {aka ‘long int’}
5976 | object _66FIXED_SIZE_25802 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11702:8: error: redefinition of ‘_66VARIABLE_SIZE_25803’
11702 | object _66VARIABLE_SIZE_25803 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5977:8: note: previous definition of ‘_66VARIABLE_SIZE_25803’ with type ‘object’ {aka ‘long int’}
5977 | object _66VARIABLE_SIZE_25803 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11703:8: error: redefinition of ‘_66op_info_25805’
11703 | object _66op_info_25805 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5978:8: note: previous definition of ‘_66op_info_25805’ with type ‘object’ {aka ‘long int’}
5978 | object _66op_info_25805 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11704:8: error: redefinition of ‘_66OP_SIZE_TYPE_25806’
11704 | object _66OP_SIZE_TYPE_25806 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5979:8: note: previous definition of ‘_66OP_SIZE_TYPE_25806’ with type ‘object’ {aka ‘long int’}
5979 | object _66OP_SIZE_TYPE_25806 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11705:8: error: redefinition of ‘_66OP_SIZE_25807’
11705 | object _66OP_SIZE_25807 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5980:8: note: previous definition of ‘_66OP_SIZE_25807’ with type ‘object’ {aka ‘long int’}
5980 | object _66OP_SIZE_25807 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11706:8: error: redefinition of ‘_66OP_ADDR_25809’
11706 | object _66OP_ADDR_25809 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5981:8: note: previous definition of ‘_66OP_ADDR_25809’ with type ‘object’ {aka ‘long int’}
5981 | object _66OP_ADDR_25809 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11707:8: error: redefinition of ‘_66OP_TARGET_25811’
11707 | object _66OP_TARGET_25811 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5982:8: note: previous definition of ‘_66OP_TARGET_25811’ with type ‘object’ {aka ‘long int’}
5982 | object _66OP_TARGET_25811 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11708:8: error: redefinition of ‘_66OP_SUB_25813’
11708 | object _66OP_SUB_25813 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5983:8: note: previous definition of ‘_66OP_SUB_25813’ with type ‘object’ {aka ‘long int’}
5983 | object _66OP_SUB_25813 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11709:8: error: redefinition of ‘_66op_info_size_type_25815’
11709 | object _66op_info_size_type_25815 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5984:8: note: previous definition of ‘_66op_info_size_type_25815’ with type ‘object’ {aka ‘long int’}
5984 | object _66op_info_size_type_25815 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11710:8: error: redefinition of ‘_66op_info_size_25816’
11710 | object _66op_info_size_25816 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5985:8: note: previous definition of ‘_66op_info_size_25816’ with type ‘object’ {aka ‘long int’}
5985 | object _66op_info_size_25816 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11711:8: error: redefinition of ‘_66op_info_addr_25817’
11711 | object _66op_info_addr_25817 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5986:8: note: previous definition of ‘_66op_info_addr_25817’ with type ‘object’ {aka ‘long int’}
5986 | object _66op_info_addr_25817 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11712:8: error: redefinition of ‘_66op_info_target_25818’
11712 | object _66op_info_target_25818 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5987:8: note: previous definition of ‘_66op_info_target_25818’ with type ‘object’ {aka ‘long int’}
5987 | object _66op_info_target_25818 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11713:8: error: redefinition of ‘_66op_info_sub_25819’
11713 | object _66op_info_sub_25819 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5988:8: note: previous definition of ‘_66op_info_sub_25819’ with type ‘object’ {aka ‘long int’}
5988 | object _66op_info_sub_25819 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11714:8: error: redefinition of ‘_65BLOCK_SYM_26671’
11714 | object _65BLOCK_SYM_26671 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5989:8: note: previous definition of ‘_65BLOCK_SYM_26671’ with type ‘object’ {aka ‘long int’}
5989 | object _65BLOCK_SYM_26671 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11715:8: error: redefinition of ‘_65BLOCK_OPCODE_26672’
11715 | object _65BLOCK_OPCODE_26672 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5990:8: note: previous definition of ‘_65BLOCK_OPCODE_26672’ with type ‘object’ {aka ‘long int’}
5990 | object _65BLOCK_OPCODE_26672 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11716:8: error: redefinition of ‘_65BLOCK_LABEL_26674’
11716 | object _65BLOCK_LABEL_26674 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5991:8: note: previous definition of ‘_65BLOCK_LABEL_26674’ with type ‘object’ {aka ‘long int’}
5991 | object _65BLOCK_LABEL_26674 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11717:8: error: redefinition of ‘_65BLOCK_START_26676’
11717 | object _65BLOCK_START_26676 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5992:8: note: previous definition of ‘_65BLOCK_START_26676’ with type ‘object’ {aka ‘long int’}
5992 | object _65BLOCK_START_26676 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11718:8: error: redefinition of ‘_65BLOCK_END_26678’
11718 | object _65BLOCK_END_26678 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5993:8: note: previous definition of ‘_65BLOCK_END_26678’ with type ‘object’ {aka ‘long int’}
5993 | object _65BLOCK_END_26678 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11719:8: error: redefinition of ‘_65BLOCK_VARS_26680’
11719 | object _65BLOCK_VARS_26680 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5994:8: note: previous definition of ‘_65BLOCK_VARS_26680’ with type ‘object’ {aka ‘long int’}
5994 | object _65BLOCK_VARS_26680 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11720:8: error: redefinition of ‘_65BLOCK_SIZE_26682’
11720 | object _65BLOCK_SIZE_26682 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5995:8: note: previous definition of ‘_65BLOCK_SIZE_26682’ with type ‘object’ {aka ‘long int’}
5995 | object _65BLOCK_SIZE_26682 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11721:8: error: redefinition of ‘_65VAR_BLOCK_26684’
11721 | object _65VAR_BLOCK_26684 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5996:8: note: previous definition of ‘_65VAR_BLOCK_26684’ with type ‘object’ {aka ‘long int’}
5996 | object _65VAR_BLOCK_26684 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11722:8: error: redefinition of ‘_65VAR_SYM_26685’
11722 | object _65VAR_SYM_26685 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5997:8: note: previous definition of ‘_65VAR_SYM_26685’ with type ‘object’ {aka ‘long int’}
5997 | object _65VAR_SYM_26685 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11723:8: error: redefinition of ‘_65LOOP_BLOCK_26687’
11723 | object _65LOOP_BLOCK_26687 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5998:8: note: previous definition of ‘_65LOOP_BLOCK_26687’ with type ‘object’ {aka ‘long int’}
5998 | object _65LOOP_BLOCK_26687 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11724:8: error: redefinition of ‘_65CONDITIONAL_BLOCK_26688’
11724 | object _65CONDITIONAL_BLOCK_26688 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:5999:8: note: previous definition of ‘_65CONDITIONAL_BLOCK_26688’ with type ‘object’ {aka ‘long int’}
5999 | object _65CONDITIONAL_BLOCK_26688 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11725:8: error: redefinition of ‘_65block_stack_26690’
11725 | object _65block_stack_26690 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:6000:8: note: previous definition of ‘_65block_stack_26690’ with type ‘object’ {aka ‘long int’}
6000 | object _65block_stack_26690 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11726:8: error: redefinition of ‘_65current_block_26697’
11726 | object _65current_block_26697 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:6001:8: note: previous definition of ‘_65current_block_26697’ with type ‘object’ {aka ‘long int’}
6001 | object _65current_block_26697 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11727:8: error: redefinition of ‘_65top_level_block_26698’
11727 | object _65top_level_block_26698 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:6002:8: note: previous definition of ‘_65top_level_block_26698’ with type ‘object’ {aka ‘long int’}
6002 | object _65top_level_block_26698 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11728:8: error: redefinition of ‘_62INCLUDE_LIMIT_27121’
11728 | object _62INCLUDE_LIMIT_27121 = 30;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:6003:8: note: previous definition of ‘_62INCLUDE_LIMIT_27121’ with type ‘object’ {aka ‘long int’}
6003 | object _62INCLUDE_LIMIT_27121 = 30;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11729:8: error: redefinition of ‘_62MAX_FILE_27122’
11729 | object _62MAX_FILE_27122 = 256;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:6004:8: note: previous definition of ‘_62MAX_FILE_27122’ with type ‘object’ {aka ‘long int’}
6004 | object _62MAX_FILE_27122 = 256;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11730:8: error: redefinition of ‘_62NUM_KEYWORDS_27123’
11730 | object _62NUM_KEYWORDS_27123 = 24;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:6005:8: note: previous definition of ‘_62NUM_KEYWORDS_27123’ with type ‘object’ {aka ‘long int’}
6005 | object _62NUM_KEYWORDS_27123 = 24;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11731:8: error: redefinition of ‘_62NUM_BUILTINS_27124’
11731 | object _62NUM_BUILTINS_27124 = 64;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:6006:8: note: previous definition of ‘_62NUM_BUILTINS_27124’ with type ‘object’ {aka ‘long int’}
6006 | object _62NUM_BUILTINS_27124 = 64;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11732:8: error: redefinition of ‘_62KEYWORD_BASE_27125’
11732 | object _62KEYWORD_BASE_27125 = 128;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:6007:8: note: previous definition of ‘_62KEYWORD_BASE_27125’ with type ‘object’ {aka ‘long int’}
6007 | object _62KEYWORD_BASE_27125 = 128;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11733:8: error: redefinition of ‘_62BUILTIN_BASE_27126’
11733 | object _62BUILTIN_BASE_27126 = 170;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:6008:8: note: previous definition of ‘_62BUILTIN_BASE_27126’ with type ‘object’ {aka ‘long int’}
6008 | object _62BUILTIN_BASE_27126 = 170;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11734:8: error: redefinition of ‘_62new_include_space_27129’
11734 | object _62new_include_space_27129 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:6009:8: note: previous definition of ‘_62new_include_space_27129’ with type ‘object’ {aka ‘long int’}
6009 | object _62new_include_space_27129 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11735:8: error: redefinition of ‘_62start_include_27131’
11735 | object _62start_include_27131 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:6010:8: note: previous definition of ‘_62start_include_27131’ with type ‘object’ {aka ‘long int’}
6010 | object _62start_include_27131 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11736:8: error: redefinition of ‘_62public_include_27134’
11736 | object _62public_include_27134 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:6011:8: note: previous definition of ‘_62public_include_27134’ with type ‘object’ {aka ‘long int’}
6011 | object _62public_include_27134 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11737:8: error: redefinition of ‘_62LastLineNumber_27135’
11737 | object _62LastLineNumber_27135 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:6012:8: note: previous definition of ‘_62LastLineNumber_27135’ with type ‘object’ {aka ‘long int’}
6012 | object _62LastLineNumber_27135 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11738:8: error: redefinition of ‘_62shebang_27136’
11738 | object _62shebang_27136 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:6013:8: note: previous definition of ‘_62shebang_27136’ with type ‘object’ {aka ‘long int’}
6013 | object _62shebang_27136 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11739:8: error: redefinition of ‘_62default_namespaces_27137’
11739 | object _62default_namespaces_27137 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:6014:8: note: previous definition of ‘_62default_namespaces_27137’ with type ‘object’ {aka ‘long int’}
6014 | object _62default_namespaces_27137 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11740:8: error: redefinition of ‘_62char_class_27138’
11740 | object _62char_class_27138 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:6015:8: note: previous definition of ‘_62char_class_27138’ with type ‘object’ {aka ‘long int’}
6015 | object _62char_class_27138 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11741:8: error: redefinition of ‘_62id_char_27139’
11741 | object _62id_char_27139 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:6016:8: note: previous definition of ‘_62id_char_27139’ with type ‘object’ {aka ‘long int’}
6016 | object _62id_char_27139 = NOVALUE;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11742:8: error: redefinition of ‘_62IncludeStk_27140’
11742 | object _62IncludeStk_27140 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:6017:8: note: previous definition of ‘_62IncludeStk_27140’ with type ‘object’ {aka ‘long int’}
6017 | object _62IncludeStk_27140 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11743:8: error: redefinition of ‘_62FILE_NO_27141’
11743 | object _62FILE_NO_27141 = 1;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:6018:8: note: previous definition of ‘_62FILE_NO_27141’ with type ‘object’ {aka ‘long int’}
6018 | object _62FILE_NO_27141 = 1;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11744:8: error: redefinition of ‘_62LINE_NO_27142’
11744 | object _62LINE_NO_27142 = 2;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:6019:8: note: previous definition of ‘_62LINE_NO_27142’ with type ‘object’ {aka ‘long int’}
6019 | object _62LINE_NO_27142 = 2;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11745:8: error: redefinition of ‘_62FILE_PTR_27143’
11745 | object _62FILE_PTR_27143 = 3;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:6020:8: note: previous definition of ‘_62FILE_PTR_27143’ with type ‘object’ {aka ‘long int’}
6020 | object _62FILE_PTR_27143 = 3;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11746:8: error: redefinition of ‘_62FILE_START_SYM_27144’
11746 | object _62FILE_START_SYM_27144 = 4;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:6021:8: note: previous definition of ‘_62FILE_START_SYM_27144’ with type ‘object’ {aka ‘long int’}
6021 | object _62FILE_START_SYM_27144 = 4;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11747:8: error: redefinition of ‘_62OP_WARNING_27145’
11747 | object _62OP_WARNING_27145 = 5;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:6022:8: note: previous definition of ‘_62OP_WARNING_27145’ with type ‘object’ {aka ‘long int’}
6022 | object _62OP_WARNING_27145 = 5;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11748:8: error: redefinition of ‘_62OP_TRACE_27146’
11748 | object _62OP_TRACE_27146 = 6;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:6023:8: note: previous definition of ‘_62OP_TRACE_27146’ with type ‘object’ {aka ‘long int’}
6023 | object _62OP_TRACE_27146 = 6;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11749:8: error: redefinition of ‘_62OP_TYPE_CHECK_27147’
11749 | object _62OP_TYPE_CHECK_27147 = 7;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:6024:8: note: previous definition of ‘_62OP_TYPE_CHECK_27147’ with type ‘object’ {aka ‘long int’}
6024 | object _62OP_TYPE_CHECK_27147 = 7;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11750:8: error: redefinition of ‘_62OP_PROFILE_TIME_27148’
11750 | object _62OP_PROFILE_TIME_27148 = 8;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:6025:8: note: previous definition of ‘_62OP_PROFILE_TIME_27148’ with type ‘object’ {aka ‘long int’}
6025 | object _62OP_PROFILE_TIME_27148 = 8;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11751:8: error: redefinition of ‘_62OP_PROFILE_STATEMENT_27149’
11751 | object _62OP_PROFILE_STATEMENT_27149 = 9;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:6026:8: note: previous definition of ‘_62OP_PROFILE_STATEMENT_27149’ with type ‘object’ {aka ‘long int’}
6026 | object _62OP_PROFILE_STATEMENT_27149 = 9;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11752:8: error: redefinition of ‘_62OP_DEFINES_27150’
11752 | object _62OP_DEFINES_27150 = 10;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:6027:8: note: previous definition of ‘_62OP_DEFINES_27150’ with type ‘object’ {aka ‘long int’}
6027 | object _62OP_DEFINES_27150 = 10;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11753:8: error: redefinition of ‘_62PREV_OP_WARNING_27151’
11753 | object _62PREV_OP_WARNING_27151 = 11;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:6028:8: note: previous definition of ‘_62PREV_OP_WARNING_27151’ with type ‘object’ {aka ‘long int’}
6028 | object _62PREV_OP_WARNING_27151 = 11;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11754:8: error: redefinition of ‘_62OP_INLINE_27152’
11754 | object _62OP_INLINE_27152 = 12;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:6029:8: note: previous definition of ‘_62OP_INLINE_27152’ with type ‘object’ {aka ‘long int’}
6029 | object _62OP_INLINE_27152 = 12;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11755:8: error: redefinition of ‘_62OP_INDIRECT_INCLUDE_27153’
11755 | object _62OP_INDIRECT_INCLUDE_27153 = 13;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:6030:8: note: previous definition of ‘_62OP_INDIRECT_INCLUDE_27153’ with type ‘object’ {aka ‘long int’}
6030 | object _62OP_INDIRECT_INCLUDE_27153 = 13;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11756:8: error: redefinition of ‘_62PUTBACK_FWD_LINE_NUMBER_27154’
11756 | object _62PUTBACK_FWD_LINE_NUMBER_27154 = 14;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:6031:8: note: previous definition of ‘_62PUTBACK_FWD_LINE_NUMBER_27154’ with type ‘object’ {aka ‘long int’}
6031 | object _62PUTBACK_FWD_LINE_NUMBER_27154 = 14;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11757:8: error: redefinition of ‘_62PUTBACK_FORWARDLINE_27155’
11757 | object _62PUTBACK_FORWARDLINE_27155 = 15;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:6032:8: note: previous definition of ‘_62PUTBACK_FORWARDLINE_27155’ with type ‘object’ {aka ‘long int’}
6032 | object _62PUTBACK_FORWARDLINE_27155 = 15;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11758:8: error: redefinition of ‘_62PUTBACK_FORWARD_BP_27156’
11758 | object _62PUTBACK_FORWARD_BP_27156 = 16;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:6033:8: note: previous definition of ‘_62PUTBACK_FORWARD_BP_27156’ with type ‘object’ {aka ‘long int’}
6033 | object _62PUTBACK_FORWARD_BP_27156 = 16;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11759:8: error: redefinition of ‘_62LAST_FWD_LINE_NUMBER_27157’
11759 | object _62LAST_FWD_LINE_NUMBER_27157 = 17;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:6034:8: note: previous definition of ‘_62LAST_FWD_LINE_NUMBER_27157’ with type ‘object’ {aka ‘long int’}
6034 | object _62LAST_FWD_LINE_NUMBER_27157 = 17;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11760:8: error: redefinition of ‘_62LAST_FORWARDLINE_27158’
11760 | object _62LAST_FORWARDLINE_27158 = 18;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:6035:8: note: previous definition of ‘_62LAST_FORWARDLINE_27158’ with type ‘object’ {aka ‘long int’}
6035 | object _62LAST_FORWARDLINE_27158 = 18;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11761:8: error: redefinition of ‘_62LAST_FORWARD_BP_27159’
11761 | object _62LAST_FORWARD_BP_27159 = 19;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:6036:8: note: previous definition of ‘_62LAST_FORWARD_BP_27159’ with type ‘object’ {aka ‘long int’}
6036 | object _62LAST_FORWARD_BP_27159 = 19;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11762:8: error: redefinition of ‘_62THISLINE_27160’
11762 | object _62THISLINE_27160 = 20;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:6037:8: note: previous definition of ‘_62THISLINE_27160’ with type ‘object’ {aka ‘long int’}
6037 | object _62THISLINE_27160 = 20;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11763:8: error: redefinition of ‘_62FWD_LINE_NUMBER_27161’
11763 | object _62FWD_LINE_NUMBER_27161 = 21;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:6038:8: note: previous definition of ‘_62FWD_LINE_NUMBER_27161’ with type ‘object’ {aka ‘long int’}
6038 | object _62FWD_LINE_NUMBER_27161 = 21;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11764:8: error: redefinition of ‘_62FORWARD_BP_27162’
11764 | object _62FORWARD_BP_27162 = 22;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:6039:8: note: previous definition of ‘_62FORWARD_BP_27162’ with type ‘object’ {aka ‘long int’}
6039 | object _62FORWARD_BP_27162 = 22;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11765:8: error: redefinition of ‘_62qualified_fwd_27163’
11765 | object _62qualified_fwd_27163 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:6040:8: note: previous definition of ‘_62qualified_fwd_27163’ with type ‘object’ {aka ‘long int’}
6040 | object _62qualified_fwd_27163 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11766:8: error: redefinition of ‘_62SOURCE_CHUNK_27245’
11766 | object _62SOURCE_CHUNK_27245 = 10000;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:6041:8: note: previous definition of ‘_62SOURCE_CHUNK_27245’ with type ‘object’ {aka ‘long int’}
6041 | object _62SOURCE_CHUNK_27245 = 10000;
| ^~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11767:8: error: redefinition of ‘_62LINE_BUFLEN_27247’
11767 | object _62LINE_BUFLEN_27247 = 400;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:6042:8: note: previous definition of ‘_62LINE_BUFLEN_27247’ with type ‘object’ {aka ‘long int’}
6042 | object _62LINE_BUFLEN_27247 = 400;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11768:8: error: redefinition of ‘_62current_source_27249’
11768 | object _62current_source_27249 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:6043:8: note: previous definition of ‘_62current_source_27249’ with type ‘object’ {aka ‘long int’}
6043 | object _62current_source_27249 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11769:8: error: redefinition of ‘_62current_source_next_27250’
11769 | object _62current_source_next_27250 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:6044:8: note: previous definition of ‘_62current_source_next_27250’ with type ‘object’ {aka ‘long int’}
6044 | object _62current_source_next_27250 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11770:8: error: redefinition of ‘_62dont_read_27448’
11770 | object _62dont_read_27448 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:6045:8: note: previous definition of ‘_62dont_read_27448’ with type ‘object’ {aka ‘long int’}
6045 | object _62dont_read_27448 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11771:8: error: redefinition of ‘_62repl_line_was_read_27452’
11771 | object _62repl_line_was_read_27452 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:6046:8: note: previous definition of ‘_62repl_line_was_read_27452’ with type ‘object’ {aka ‘long int’}
6046 | object _62repl_line_was_read_27452 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11772:8: error: redefinition of ‘_62scanner_rid_27810’
11772 | object _62scanner_rid_27810 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:6047:8: note: previous definition of ‘_62scanner_rid_27810’ with type ‘object’ {aka ‘long int’}
6047 | object _62scanner_rid_27810 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11773:8: error: redefinition of ‘_62MAXCHK2_28480’
11773 | object _62MAXCHK2_28480 = 2305843009213693949LL;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:6048:8: note: previous definition of ‘_62MAXCHK2_28480’ with type ‘object’ {aka ‘long int’}
6048 | object _62MAXCHK2_28480 = 2305843009213693949LL;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11774:8: error: redefinition of ‘_62MAXCHK8_28482’
11774 | object _62MAXCHK8_28482 = 576460752303423479LL;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:6049:8: note: previous definition of ‘_62MAXCHK8_28482’ with type ‘object’ {aka ‘long int’}
6049 | object _62MAXCHK8_28482 = 576460752303423479LL;
| ^~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11775:8: error: redefinition of ‘_62MAXCHK10_28484’
11775 | object _62MAXCHK10_28484 = 461168601842738782LL;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:6050:8: note: previous definition of ‘_62MAXCHK10_28484’ with type ‘object’ {aka ‘long int’}
6050 | object _62MAXCHK10_28484 = 461168601842738782LL;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11776:8: error: redefinition of ‘_62MAXCHK16_28486’
11776 | object _62MAXCHK16_28486 = 288230376151711728LL;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:6051:8: note: previous definition of ‘_62MAXCHK16_28486’ with type ‘object’ {aka ‘long int’}
6051 | object _62MAXCHK16_28486 = 288230376151711728LL;
| ^~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11777:8: error: redefinition of ‘_62common_int_text_28490’
11777 | object _62common_int_text_28490 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:6052:8: note: previous definition of ‘_62common_int_text_28490’ with type ‘object’ {aka ‘long int’}
6052 | object _62common_int_text_28490 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11778:8: error: redefinition of ‘_62common_ints_28509’
11778 | object _62common_ints_28509 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:6053:8: note: previous definition of ‘_62common_ints_28509’ with type ‘object’ {aka ‘long int’}
6053 | object _62common_ints_28509 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11779:8: error: redefinition of ‘_62might_be_namespace_28800’
11779 | object _62might_be_namespace_28800 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:6054:8: note: previous definition of ‘_62might_be_namespace_28800’ with type ‘object’ {aka ‘long int’}
6054 | object _62might_be_namespace_28800 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11780:8: error: redefinition of ‘_62nbase_28803’
11780 | object _62nbase_28803 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:6055:8: note: previous definition of ‘_62nbase_28803’ with type ‘object’ {aka ‘long int’}
6055 | object _62nbase_28803 = NOVALUE;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11781:8: error: redefinition of ‘_62nbasecode_28804’
11781 | object _62nbasecode_28804 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:6056:8: note: previous definition of ‘_62nbasecode_28804’ with type ‘object’ {aka ‘long int’}
6056 | object _62nbasecode_28804 = NOVALUE;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11782:8: error: redefinition of ‘_62hexasc_28806’
11782 | object _62hexasc_28806 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:6057:8: note: previous definition of ‘_62hexasc_28806’ with type ‘object’ {aka ‘long int’}
6057 | object _62hexasc_28806 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11783:8: error: redefinition of ‘_59np_30061’
11783 | object _59np_30061 = NOVALUE;
| ^~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:6058:8: note: previous definition of ‘_59np_30061’ with type ‘object’ {aka ‘long int’}
6058 | object _59np_30061 = NOVALUE;
| ^~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11784:8: error: redefinition of ‘_59pc_30062’
11784 | object _59pc_30062 = NOVALUE;
| ^~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:6059:8: note: previous definition of ‘_59pc_30062’ with type ‘object’ {aka ‘long int’}
6059 | object _59pc_30062 = NOVALUE;
| ^~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11785:8: error: redefinition of ‘_59MAXLEN_30063’
11785 | object _59MAXLEN_30063 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:6060:8: note: previous definition of ‘_59MAXLEN_30063’ with type ‘object’ {aka ‘long int’}
6060 | object _59MAXLEN_30063 = NOVALUE;
| ^~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11786:8: error: redefinition of ‘_59INT16_30067’
11786 | object _59INT16_30067 = 32767;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:6061:8: note: previous definition of ‘_59INT16_30067’ with type ‘object’ {aka ‘long int’}
6061 | object _59INT16_30067 = 32767;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11787:8: error: redefinition of ‘_59INT15_30068’
11787 | object _59INT15_30068 = 16383;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:6062:8: note: previous definition of ‘_59INT15_30068’ with type ‘object’ {aka ‘long int’}
6062 | object _59INT15_30068 = 16383;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11788:8: error: redefinition of ‘_59INT32_30070’
11788 | object _59INT32_30070 = 2147483647;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:6063:8: note: previous definition of ‘_59INT32_30070’ with type ‘object’ {aka ‘long int’}
6063 | object _59INT32_30070 = 2147483647;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11789:8: error: redefinition of ‘_59INT31_30072’
11789 | object _59INT31_30072 = 1073741823;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:6064:8: note: previous definition of ‘_59INT31_30072’ with type ‘object’ {aka ‘long int’}
6064 | object _59INT31_30072 = 1073741823;
| ^~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11790:8: error: redefinition of ‘_59M_COMPLETE_30073’
11790 | object _59M_COMPLETE_30073 = 0;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:6065:8: note: previous definition of ‘_59M_COMPLETE_30073’ with type ‘object’ {aka ‘long int’}
6065 | object _59M_COMPLETE_30073 = 0;
| ^~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11791:8: error: redefinition of ‘_59M_PALETTE_30074’
11791 | object _59M_PALETTE_30074 = 3;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:6066:8: note: previous definition of ‘_59M_PALETTE_30074’ with type ‘object’ {aka ‘long int’}
6066 | object _59M_PALETTE_30074 = 3;
| ^~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11792:8: error: redefinition of ‘_59M_SOCK_INFO_30075’
11792 | object _59M_SOCK_INFO_30075 = 4;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:6067:8: note: previous definition of ‘_59M_SOCK_INFO_30075’ with type ‘object’ {aka ‘long int’}
6067 | object _59M_SOCK_INFO_30075 = 4;
| ^~~~~~~~~~~~~~~~~~~~
/home/bugmagnet/euphoria/source/build/backobj/init-.c:11793:8: error: redefinition of ‘_59M_GRAPHICS_MODE_30076’
11793 | object _59M_GRAPHICS_MODE_30076 = 5;
|
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment