MOO-cows Mailing List Archive

[Prev][Next][Index][Thread]

Don't support non-suspending input any more?



In execute.c (1.8.0alpha1):

void
register_execute(void)
{
    register_function("raise", 1, 3, bf_raise, TYPE_ANY, TYPE_STR, TYPE_ANY);
    register_function("suspend", 1, 1, bf_suspend, TYPE_NUM);
->  register_function("read", 0, 1, bf_read, TYPE_OBJ);
                              ^^^^^          ^^^^^^^^
    register_function("seconds_left", 0, 0, bf_seconds_left);
    register_function("ticks_left", 0, 0, bf_ticks_left);

I've wasted almost 3 hours thinking "what's wrong?", but it's not my fault..

Ahn, Jin-su    (jsahn@ee.snu.ac.kr)
School of Electrical Engineering
Seoul National University, Korea



Home | Subject Index | Thread Index