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

Max Okumoto okumoto at crater.dragonflybsd.org
Mon Feb 14 01:59:16 PST 2005


okumoto     2005/02/14 01:58:28 PST

DragonFly src repository

  Modified files:
    usr.bin/make         var.c 
  Log:
  - Changed type of vlen from int to size_t.
  - Replaced usage of function scope variable 'rw_str' with vname
    from a local scope.  This makes it clear that the value in rw_str
    is dead.
  
  Revision  Changes    Path
  1.90      +18 -17    src/usr.bin/make/var.c


http://www.dragonflybsd.org/cvsweb/src/usr.bin/make/var.c.diff?r1=1.89&r2=1.90&f=u





More information about the Commits mailing list