Skip to content

Rename cxx conflicts #41

Closed
charlesneimog wants to merge 2 commits into
xboot:masterfrom
charlesneimog:rename-cxx-conflicts
Closed

Rename cxx conflicts #41
charlesneimog wants to merge 2 commits into
xboot:masterfrom
charlesneimog:rename-cxx-conflicts

Conversation

@charlesneimog

Copy link
Copy Markdown

The C code uses identifiers operator and new, which conflict with C++ keywords. This PR just rename operator to op and new to nnew.

#close #40

@jianjunjiang jianjunjiang deleted the branch xboot:master July 7, 2026 10:25
@charlesneimog charlesneimog deleted the rename-cxx-conflicts branch July 7, 2026 15:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

C/C++ keyword conflicts: operator and new

2 participants