Skip to content

GCC cant handle names that start with "@" #4

@bakkdoor

Description

@bakkdoor

gcc will not compile variable references that start with an at-sign (@). need to change names of instance and class variables to something else, for example:
@var = __classname__instance__var
@@var = __classname__class__var

or something similar.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions