소스 검색

Fix compilation by fixing typo -.-

git-svn-id: trunk@33954 -
svenbarth 9 년 전
부모
커밋
18e6ea0ec8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      compiler/options.pas

+ 1 - 1
compiler/options.pas

@@ -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