src/d2c/runtime/melange exports.dylan,1.9,1.10
Andreas Bogk
andreas at cantor.gwydiondylan.org
Fri Nov 1 22:41:35 CET 2002
Update of /var/lib/cvs/src/d2c/runtime/melange
In directory cantor:/tmp/cvs-serv1376/d2c/runtime/melange
Modified Files:
exports.dylan
Log Message:
Make DUIM compile again.
without-bounds-checks as exported from extensions is a no-op, for
the real thing, import from module Magic. You need to submit three
hand-written exemplars of form 27B/6 and need approval from the Cabal
before you're allowed to touch Magic.
Index: exports.dylan
===================================================================
RCS file: /var/lib/cvs/src/d2c/runtime/melange/exports.dylan,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- exports.dylan 17 Mar 2002 13:24:33 -0000 1.9
+++ exports.dylan 1 Nov 2002 21:40:58 -0000 1.10
@@ -40,7 +40,7 @@
c-expr, c-struct-field, c-struct-field-setter,
callback-method, callback-entry};
- use magic;
+ use magic, exclude: {\without-bounds-checks };
export
c-variable-ref, c-variable-ref-setter,
More information about the chatter
mailing list