mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-03 03:02:28 +00:00
Allow -c to be specified with -E in cosmocc
This commit is contained in:
parent
4ed4a1095a
commit
f8cfc89eba
10 changed files with 41 additions and 4 deletions
|
@ -155,5 +155,6 @@ exp10 (double x)
|
|||
|
||||
__strong_reference(exp10, pow10);
|
||||
#if LDBL_MANT_DIG == 53 && LDBL_MAX_EXP == 1024
|
||||
__weak_reference(exp10, pow10l);
|
||||
__weak_reference(exp10, exp10l);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue