X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fdocs%2Fusers_guide%2Fglasgow_exts.lit;h=f09235b4c56def6e054179754c4fd4e7cfaa2d83;hb=c6c43e43be1f913cd90cb7cb5bb87e90e6552691;hp=e480f8c005cade90ae471c830ed193a2e6574fe8;hpb=063eda14b18aadc138bc27eb460e1af93b09ca9b;p=ghc-hetmet.git diff --git a/ghc/docs/users_guide/glasgow_exts.lit b/ghc/docs/users_guide/glasgow_exts.lit index e480f8c..f09235b 100644 --- a/ghc/docs/users_guide/glasgow_exts.lit +++ b/ghc/docs/users_guide/glasgow_exts.lit @@ -249,11 +249,11 @@ For example, typedef unsigned long *StgMallocPtr; typedef long StgInt; -extern void initialiseEFS PROTO( (StgInt size) ); -extern StgInt terminateEFS (); -extern StgMallocPtr emptyEFS(); -extern StgMallocPtr updateEFS PROTO( (StgMallocPtr a, StgInt i, StgInt x) ); -extern StgInt lookupEFS PROTO( (StgMallocPtr a, StgInt i) ); +void initialiseEFS PROTO( (StgInt size) ); +StgInt terminateEFS (); +StgMallocPtr emptyEFS(); +StgMallocPtr updateEFS PROTO( (StgMallocPtr a, StgInt i, StgInt x) ); +StgInt lookupEFS PROTO( (StgMallocPtr a, StgInt i) ); \end{verbatim} You can find appropriate definitions for \tr{StgInt},