On Mon, Jul 03, 2017 at 04:29:23PM +0200, Alexander Burger wrote:
> Hi Mike,
> 
> > > noticed that the code still has
> > >
> > > #ifdef __CYGWIN__
> > > #include <sys/file.h>
> > > #define fcntl(fd,cmd,fl) 0
> > > #endif
> > >
> > 
> > ​on my cygwin it compiles and pass buildin tests without code above
> 
> Cool! So I can safely remove it? It looks ugly indeed ;)

Looking at it, there are move such "ifndef __CYGWIN__" lines, besides the above
from "src/io.c" alsoin "src/pico.h" and "src/main.c".

Rather ugly stuff, even renaming 'main' to 'main2'. I would be glad to throw all
that garbage out.

♪♫ Alex

-- 
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Reply via email to