diff options
Diffstat (limited to 'backendC/CleanCompilerSources/instructions.h')
-rw-r--r-- | backendC/CleanCompilerSources/instructions.h | 1 |
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); |