UNDO: FIX #2375: remove oc->lochash completely, it apparently isn't used
[ghc-hetmet.git] / rts / LinkerInternals.h
index 561a224..f081e62 100644 (file)
@@ -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;