浏览代码

- disallow mixing 'export' and 'interrupt' for the same procedure

git-svn-id: trunk@31836 -
nickysn 10 年之前
父节点
当前提交
c513cec740
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compiler/pdecsub.pas

+ 1 - 1
compiler/pdecsub.pas

@@ -2499,7 +2499,7 @@ const
       mutexclpocall : [pocall_internproc,pocall_cdecl,pocall_cppdecl,pocall_stdcall,pocall_mwpascal,
       mutexclpocall : [pocall_internproc,pocall_cdecl,pocall_cppdecl,pocall_stdcall,pocall_mwpascal,
                        pocall_pascal,pocall_far16,pocall_oldfpccall];
                        pocall_pascal,pocall_far16,pocall_oldfpccall];
       mutexclpotype : [potype_constructor,potype_destructor,potype_operator,potype_class_constructor,potype_class_destructor];
       mutexclpotype : [potype_constructor,potype_destructor,potype_operator,potype_class_constructor,potype_class_destructor];
-      mutexclpo     : [po_external,po_inline]
+      mutexclpo     : [po_external,po_inline,po_exports]
     ),(
     ),(
       idtok:_IOCHECK;
       idtok:_IOCHECK;
       pd_flags : [pd_implemen,pd_body,pd_notobjintf];
       pd_flags : [pd_implemen,pd_body,pd_notobjintf];