CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2016/01/25 18:51:06
Modified files: usr.bin/less : less.h line.c output.c prompt.c Log message: Remove a fancy macro that calculates the necessary buffer size for int-to-str conversions and just use constants instead. The only binary change is caused by using an unnecessarily large buffer for an int. This is a consequence of simplifying some code that will be gone soon. ok nicm@