Improve dead code elimination

This commit is contained in:
Justine Tunney 2021-02-08 04:04:42 -08:00
parent 760db8c5ad
commit 0e36cb3ac4
6606 changed files with 9685 additions and 9854 deletions

View file

@ -20,20 +20,20 @@
#if !(__ASSEMBLER__ + __LINKER__ + 0)
COSMOPOLITAN_C_START_
hidden extern const long ETH_P_CUST;
hidden extern const long ETH_P_DDCMP;
hidden extern const long ETH_P_DEC;
hidden extern const long ETH_P_DIAG;
hidden extern const long ETH_P_DNA_DL;
hidden extern const long ETH_P_DNA_RC;
hidden extern const long ETH_P_DNA_RT;
hidden extern const long ETH_P_IEEE802154;
hidden extern const long ETH_P_LAT;
hidden extern const long ETH_P_LOCALTALK;
hidden extern const long ETH_P_PPP_MP;
hidden extern const long ETH_P_RARP;
hidden extern const long ETH_P_SCA;
hidden extern const long ETH_P_WAN_PPP;
extern const long ETH_P_CUST;
extern const long ETH_P_DDCMP;
extern const long ETH_P_DEC;
extern const long ETH_P_DIAG;
extern const long ETH_P_DNA_DL;
extern const long ETH_P_DNA_RC;
extern const long ETH_P_DNA_RT;
extern const long ETH_P_IEEE802154;
extern const long ETH_P_LAT;
extern const long ETH_P_LOCALTALK;
extern const long ETH_P_PPP_MP;
extern const long ETH_P_RARP;
extern const long ETH_P_SCA;
extern const long ETH_P_WAN_PPP;
COSMOPOLITAN_C_END_
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */