mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-01 08:48:29 +00:00
Remove _Hide keyword
It never did anything and isn't worthwhile as documentation.
This commit is contained in:
parent
4fb6cbc1fe
commit
e0c2b91b3e
131 changed files with 716 additions and 917 deletions
6
third_party/zlib/cpu_features.internal.h
vendored
6
third_party/zlib/cpu_features.internal.h
vendored
|
@ -14,9 +14,9 @@ COSMOPOLITAN_C_START_
|
|||
#elif defined(__aarch64__)
|
||||
|
||||
#define cpu_check_features zlib_cpu_check_features
|
||||
_Hide extern int arm_cpu_enable_crc32;
|
||||
_Hide extern int arm_cpu_enable_pmull;
|
||||
_Hide void cpu_check_features(void);
|
||||
extern int arm_cpu_enable_crc32;
|
||||
extern int arm_cpu_enable_pmull;
|
||||
void cpu_check_features(void);
|
||||
|
||||
#endif
|
||||
COSMOPOLITAN_C_END_
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue