logo       
Google Custom Search
    AddThis Social Bookmark Button

src/d2c/runtime/dylan output.dylan,1.10,1.10.2.1: msg#00129

Subject: src/d2c/runtime/dylan output.dylan,1.10,1.10.2.1
Update of /var/lib/cvs/src/d2c/runtime/dylan
In directory cantor:/tmp/cvs-serv878

Modified Files:
      Tag: gd-2-3-newio
        output.dylan 
Log Message:
Get rid of the old "backwards-compatible" format().


Index: output.dylan
===================================================================
RCS file: /var/lib/cvs/src/d2c/runtime/dylan/output.dylan,v
retrieving revision 1.10
retrieving revision 1.10.2.1
diff -u -d -r1.10 -r1.10.2.1
--- output.dylan        22 Oct 2003 20:47:22 -0000      1.10
+++ output.dylan        22 Feb 2004 05:33:30 -0000      1.10.2.1
@@ -31,13 +31,6 @@
 
 c-system-include("stdio.h");
 
-// XXX - We export this, instead of cheap-format, for reasons of backwards
-// compatibility. Somebody should find out what Harlequin does, and fix
-// this to work like their implementation.
-define method format (str :: <byte-string>, #rest args) => ();
-  apply(cheap-format, #"Cheap-IO", str, args);
-end;
-
 define method cheap-format
     (fake-stream :: <symbol>, str :: <byte-string>, #rest args)
  => ()

_______________________________________________
Gd-chatter mailing list
Gd-chatter@xxxxxxxxxxxxxxxx
http://www.gwydiondylan.org/mailman/listinfo/gd-chatter




Try Searching:
servers, voip, java, networking, microsoft ...
<Prev in Thread] Current Thread [Next in Thread>