[bitc-dev] string output broken
Tom Bachmann
e_mc_h2 at web.de
Sat Jun 24 15:53:45 EDT 2006
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
One of the commits seems to have broken string output (or something
related; or I do compile it the wrong way). I broke it down to this
minimal basic example:
(bitc-version "0.10")
(provide main bitc.main)
(import stdio bitc.stdio)
(define (main.main argv:(vector string))
(stdio.write-string stdio.stdout "hello\n")
(the int32 0))
Bitcc compiles it cleanly, but it segfaults at runtime.
- --
- -ness-
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (GNU/Linux)
iD8DBQFEnZhJvD/ijq9JWhsRAmB8AJ41p4zV5NgJN3UEYzMf2mpcwWlTWwCfVzoh
vntbTpYA0p+be2Sm9wZHx+0=
=/H6e
-----END PGP SIGNATURE-----
More information about the bitc-dev
mailing list