Change _U to _u as _U exists in ctype.h

This commit is contained in:
graham sanderson
2021-02-24 20:01:42 -06:00
parent 503bc8b385
commit debef7471e
35 changed files with 21744 additions and 21743 deletions

View File

@ -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