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

Hartmut Brandt harti at FreeBSD.org
Thu Feb 10 14:50:35 GMT 2005


harti       2005-02-10 14:50:34 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/make         var.c 
  Log:
  Style nits:
  Move some assignments nearer to where they actually used. Convert a loop
  from a for() to a while() to make it clearer and add braces to the long
  body of it. Split assignment from variable declaration.
  
  Submitted by:   Max Okumoto <okumoto at ucsd.edu>
  
  Revision  Changes    Path
  1.78      +13 -7     src/usr.bin/make/var.c


More information about the cvs-src mailing list