diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2007-09-17 09:45:38 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2007-09-17 09:45:38 +0000 |
commit | 080ba9b945de53f4e7afb465e44989ee2c339e70 (patch) | |
tree | a3c43737d124524aeacfd967cf4db262d0d03d96 /usr.bin/make/var.c | |
parent | a6237e9b62bb20748d77c73b62ed87c5e10aee6f (diff) |
more zap spaces
Diffstat (limited to 'usr.bin/make/var.c')
-rw-r--r-- | usr.bin/make/var.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/make/var.c b/usr.bin/make/var.c index 2a89d8ef243..84bc72d3383 100644 --- a/usr.bin/make/var.c +++ b/usr.bin/make/var.c @@ -1,5 +1,5 @@ /* $OpenPackages$ */ -/* $OpenBSD: var.c,v 1.78 2007/09/17 09:44:20 espie Exp $ */ +/* $OpenBSD: var.c,v 1.79 2007/09/17 09:45:37 espie Exp $ */ /* $NetBSD: var.c,v 1.18 1997/03/18 19:24:46 christos Exp $ */ /* @@ -191,7 +191,7 @@ typedef struct Var_ { #define VAR_FROM_ENV 8 /* Special source: environment */ #define VAR_SEEN_ENV 16 /* No need to go look up environment again */ #define VAR_SHELL 32 /* Magic behavior */ - + #define POISONS (POISON_NORMAL | POISON_EMPTY | POISON_NOT_DEFINED) /* Defined in var.h */ char name[1]; /* the variable's name */ |