summaryrefslogtreecommitdiff
path: root/globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'globals.h')
-rw-r--r--globals.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/globals.h b/globals.h
index 076a1ee..3dbda38 100644
--- a/globals.h
+++ b/globals.h
@@ -16,4 +16,10 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+#import <Foundation/NSObject.h>
+
+
extern id MLKEndOfArgumentsMarker;
+
+extern id MLKDefaultCompiler;
+extern BOOL MLKLoadCompilesP;