Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix mangling issues with safari #327

Closed
wants to merge 1 commit into from

Commits on Oct 25, 2013

  1. Fix mangling issues with safari

    Fixes mishoo#326 and mishoo#179
    
    It isn't a really clean solution, but it works. The idea is to
    "virtually" reference the function name inside the scope. But to be able
    know it isn't *really* referenced, we add a `virtual` flag to
    `AST_SymbolRef.reference`.
    rvanvelzen committed Oct 25, 2013
    Configuration menu
    Copy the full SHA
    360628d View commit details
    Browse the repository at this point in the history