diff options
Diffstat (limited to 'rts/RtsSymbols.h')
| -rw-r--r-- | rts/RtsSymbols.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/RtsSymbols.h b/rts/RtsSymbols.h index b17c56e0dd..0efc16be0f 100644 --- a/rts/RtsSymbols.h +++ b/rts/RtsSymbols.h @@ -21,7 +21,7 @@  typedef struct _RtsSymbolVal {      const SymbolName* lbl;      SymbolAddr* addr; -    bool weak; +    SymStrength strength;  } RtsSymbolVal;  extern RtsSymbolVal rtsSyms[];  | 
