mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 14:09:59 +02:00
Fix compilation by fixing typo -.-
git-svn-id: trunk@33954 -
This commit is contained in:
parent
614c4f47a6
commit
18e6ea0ec8
@ -4081,7 +4081,7 @@ begin
|
||||
def_system_macro('FPC_HAS_DYNAMIC_PACKAGES');
|
||||
|
||||
if target_info.system in systems_indirect_var_imports then
|
||||
def_system_marco('FPC_HAS_INDIRECT_VAR_ACCESS');
|
||||
def_system_macro('FPC_HAS_INDIRECT_VAR_ACCESS');
|
||||
|
||||
for i:=low(tfeature) to high(tfeature) do
|
||||
if i in features then
|
||||
|
Loading…
Reference in New Issue
Block a user