]> git.sur5r.net Git - cc65/blobdiff - src/cc65/compile.h
Improved implementation of OptPushPop
[cc65] / src / cc65 / compile.h
index a6fc9f48655b1877fa1b89b945548b9e75ab282c..e1be3ee240464623127e2fd5d4135b3d351776de 100644 (file)
@@ -44,7 +44,7 @@
 
 
 
-void Compile (void);
+void Compile (const char* FileName);
 /* Top level compile routine. Will setup things and call the parser. */