mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-27 13:00:28 +00:00
Improve dead code elimination
This commit is contained in:
parent
760db8c5ad
commit
0e36cb3ac4
6606 changed files with 9685 additions and 9854 deletions
|
@ -14,14 +14,14 @@
|
|||
#if !(__ASSEMBLER__ + __LINKER__ + 0)
|
||||
COSMOPOLITAN_C_START_
|
||||
|
||||
hidden extern const long ARPHRD_ETHER;
|
||||
hidden extern const long ARPHRD_FCFABRIC;
|
||||
hidden extern const long ARPHRD_IEEE80211;
|
||||
hidden extern const long ARPHRD_IEEE80211_PRISM;
|
||||
hidden extern const long ARPHRD_IEEE80211_RADIOTAP;
|
||||
hidden extern const long ARPHRD_IEEE802154;
|
||||
hidden extern const long ARPHRD_IEEE802_TR;
|
||||
hidden extern const long ARPHRD_LOCALTLK;
|
||||
extern const long ARPHRD_ETHER;
|
||||
extern const long ARPHRD_FCFABRIC;
|
||||
extern const long ARPHRD_IEEE80211;
|
||||
extern const long ARPHRD_IEEE80211_PRISM;
|
||||
extern const long ARPHRD_IEEE80211_RADIOTAP;
|
||||
extern const long ARPHRD_IEEE802154;
|
||||
extern const long ARPHRD_IEEE802_TR;
|
||||
extern const long ARPHRD_LOCALTLK;
|
||||
|
||||
COSMOPOLITAN_C_END_
|
||||
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue