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

Max Okumoto okumoto at crater.dragonflybsd.org
Tue Mar 1 15:28:51 PST 2005


okumoto     2005/03/01 15:26:30 PST

DragonFly src repository

  Modified files:
    usr.bin/make         var.c 
  Log:
  patch-7.93
  
  VarParseLong()
  - renamed variable tstr to ptr in while loop.
  - Create a new subscope to contain new tstr pointer which is
    a const pointer, this will prove that the code in the scope
    does not move the pointer.
  - Move other variables from function scope into the new scope,
    this scope will prob end up as a new function.
  
  Revision  Changes    Path
  1.116     +27 -24    src/usr.bin/make/var.c


http://www.dragonflybsd.org/cvsweb/src/usr.bin/make/var.c.diff?r1=1.115&r2=1.116&f=u





More information about the Commits mailing list