mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-12 05:59:10 +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
|
@ -188,12 +188,12 @@ typedef struct {
|
|||
#define strftimeesque(n)
|
||||
#endif
|
||||
|
||||
#ifndef hidden
|
||||
#ifndef _Hide
|
||||
#if !defined(__STRICT_ANSI__) && \
|
||||
(__has_attribute(__visibility__) || defined(__GNUC__)) && !defined(_WIN32)
|
||||
#define hidden __attribute__((__visibility__("hidden")))
|
||||
#define _Hide __attribute__((__visibility__("hidden")))
|
||||
#else
|
||||
#define hidden
|
||||
#define _Hide
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue