mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-07 19:58:30 +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
|
@ -20,7 +20,7 @@
|
|||
#include "libc/macros.internal.h"
|
||||
#include "libc/nexgen32e/x86info.h"
|
||||
|
||||
hidden const struct X86ProcessorModel kX86ProcessorModels[] = {
|
||||
_Hide const struct X86ProcessorModel kX86ProcessorModels[] = {
|
||||
/* <SORTED> */
|
||||
{0x060F, X86_MARCH_CORE2, X86_GRADE_CLIENT},
|
||||
{0x0616, X86_MARCH_CORE2, X86_GRADE_MOBILE},
|
||||
|
@ -79,4 +79,4 @@ hidden const struct X86ProcessorModel kX86ProcessorModels[] = {
|
|||
/* </SORTED> */
|
||||
};
|
||||
|
||||
hidden const size_t kX86ProcessorModelCount = ARRAYLEN(kX86ProcessorModels);
|
||||
_Hide const size_t kX86ProcessorModelCount = ARRAYLEN(kX86ProcessorModels);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue