blob: d1ca614e7845f61f7cd298124066d719ccc837a8 [file] [log] [blame]
/* colon.c, created from colon.def. */
#line 22 "./colon.def"
#line 34 "./colon.def"
#line 43 "./colon.def"
#line 52 "./colon.def"
/* Return a successful result. */
int
colon_builtin (ignore)
char *ignore;
{
return (0);
}
/* Return an unsuccessful result. */
int
false_builtin (ignore)
char *ignore;
{
return (1);
}