diff options
Diffstat (limited to 'frontend/checksupport.dcl')
-rw-r--r-- | frontend/checksupport.dcl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/frontend/checksupport.dcl b/frontend/checksupport.dcl index 260ec66..6bcb119 100644 --- a/frontend/checksupport.dcl +++ b/frontend/checksupport.dcl @@ -100,12 +100,14 @@ cConversionTableSize :== 10 , icl_common :: !.CommonDefs , icl_import :: !{!Declaration} , icl_imported_objects :: ![ImportedObject] - , icl_foreign_exports :: ![FunDefIndex] + , icl_foreign_exports :: ![ForeignExport] , icl_used_module_numbers :: !NumberSet , icl_copied_from_dcl :: !CopiedDefinitions , icl_modification_time :: !{#Char} } +:: ForeignExport = {fe_fd_index :: !FunDefIndex, fe_stdcall :: !Bool} + :: DclModule = { dcl_name :: !Ident , dcl_functions :: !{# FunType } |