mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-08 20:28:30 +00:00
Improve dead code elimination
This commit is contained in:
parent
760db8c5ad
commit
0e36cb3ac4
6606 changed files with 9685 additions and 9854 deletions
|
@ -13,13 +13,13 @@
|
|||
#if !(__ASSEMBLER__ + __LINKER__ + 0)
|
||||
COSMOPOLITAN_C_START_
|
||||
|
||||
hidden extern const long TCPOPT_EOL;
|
||||
hidden extern const long TCPOPT_MAXSEG;
|
||||
hidden extern const long TCPOPT_NOP;
|
||||
hidden extern const long TCPOPT_SACK;
|
||||
hidden extern const long TCPOPT_SACK_PERMITTED;
|
||||
hidden extern const long TCPOPT_TIMESTAMP;
|
||||
hidden extern const long TCPOPT_WINDOW;
|
||||
extern const long TCPOPT_EOL;
|
||||
extern const long TCPOPT_MAXSEG;
|
||||
extern const long TCPOPT_NOP;
|
||||
extern const long TCPOPT_SACK;
|
||||
extern const long TCPOPT_SACK_PERMITTED;
|
||||
extern const long TCPOPT_TIMESTAMP;
|
||||
extern const long TCPOPT_WINDOW;
|
||||
|
||||
COSMOPOLITAN_C_END_
|
||||
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue