aboutsummaryrefslogtreecommitdiff
path: root/backendC/CleanCompilerSources/instructions.h
diff options
context:
space:
mode:
authorjohnvg2003-12-15 13:54:48 +0000
committerjohnvg2003-12-15 13:54:48 +0000
commit285bc89bfa98f14cf5687436d39ce956ad4ac0ba (patch)
tree5fdd950ed89fad27803b6e61f50fab4f695beb15 /backendC/CleanCompilerSources/instructions.h
parentfix #! with constructor pattern match or record with one field (diff)
add foreign export
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1433 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'backendC/CleanCompilerSources/instructions.h')
-rw-r--r--backendC/CleanCompilerSources/instructions.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/backendC/CleanCompilerSources/instructions.h b/backendC/CleanCompilerSources/instructions.h
index 25c2400..e42914b 100644
--- a/backendC/CleanCompilerSources/instructions.h
+++ b/backendC/CleanCompilerSources/instructions.h
@@ -183,6 +183,7 @@ void GenDepend (char *modname);
#endif
void GenEndInfo (void);
void GenSystemImports (void);
+void GenerateForeignExports (struct foreign_export_list *foreign_export_p);
void GenStart (SymbDef startsymb);
void InitFileInfo (ImpMod imod);