You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to point out that identifiers like “_EFLAGS” and “_CPU_VENDOR” do not fit to the expected naming convention of the C language standard.
Would you like to adjust your selection for unique names?
The text was updated successfully, but these errors were encountered:
It's unlikely that I'll change the code to be fully compatible with C standard. I doubt it can cause any real conflicts and compiler will give warning if anything goes wrong.
I would like to point out that identifiers like “
_EFLAGS
” and “_CPU_VENDOR
” do not fit to the expected naming convention of the C language standard.Would you like to adjust your selection for unique names?
The text was updated successfully, but these errors were encountered: