mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-05 03:07:19 +01:00
* except_native.inc renamed except_legacy.inc
This commit is contained in:
parent
22d010b905
commit
6b133a30cf
@ -1401,7 +1401,7 @@ end;
|
||||
{$if defined(FPC_WASM_EXNREF_EXCEPTIONS)}
|
||||
{$I except_exnref.inc}
|
||||
{$elseif defined(FPC_WASM_NATIVE_EXCEPTIONS)}
|
||||
{$I except_native.inc}
|
||||
{$I except_legacy.inc}
|
||||
{$elseif defined(FPC_WASM_BRANCHFUL_EXCEPTIONS)}
|
||||
{$I except_branchful.inc}
|
||||
{$else}
|
||||
|
||||
@ -2,5 +2,5 @@
|
||||
# Here we set processor dependent include file names.
|
||||
#
|
||||
|
||||
CPUNAMES=except_exnref except_native except_branchful
|
||||
CPUNAMES=except_exnref except_legacy except_branchful
|
||||
CPUINCNAMES=$(addsuffix .inc,$(CPUNAMES))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user