-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
add support for __volatile__, and __restrict__ #23
Comments
Merged, thanks! |
Had to revert, because it failed the tests:
|
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
I added some support to handle Snapdragon processors, header files. Basically, trivial support for volatile I could have used a #define but this seems to be a better method. I think GCC supports both __XXX and XXX for all of those key words so this is really a missing feature.
mhoffman-linux02$ git diff
The text was updated successfully, but these errors were encountered: