diff options
Diffstat (limited to 'usr.bin/make/lowparse.c')
-rw-r--r-- | usr.bin/make/lowparse.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/make/lowparse.c b/usr.bin/make/lowparse.c index 39260b9100f..09184ff5e30 100644 --- a/usr.bin/make/lowparse.c +++ b/usr.bin/make/lowparse.c @@ -1,5 +1,5 @@ /* $OpenPackages$ */ -/* $OpenBSD: lowparse.c,v 1.15 2001/11/11 06:02:06 deraadt Exp $ */ +/* $OpenBSD: lowparse.c,v 1.16 2001/11/11 12:35:02 espie Exp $ */ /* low-level parsing functions. */ @@ -443,7 +443,7 @@ Parse_Getfilename() void LowParse_Init() { - Lst_Init(&input_stack); + Static_Lst_Init(&input_stack); current = NULL; } |