mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-04 10:18:31 +00:00
Rename hidden keyword to _Hide
This commit is contained in:
parent
251dcb07eb
commit
bf7843833f
112 changed files with 616 additions and 3290 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
#if !(__ASSEMBLER__ + __LINKER__ + 0)
|
||||
|
||||
hidden extern const uint32_t kSha256Tab[64];
|
||||
_Hide extern const uint32_t kSha256Tab[64];
|
||||
|
||||
nodebuginfo forceinline bool32 ismoar(wint_t c) {
|
||||
return (c & 0300) == 0300;
|
||||
|
@ -15,12 +15,12 @@ nodebuginfo forceinline bool32 iscont(wint_t c) {
|
|||
return (c & 0300) == 0200;
|
||||
}
|
||||
|
||||
char *strstr_sse42(const char *, const char *) strlenesque hidden;
|
||||
char16_t *strstr16_sse42(const char16_t *, const char16_t *) strlenesque hidden;
|
||||
char *strstr_sse42(const char *, const char *) strlenesque _Hide;
|
||||
char16_t *strstr16_sse42(const char16_t *, const char16_t *) strlenesque _Hide;
|
||||
void *memmem_sse42(const void *, size_t, const void *,
|
||||
size_t) strlenesque hidden;
|
||||
size_t) strlenesque _Hide;
|
||||
void sha256_x86(uint32_t[hasatleast 8], const uint8_t[hasatleast 64],
|
||||
uint32_t) hidden;
|
||||
uint32_t) _Hide;
|
||||
|
||||
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */
|
||||
#endif /* !ANSI */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue