mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-04 06:48:38 +09:00
Issue #1751 -- Remove XP_DARWIN
This commit is contained in:
parent
a9c8f3a84a
commit
2f27335cc4
36 changed files with 30 additions and 1254 deletions
|
|
@ -1177,7 +1177,7 @@ FirstCharMatcher8bit(const char* text, uint32_t n, const char pat)
|
|||
static const char16_t*
|
||||
FirstCharMatcher16bit(const char16_t* text, uint32_t n, const char16_t pat)
|
||||
{
|
||||
#if defined(XP_DARWIN) || defined(XP_WIN)
|
||||
#if defined(XP_WIN)
|
||||
/*
|
||||
* Performance of memchr is horrible in OSX. Windows is better,
|
||||
* but it is still better to use UnrolledMatcher.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue