Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Feb 2005 18:44:09 +0000 (UTC)
From:      Hartmut Brandt <harti@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/make var.c
Message-ID:  <200502091844.j19Ii95t004865@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
harti       2005-02-09 18:44:09 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/make         var.c 
  Log:
  Use defines for character constants for open and closing braces and
  parantheses. This helps editors to find its way through the horrible
  mess of Var_Parse. Rewrite a for() loop into a while() to make it clearer.
  
  Submitted by:   Max Okumoto <okumoto@ucsd.edu>
  
  Revision  Changes    Path
  1.74      +22 -11    src/usr.bin/make/var.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502091844.j19Ii95t004865>