• Marius Wachtler's avatar
    Fix read of uninitialized variable · 867eef3d
    Marius Wachtler authored
    Currently many places in the codebase create AST_Jump objects but do not initalice the line ,col numbers. Set them to -1, in order to not call SetCurrentDebugLocation with random locations.
    867eef3d
ast.h 35.7 KB