[Gd-chatter] r10992 - trunk/libraries/interfaces

hannes at gwydiondylan.org hannes at gwydiondylan.org
Sun Nov 26 18:55:40 CET 2006


Author: hannes
Date: Sun Nov 26 18:55:35 2006
New Revision: 10992

Modified:
   trunk/libraries/interfaces/module.dylan
Log:
Bug: 7299
*remove big-integers and machine-word modules from library interfaces.
*the use of big-integers produced the following error when compiling
 (was not there when using clean mode):
  Internal error: : Module #"big-integers" not defined in {<full-library>}
  and no default was supplied


Modified: trunk/libraries/interfaces/module.dylan
==============================================================================
--- trunk/libraries/interfaces/module.dylan	(original)
+++ trunk/libraries/interfaces/module.dylan	Sun Nov 26 18:55:35 2006
@@ -12,11 +12,9 @@
   use standard-io;
   use functional-dylan, import: { <byte-character> };
   use dylan-extensions, import: { <byte> };
-  use unix-sockets, exclude: { send };
+  use unix-sockets, exclude: { send, connect };
   use C-FFI;
   use dylan-direct-c-ffi;
-  use machine-words;
-  use big-integers;
   use flow;
   use packetizer, import: { parse-frame, assemble-frame, packet };
   use ethernet, import: { <ethernet-frame> };



More information about the chatter mailing list