Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Mar 2005 07:56:22 +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 main.c
Message-ID:  <200503220756.j2M7uMTo021603@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
harti       2005-03-22 07:56:22 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/make         main.c 
  Log:
  An automatic variable in a local scope is (conceptionally) destroyed with
  the closing brace so it is unwise to keep a pointer to it. Make
  the variable static to fix this.
  
  Patch:          7.152
  
  Submitted by:   Max Okumoto <okumoto@ucsd.edu>
  
  Revision  Changes    Path
  1.128     +1 -1      src/usr.bin/make/main.c



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