2 warn.cc -- implement warnings
4 source file of the Flower Library
6 (c) 1997--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
18 fputs (s
.to_str0 (), stderr
);
25 message (_f ("warning: %s\n", s
.to_str0 ()));
29 non_fatal_error (String s
)
31 message (_f ("error: %s\n", s
.to_str0 ()));
42 programming_error (String s
)
44 message (_f ("programming error: %s (Continuing; cross thumbs)\n",