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

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Max Okumoto
Date: Tuesday, February 15, 2005 - 4:15 am

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
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
cvs commit: src/usr.bin/make var.c, Max Okumoto, (Tue Feb 15, 4:15 am)
Re: cvs commit: src/usr.bin/make var.c, Sascha Wildner, (Tue Feb 15, 4:23 am)