mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-23 05:42:29 +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
|
@ -52,6 +52,6 @@ long double exp10l(long double x)
|
|||
return powl(10.0, x);
|
||||
}
|
||||
|
||||
__weak_reference(exp10l, pow10l);
|
||||
__strong_reference(exp10l, pow10l);
|
||||
|
||||
#endif /* long double is long */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue