diff options
Diffstat (limited to 'usr.bin/make/parse.c')
-rw-r--r-- | usr.bin/make/parse.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/make/parse.c b/usr.bin/make/parse.c index ce6f424f8fd..a1dedd1240b 100644 --- a/usr.bin/make/parse.c +++ b/usr.bin/make/parse.c @@ -1,4 +1,4 @@ -/* $OpenBSD: parse.c,v 1.117 2016/10/21 16:12:38 espie Exp $ */ +/* $OpenBSD: parse.c,v 1.118 2016/10/23 14:54:14 espie Exp $ */ /* $NetBSD: parse.c,v 1.29 1997/03/10 21:20:04 christos Exp $ */ /* @@ -1321,7 +1321,7 @@ handle_poison(const char *line) line); return false; } else { - Var_MarkPoisoned(name, ename, type); + Var_Mark(name, ename, type); return true; } } |