[project @ 1998-11-26 09:17:22 by sof]
[ghc-hetmet.git] / ghc / runtime / c-as-asm / StgMiniInt.lc
index eaa811f..aa4d0e4 100644 (file)
@@ -107,7 +107,7 @@ save and restore the whole of @jmp_environment@.
 \begin{code}
 static jmp_buf jmp_environment;
 
-extern void bcopy PROTO((char *, char *, int)); /*ToDo: properly?*/
+void bcopy PROTO((char *, char *, int)); /*ToDo: properly?*/
 
 void
 miniInterpret(start_cont)