cvs commit: src/usr.bin/make buf.c buf.h

Hartmut Brandt harti at FreeBSD.org
Fri Feb 4 16:48:36 GMT 2005


harti       2005-02-04 16:48:35 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/make         buf.c buf.h 
  Log:
  Rewrite of the buf code:
  - convert Buf_AddByte from a macro to a function
  - move #define's into the header file
  - remove unused field in struct Buffer
  - remove size fields - they can be easily computed
  - inline Buf_OvAddByte
  
  Submitted by:   Max Okumoto <okumoto at ucsd.edu>
  
  Revision  Changes    Path
  1.29      +88 -156   src/usr.bin/make/buf.c
  1.21      +7 -13     src/usr.bin/make/buf.h


More information about the cvs-src mailing list