c1/DragonFly__C1Utilities.st
changeset 15 eccc20e9c2e1
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/c1/DragonFly__C1Utilities.st	Wed Jan 27 08:34:29 2016 +0000
@@ -0,0 +1,23 @@
+"{ Package: 'jv:dragonfly/c1' }"
+
+"{ NameSpace: DragonFly }"
+
+Object subclass:#C1Utilities
+	instanceVariableNames:''
+	classVariableNames:''
+	poolDictionaries:''
+	category:'DragonFly-C1-Utilities'
+!
+
+!C1Utilities primitiveDefinitions!
+%{
+
+/*
+ * includes, defines, structure definitions
+ * and typedefs come here.
+ */
+#include "../librun/mcompiler.h"
+
+%}
+! !
+