lib: fix method FDStream::write_char
authorAlexis Laferrière <alexis.laf@xymus.net>
Wed, 30 Jan 2013 20:52:02 +0000 (15:52 -0500)
committerAlexis Laferrière <alexis.laf@xymus.net>
Fri, 1 Feb 2013 20:54:51 +0000 (15:54 -0500)
commitadbf39fb9f8c2df3bc23b5de7dfba34f5058c1e4
tree1a21f9db49235631095747dbb8efc3cd004eee67
parentc0316e522d0d8053c0fb155bf1fbd14979a12202
lib: fix method FDStream::write_char

This function was only partially implemented in C without being defined in
Nit. This commits removes the partial implementation which triggered a warning
at compilation and replaces it by a working and accessible method using
the legacy native interface.

Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>
lib/standard/stream.nit
lib/standard/stream_nit.c
lib/standard/stream_nit.h