看板 DFBSD_commit 關於我們 聯絡資訊
commit 4de9c9c46e21c242f7cdc44decf4af9b42744e08 Author: Sascha Wildner <saw@online.de> Date: Tue Nov 16 18:45:23 2010 +0100 libc: Remove unused bit of code in __ujtoa(). All values of val that are <= ULONG_MAX have been handed to __ultoa() previously so we can safely assume that val is not < 10. Unless, of course, we're dealing with an architecture where ULONG_MAX <= 8, which we hope will _never_ happen. :-) Summary of changes: lib/libc/stdio/printfcommon.h | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/4de9c9c46e21c242f7cdc44decf4af9b42744e08 -- DragonFly BSD source repository