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

Diff for /src/usr.bin/make/var.c between version 1.75 and 1.76

version 1.75, 2007/09/16 09:46:14 version 1.76, 2007/09/16 12:01:11
Line 856 
Line 856 
 bool  bool
 Var_ParseSkip(const char **pstr, SymTable *ctxt)  Var_ParseSkip(const char **pstr, SymTable *ctxt)
 {  {
         Var *v;  
         const char *str = *pstr;          const char *str = *pstr;
         struct Name name;          struct Name name;
         bool result;          bool result;

Legend:
Removed from v.1.75  
changed lines
  Added in v.1.76