CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/12/21 08:26:47
Modified files:
usr.bin/make : buf.c buf.h
Log message:
tweak buffer handling a bit:
- make BufExpand a real function, zap BufOverflow
- sprinkle assert that justify the arithmetic
- use unsigned constants
- fix a bug in the unlikely condition where Buf_printf would exactly
match the buffer boundary and Buf_Retrieve would be called right after
okay millert@
