X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=rts%2FLinkerInternals.h;fp=rts%2FLinkerInternals.h;h=f081e62894bdd34769fba8346b9dc4db5af53026;hp=561a224a09de96afa86f2e44e46abe52c6572a7a;hb=8a0ecec80d684468a4080f5852521b3ef0a60958;hpb=c79f08fa35772ea6294bacecbe2bd14ee50c6a94 diff --git a/rts/LinkerInternals.h b/rts/LinkerInternals.h index 561a224..f081e62 100644 --- a/rts/LinkerInternals.h +++ b/rts/LinkerInternals.h @@ -85,6 +85,9 @@ typedef struct _ObjectCode { list. */ Section* sections; + /* A private hash table for local symbols. */ + HashTable* lochash; + /* Allow a chain of these things */ struct _ObjectCode * next;