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

Diff for /src/usr.bin/make/varmodifiers.h between version 1.6 and 1.7

version 1.6, 2007/07/24 18:56:15 version 1.7, 2007/07/24 18:58:48
Line 38 
Line 38 
   
   
 /* result = VarModifiers_Apply(val, name, ctxt, undef_is_bad,  /* result = VarModifiers_Apply(val, name, ctxt, undef_is_bad,
  *   &should_free, modstart, paren, &length);   *   &should_free, &modstart, paren);
  *      Applies variable modifiers starting at modstart (including :),   *      Applies variable modifiers starting at modstart (including :),
  *      using parenthesis paren, to value val.   *      using parenthesis paren, to value val.
  *      Variables in spec are taken from context ctxt.   *      Variables in spec are taken from context ctxt.
  *      If undef_is_bad, error occurs if undefined variables are mentioned.   *      If undef_is_bad, error occurs if undefined variables are mentioned.
  *      length is filled with the total length of the modifier spec.   *      modstart is advanced past the end of the spec.
  *      name holds the name of the corresponding variable, as some ODE   *      name holds the name of the corresponding variable, as some ODE
  *      modifiers need it.   *      modifiers need it.
  *   *
  *      If both val and name are NULL, VarModifiers_Apply just parses the   *      If both val and name are NULL, VarModifiers_Apply just parses the
  *      modifiers specification, as it can't apply it to anything. */   *      modifiers specification, as it can't apply it to anything. */
 extern char *VarModifiers_Apply(char *, const struct Name *, SymTable *,  extern char *VarModifiers_Apply(char *, const struct Name *, SymTable *,
         bool, bool *, const char *, int, size_t *);          bool, bool *, const char **, int);
   
 /* Direct interface to specific modifiers used under special circumstances. */  /* Direct interface to specific modifiers used under special circumstances. */
 /* tails = Var_GetTail(string);  /* tails = Var_GetTail(string);

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7