X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fruntime%2Fc-as-asm%2FStgMiniInt.lc;h=aa4d0e4ac727dd21fde39bbb132ebdbe5f156de2;hb=063eda14b18aadc138bc27eb460e1af93b09ca9b;hp=eaa811f90c4c63326f44d8111aefd1a5d1547668;hpb=9d4c03805bafb6b1e1d47306b6a6c591c998e517;p=ghc-hetmet.git diff --git a/ghc/runtime/c-as-asm/StgMiniInt.lc b/ghc/runtime/c-as-asm/StgMiniInt.lc index eaa811f..aa4d0e4 100644 --- a/ghc/runtime/c-as-asm/StgMiniInt.lc +++ b/ghc/runtime/c-as-asm/StgMiniInt.lc @@ -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)