Skip to content
Snippets Groups Projects
Commit 0870b751 authored by sof's avatar sof
Browse files

[project @ 1997-03-14 03:13:24 by sof]

Remnant from MallocPtr days removed
parent aad1152e
No related merge requests found
\section{FreeForeignObj}
ToDo: obliterate -- SOF
This is the default definition of freeForeignObj. It is a file by
itself so that the linker can choose to ignore it if it has already
seen a definition of freeForeignObj.
\begin{code}
#include "rtsdefs.h"
void
freeForeignObj (StgForeignObj mp)
{
fprintf(stderr, "Error: No deallocation routine for ForeignObj %lx\n", (W_) mp);
EXIT(EXIT_FAILURE);
}
\end{code}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment