• Ondřej Zajíček's avatar
    fixes some 64-bit related bugs. · 083c43e2
    Ondřej Zajíček authored
    Filter code used 'aux' integer field of 'symbol' struct to store ptr
    to next symbol and both 'aux2' and 'def' fields for value.
    Changed to just 'def' for value and 'aux2' for ptr to next symbol.
    Also another minor bugfix.
    083c43e2