DragonFly BSD
DragonFly commits List (threaded) for 2005-02
[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: Sun, 13 Feb 2005 02:12:04 -0800 (PST)

okumoto     2005/02/13 02:12:04 PST

DragonFly src repository

  Modified files:
    usr.bin/make         var.c 
  Log:
  Copy input parameter 'char *str' pointer into two variables.  One which
  is a 'const char *' pointer and the other a 'char *'.  This way we can
  seperate out the code that actually modifies the input string.
  
  Revision  Changes    Path
  1.88      +78 -76    src/usr.bin/make/var.c


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



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