=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/varmodifiers.h,v retrieving revision 1.9 retrieving revision 1.10 diff -c -r1.9 -r1.10 *** src/usr.bin/make/varmodifiers.h 2007/09/16 09:46:14 1.9 --- src/usr.bin/make/varmodifiers.h 2007/09/17 09:28:36 1.10 *************** *** 2,8 **** #define VARMODIFIERS_H /* $OpenPackages$ */ ! /* $OpenBSD: varmodifiers.h,v 1.9 2007/09/16 09:46:14 espie Exp $ */ /* * Copyright (c) 1999 Marc Espie. --- 2,8 ---- #define VARMODIFIERS_H /* $OpenPackages$ */ ! /* $OpenBSD: varmodifiers.h,v 1.10 2007/09/17 09:28:36 espie Exp $ */ /* * Copyright (c) 1999 Marc Espie. *************** *** 39,46 **** /* result = VarModifiers_Apply(val, name, ctxt, undef_is_bad, * &should_free, &modstart, paren); ! * Applies variable modifiers starting at modstart (including :), ! * using parenthesis paren, to value val. * Variables in spec are taken from context ctxt. * If undef_is_bad, error occurs if undefined variables are mentioned. * modstart is advanced past the end of the spec. --- 39,46 ---- /* result = VarModifiers_Apply(val, name, ctxt, undef_is_bad, * &should_free, &modstart, paren); ! * Applies variable modifiers starting at modstart (including :), ! * using parenthesis paren, to value val. * Variables in spec are taken from context ctxt. * If undef_is_bad, error occurs if undefined variables are mentioned. * modstart is advanced past the end of the spec. *************** *** 49,55 **** * * If both val and name are NULL, VarModifiers_Apply just parses the * modifiers specification, as it can't apply it to anything. */ ! extern char *VarModifiers_Apply(char *, const struct Name *, SymTable *, bool, bool *, const char **, int); /* Direct interface to specific modifiers used under special circumstances. */ --- 49,55 ---- * * If both val and name are NULL, VarModifiers_Apply just parses the * modifiers specification, as it can't apply it to anything. */ ! extern char *VarModifiers_Apply(char *, const struct Name *, SymTable *, bool, bool *, const char **, int); /* Direct interface to specific modifiers used under special circumstances. */