- use bb_error_msg

This commit is contained in:
Bernhard Reutner-Fischer 2007-04-02 17:01:22 +00:00
parent 8025afad8a
commit cea0a8bccb

View File

@ -219,7 +219,7 @@ static VALUE *docolon(VALUE * sv, VALUE * pv)
tostring(pv);
if (pv->u.s[0] == '^') {
fprintf(stderr, "\
bb_error_msg("\
warning: unportable BRE: `%s': using `^' as the first character\n\
of a basic regular expression is not portable; it is being ignored", pv->u.s);
}