diff options
| author | Rich Felker <dalias@aerifal.cx> | 2026-04-09 20:23:44 -0400 |
|---|---|---|
| committer | Rich Felker <dalias@aerifal.cx> | 2026-04-09 20:23:44 -0400 |
| commit | d2f20c49dfb556d9096251aa0acd92ca907b3400 (patch) | |
| tree | 06e7d104adb2bb4e959fa3c8bbd16b5f00480c0b /arch | |
| parent | 67219f0130ec7c876ac0b299046460fad31caabf (diff) | |
| download | musl-d2f20c49dfb556d9096251aa0acd92ca907b3400.tar.gz | |
adjust iswalnum to admit tail call to iswalpha
use of || forces the caller to boolean-normalize the result of
iswalpha to 0 or 1, requiring code after the call returns and thus
precluding a tail call.
since this isn't actually needed, don't write it that way.
Diffstat (limited to 'arch')
0 files changed, 0 insertions, 0 deletions
