mirror of
https://github.com/crashoz/uuid_v4.git
synced 2025-03-07 12:36:42 +08:00
Merge pull request #11 from adamreeve/invalid_character_fix
Replace non-breaking spaces with normal spaces
This commit is contained in:
commit
981c93c655
@ -51,11 +51,11 @@
|
||||
defined(bfin) || defined(BFIN)
|
||||
|
||||
#define LITTLEENDIAN
|
||||
#elif defined(__m68k__) || defined(M68000) || \
|
||||
defined(__hppa__) || defined(__hppa) || defined(__HPPA__) || \
|
||||
defined(__sparc__) || defined(__sparc) || \
|
||||
#elif defined(__m68k__) || defined(M68000) || \
|
||||
defined(__hppa__) || defined(__hppa) || defined(__HPPA__) || \
|
||||
defined(__sparc__) || defined(__sparc) || \
|
||||
defined(__370__) || defined(__THW_370__) || \
|
||||
defined(__s390__) || defined(__s390x__) || \
|
||||
defined(__s390__) || defined(__s390x__) || \
|
||||
defined(__SYSC_ZARCH__)
|
||||
|
||||
#define BIGENDIAN
|
||||
|
Loading…
Reference in New Issue
Block a user