X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Finterpreter%2Fstorage.h;h=4949a40d0daaebe859e420f770f6be80dfd43b24;hb=8024af4b826b99febe00cd566c409087687b5ea7;hp=e05bfb2f3e760f899f35b0581fa1c3e436005063;hpb=11239ef19f0253309d55477a8fbf0e476c4b10a3;p=ghc-hetmet.git diff --git a/ghc/interpreter/storage.h b/ghc/interpreter/storage.h index e05bfb2..4949a40 100644 --- a/ghc/interpreter/storage.h +++ b/ghc/interpreter/storage.h @@ -10,8 +10,8 @@ * included in the distribution. * * $RCSfile: storage.h,v $ - * $Revision: 1.41 $ - * $Date: 2000/04/06 14:23:55 $ + * $Revision: 1.42 $ + * $Date: 2000/04/07 16:25:20 $ * ------------------------------------------------------------------------*/ #define DEBUG_STORAGE /* a moderate level of sanity checking */ @@ -634,7 +634,8 @@ extern char* nameFromOPtr ( void* ); extern void addSection ( Module,void*,void*,OSectionKind ); extern OSectionKind lookupSection ( void* ); -extern void* lookupOExtraTabName ( char* sym ); +extern void* lookupOExtraTabName ( char* sym ); +extern void* lookupOTabNameAbsolutelyEverywhere ( char* sym ); #define isPrelude(m) (m==modulePrelude)