X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FLinkerInternals.h;h=8dc6441dde4ce040878157af03b0bb622e26eba2;hb=661c97c65e5fa47177502e592bb763f752b487ac;hp=f081e62894bdd34769fba8346b9dc4db5af53026;hpb=8a0ecec80d684468a4080f5852521b3ef0a60958;p=ghc-hetmet.git diff --git a/rts/LinkerInternals.h b/rts/LinkerInternals.h index f081e62..8dc6441 100644 --- a/rts/LinkerInternals.h +++ b/rts/LinkerInternals.h @@ -85,9 +85,6 @@ typedef struct _ObjectCode { list. */ Section* sections; - /* A private hash table for local symbols. */ - HashTable* lochash; - /* Allow a chain of these things */ struct _ObjectCode * next; @@ -112,4 +109,6 @@ typedef struct _ObjectCode { extern ObjectCode *objects; +void exitLinker( void ); + #endif /* LINKERINTERNALS_H */