CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/01/13 06:54:44
Modified files:
usr.bin/make : arch.c buf.c buf.h parse.c
Log message:
introduce a "Buf_Reinit" function for handling static buffers that can
be reused throughout running make. Instead of recreating buffers of
dubious appropriate size, have one single buffer for various stages of
parsing.
