Update of /var/lib/cvs/src/d2c/compiler/main
In directory cantor:/tmp/cvs-serv13119/main
Modified Files:
main-exports.dylan
Log Message:
Always preserve source location when copying around fragments, keep track
of number of instantiations of unknown source locations.
Also, make source-location-spanning and source-location-between work when
only one of the arguments passed is a known source location.
Index: main-exports.dylan
===================================================================
RCS file: /var/lib/cvs/src/d2c/compiler/main/main-exports.dylan,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- main-exports.dylan 6 Jul 2003 03:50:01 -0000 1.16
+++ main-exports.dylan 21 Dec 2003 14:26:59 -0000 1.17
@@ -45,7 +45,7 @@
define module main
use common;
- use Extensions, exclude: {element-type};
+ use Extensions, exclude: {element-type, value};
#if (mindy)
use System, import: {system, copy-bytes, getenv, collect-garbage};
#else
_______________________________________________
Gd-chatter mailing list
Gd-chatter@xxxxxxxxxxxxxxxx
http://www.gwydiondylan.org/mailman/listinfo/gd-chatter
|
|