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/parse.c | |
parent | a6237e9b62bb20748d77c73b62ed87c5e10aee6f (diff) |
more zap spaces
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 227071916e4..cfe337caae2 100644 --- a/usr.bin/make/parse.c +++ b/usr.bin/make/parse.c @@ -1,5 +1,5 @@ /* $OpenPackages$ */ -/* $OpenBSD: parse.c,v 1.87 2007/09/17 09:44:20 espie Exp $ */ +/* $OpenBSD: parse.c,v 1.88 2007/09/17 09:45:37 espie Exp $ */ /* $NetBSD: parse.c,v 1.29 1997/03/10 21:20:04 christos Exp $ */ /* @@ -1616,7 +1616,7 @@ Parse_Init(void) Static_Lst_Init(sysIncPath); Array_Init(&gsources, SOURCES_SIZE); Array_Init(>argets, TARGETS_SIZE); - + LowParse_Init(); #ifdef CLEANUP Static_Lst_Init(&targCmds); |