X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/3c9700d8d045f3ff26ce5dd2a174454dafc14822..017a82124bf2ea39ced5aa4c8f969c18b3c2fb90:/zotnet/mf/mf.c 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();