Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
0870b751
Commit
0870b751
authored
Mar 14, 1997
by
sof
Browse files
[project @ 1997-03-14 03:13:24 by sof]
Remnant from MallocPtr days removed
parent
aad1152e
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/runtime/hooks/FreeForeignObj.lc
deleted
100644 → 0
View file @
aad1152e
\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}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment