X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/3c9700d8d045f3ff26ce5dd2a174454dafc14822..9db4e02f086c65f82f28260f6b3809d54a49ea72:/zotnet/mf/mf.c?ds=sidebyside diff --git a/zotnet/mf/mf.c b/zotnet/mf/mf.c index d1db19fc..ab6dfa47 100644 --- a/zotnet/mf/mf.c +++ b/zotnet/mf/mf.c @@ -31,7 +31,9 @@ getcpy (char *s) register char *p; if (!s) { - _cleanup(); +/* causes compiles to blow up because the symbol _cleanup is undefined + where did this ever come from? */ + /* _cleanup(); */ abort(); for(;;) pause();