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

c++: s/restrict/__restrict/ #2042

Merged
merged 1 commit into from
Nov 19, 2014
Merged

c++: s/restrict/__restrict/ #2042

merged 1 commit into from
Nov 19, 2014

Conversation

Kijewski
Copy link
Contributor

restrict is not a keyword in C++, but __restrict is understood by
GCC-ish compilers.

`restrict` is not a keyword in C++, but `__restrict` is understood by
GCC-ish compilers.
@Kijewski Kijewski added Impact: minor The PR is small in size and might only require a quick look of a knowledgeable reviewer Area: C++ Area: C++ wrapper labels Nov 19, 2014
@kaspar030
Copy link
Contributor

ACK.

@OlegHahm
Copy link
Member

ACK and go

OlegHahm added a commit that referenced this pull request Nov 19, 2014
c++: `s/restrict/__restrict/`
@OlegHahm OlegHahm merged commit 459f550 into RIOT-OS:master Nov 19, 2014
@Kijewski Kijewski deleted the restrict branch November 19, 2014 14:32
Copy link

@acostajesus19hotmail acostajesus19hotmail left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hhh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: C++ Area: C++ wrapper Impact: minor The PR is small in size and might only require a quick look of a knowledgeable reviewer
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants