X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=zotnet%2Fmf%2Fmf.c;h=ab6dfa47d823c9ddb0f3a2bcbe376c04f940cda3;hb=278a48ef53b5dde10d7c88f67f51ce15ad11c0c0;hp=d1db19fc11a93024156c114d7cd21320fbfb19c5;hpb=3c9700d8d045f3ff26ce5dd2a174454dafc14822;p=mmh diff --git a/zotnet/mf/mf.c b/zotnet/mf/mf.c index d1db19f..ab6dfa4 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();