About
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/Rtreemix@75418 bc3139a8-67e5-0310-9ffc-ced21a209358
new file mode 100644
@@ -0,0 +1,9 @@
+#include <Rdefines.h>
+#include "include/Rtreemix_patch.h"
+
+void _Rtreemix_exit(int status)
+{
+ Rf_error
+ ("internal: mtreemix invoked 'exit(%d)'; see warnings() and restart R",
+ status);
+}