Change _U to _u as _U exists in ctype.h
This commit is contained in:
@ -21,8 +21,8 @@
|
||||
|
||||
#define NUM_SPIN_LOCKS 32u
|
||||
|
||||
#ifndef _U
|
||||
#define _U(x) x ## u
|
||||
#ifndef _u
|
||||
#define _u(x) x ## u
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user