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: Tue, 15 Feb 2005 03:15:11 -0800 (PST)

okumoto     2005/02/15 03:15:11 PST

DragonFly src repository

  Modified files:
    usr.bin/make         var.c 
  Log:
  Create two new functions VarParseShort() and VarParseLong() from the
  contents of the if-else-if-else blocks.   VarParseShort() handles
  variables that are only one letter, while VarParseLong() handles
  variables that have multiple characters, and might possibly have
  modifiers.
  
  Revision  Changes    Path
  1.100     +102 -84   src/usr.bin/make/var.c


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



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