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

Hartmut Brandt harti at FreeBSD.org
Mon Mar 21 23:56:23 PST 2005


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 at ucsd.edu>
  
  Revision  Changes    Path
  1.128     +1 -1      src/usr.bin/make/main.c


More information about the cvs-all mailing list