Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Mar 2005 12:32:41 +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:  <200503211232.j2LCWfeq037011@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
harti       2005-03-21 12:32:41 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/make         var.c 
  Log:
  Remove comment about Var_Parse assuming that the first character
  is always a '$'. This is not always correct, for example for
  conditionals: .if defined(foobar).
  
  Clean up some comments.
  
  Move common code out of if-statements.
  
  Patch:          7.140
  
  Submitted by:   Max Okumoto <okumoto@ucsd.edu>
  
  Revision  Changes    Path
  1.130     +28 -58    src/usr.bin/make/var.c



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