DragonFly BSD
DragonFly commits List (threaded) for 2005-03
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

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


From: Max Okumoto <okumoto@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 1 Mar 2005 15:26:30 -0800 (PST)

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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]