[BACK]Return to varmodifiers.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / make

Diff for /src/usr.bin/make/varmodifiers.c between version 1.20 and 1.21

version 1.20, 2007/09/16 09:46:14 version 1.21, 2007/09/16 12:01:11
Line 1193 
Line 1193 
 }  }
   
 static void *  static void *
 get_loop(const char **p, SymTable *ctxt, bool err, int endc)  get_loop(const char **p, SymTable *ctxt UNUSED, bool err, int endc)
 {  {
     static struct LoopStuff     loop;      static struct LoopStuff     loop;
     const char *s;      const char *s;

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21