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

Max Okumoto okumoto at crater.dragonflybsd.org
Tue Feb 15 03:15:33 PST 2005


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





More information about the Commits mailing list