diff options
| author | Juli Mallett <jmallett@FreeBSD.org> | 2002-09-17 21:29:06 +0000 |
|---|---|---|
| committer | Juli Mallett <jmallett@FreeBSD.org> | 2002-09-17 21:29:06 +0000 |
| commit | 37721c830937200b9e0c48230cdd69d1bdf4ec69 (patch) | |
| tree | e486dca4f9bd4c33083e88473624273b6c450c4d /usr.bin/make/for.c | |
| parent | 0fd9fa89a98b14d8c6d0c6a16ef9e4c8c3ac8428 (diff) | |
Notes
Diffstat (limited to 'usr.bin/make/for.c')
| -rw-r--r-- | usr.bin/make/for.c | 2 |
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)), \ |
