diff options
Diffstat (limited to 'backendC/CleanCompilerSources/compiler.h')
-rw-r--r-- | backendC/CleanCompilerSources/compiler.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/backendC/CleanCompilerSources/compiler.h b/backendC/CleanCompilerSources/compiler.h new file mode 100644 index 0000000..98424ef --- /dev/null +++ b/backendC/CleanCompilerSources/compiler.h @@ -0,0 +1,5 @@ + +extern Bool Compile (char *fname,char *ouput_file_name); +#ifdef _MAC_ + extern void FreePathList (void); +#endif |