summaryrefslogtreecommitdiff
path: root/usr.bin/make/var.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/make/var.h')
-rw-r--r--usr.bin/make/var.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/make/var.h b/usr.bin/make/var.h
index 6083bffc24f..e7246a331fc 100644
--- a/usr.bin/make/var.h
+++ b/usr.bin/make/var.h
@@ -1,6 +1,6 @@
#ifndef VAR_H
#define VAR_H
-/* $OpenBSD: var.h,v 1.18 2016/10/14 09:27:21 natano Exp $ */
+/* $OpenBSD: var.h,v 1.19 2016/10/23 14:54:14 espie Exp $ */
/*
* Copyright (c) 2001 Marc Espie.
*
@@ -161,6 +161,7 @@ extern bool errorIsOkay;
#define POISON_NORMAL 64
#define POISON_EMPTY 128
#define POISON_NOT_DEFINED 256
+#define VAR_EXEC_LATER 512
-extern void Var_MarkPoisoned(const char *, const char *, unsigned int);
+extern void Var_Mark(const char *, const char *, unsigned int);
#endif