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

Hartmut Brandt harti at FreeBSD.org
Fri Feb 4 05:34:17 PST 2005


harti       2005-02-04 13:34:16 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/make         buf.c buf.h parse.c var.c 
  Log:
  None of the users of Buf_Discard used it to get rid of only a part of
  the buffer. So replace Buf_Discard by Buf_Clear which just gets rid
  of the entire contents.
  
  Submitted by:   Max Okumoto <okumoto at ucsd.edu>
  
  Revision  Changes    Path
  1.28      +10 -25    src/usr.bin/make/buf.c
  1.20      +1 -1      src/usr.bin/make/buf.h
  1.73      +1 -1      src/usr.bin/make/parse.c
  1.65      +1 -1      src/usr.bin/make/var.c


More information about the cvs-all mailing list