Browse thread
*s ignored on windows gui
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | David Brown <caml-list@d...> |
| Subject: | Re: [Caml-list] *s ignored on windows gui |
On Tue, Oct 26, 2004 at 05:49:20PM +0200, Alex Baretta wrote: > ># print_string "**e";; > >e- : unit = () > > Try flushing stdout. I don't think it will help, since the 'e' is getting printed, just not the '*'s before it. I don't see anything in the source that looks like it would cause this problem, but there might be something subtle. Did it happen with 3.07? The windows code changed quite a bit between. Dave