cvs commit: src/usr.bin/make var.c

Hartmut Brandt harti at FreeBSD.org
Wed Mar 2 14:30:37 GMT 2005


harti       2005-03-02 14:30:36 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/make         var.c 
  Log:
  Push the length computation down into VarParseShort().
  Return always malloc()-ed strings from VarParseShort() to get
  rid of warnings when returning string constants from a non-const char *
  function.
  
  Patch:          7.90
  
  Submitted by:   Max Okumoto <okumoto at ucsd.edu>
  
  Revision  Changes    Path
  1.101     +27 -17    src/usr.bin/make/var.c


More information about the cvs-src mailing list