Skip to content

Fix the spelling of ___STDC_HOSTED__ #16

@dplanitzer

Description

@dplanitzer

Describe the bug
___STDC_HOSTED__ starts with 3 underscores instead of 2 as expected.

OS (please complete the following information):

  • Version 0.7.0-alpha

Additional context
This is currently on purpose because the VBCC compiler predefines __STDC_HOSTED__, sets it to 1 and offers no command line switch to avoid its definition. However this symbol should not be defined in the kernel environment. Thus we're defining our own version that starts with 3 underscores.
This should be fixed in the future in some way so that we can use the proper __STDC_HOSTED__ symbol name.

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