aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/make/for.c
diff options
context:
space:
mode:
authorJuli Mallett <jmallett@FreeBSD.org>2002-09-17 21:29:06 +0000
committerJuli Mallett <jmallett@FreeBSD.org>2002-09-17 21:29:06 +0000
commit37721c830937200b9e0c48230cdd69d1bdf4ec69 (patch)
treee486dca4f9bd4c33083e88473624273b6c450c4d /usr.bin/make/for.c
parent0fd9fa89a98b14d8c6d0c6a16ef9e4c8c3ac8428 (diff)
Notes
Diffstat (limited to 'usr.bin/make/for.c')
-rw-r--r--usr.bin/make/for.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/make/for.c b/usr.bin/make/for.c
index 129d73192a5b..de348120e818 100644
--- a/usr.bin/make/for.c
+++ b/usr.bin/make/for.c
@@ -175,7 +175,7 @@ For_Eval (line)
buf = Buf_Init(0);
sub = Var_Subst(NULL, ptr, VAR_GLOBAL, FALSE);
-#define ADDWORD() \
+#define ADDWORD() \
Buf_AddBytes(buf, ptr - wrd, (Byte *) wrd), \
Buf_AddByte(buf, (Byte) '\0'), \
Lst_AtFront(forLst, (void *) Buf_GetAll(buf, &varlen)), \