X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FHash.h;h=727c04298c8c05e75d259527c72620a5d59c9713;hb=0885017a4e92fe5710d1427c214adb87b92987e5;hp=1099b8f334a833c8f9f5a013bed446f0e3f04390;hpb=9a9803e8dc80ba41bd3e2d31228e64fa6b61060e;p=ghc-hetmet.git diff --git a/rts/Hash.h b/rts/Hash.h index 1099b8f..727c042 100644 --- a/rts/Hash.h +++ b/rts/Hash.h @@ -9,7 +9,7 @@ #ifndef HASH_H #define HASH_H -BEGIN_RTS_PRIVATE +#include "BeginPrivate.h" typedef struct hashtable HashTable; /* abstract */ @@ -47,7 +47,7 @@ void freeHashTable ( HashTable *table, void (*freeDataFun)(void *) ); void exitHashTable ( void ); -END_RTS_PRIVATE +#include "EndPrivate.h" #endif /* HASH_H */