Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2007-02-28 23:56:53 -0800 (Wed, 28 Feb 2007)
Revision: 10130
Log message:

      Minor changes for readline.c to compile on Win32 (untested).
      
      Sometime, the "warnings as errors" flag was added as a Win32
      C compilation flag.  This seems borken, since the OCaml manual
      suggest to ignore the errors.  In the meantime, I added some
         (void) caml__dummy_request;
      lines to avoid the error, but this is nonportable.  We should
      probably turn off "warnings as errors" in the few selected
      cases where this happens.
      

Changes  Path
+11 -4 omake-branches/0.9.8.x/src/clib/readline.c