summaryrefslogtreecommitdiff
path: root/usr.bin/make/extern.h
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2000-04-17 23:45:25 +0000
committerMarc Espie <espie@cvs.openbsd.org>2000-04-17 23:45:25 +0000
commit30ea95f57dba3607bdf80a4dbec0462eac63b41d (patch)
tree0c5b569333dd1638e7727993198a4c7780ef4e6e /usr.bin/make/extern.h
parent5b47c63196cad2e0c7389e146f43830aa6009152 (diff)
Don't free Makefile filenames when the file is finished reading, but
keep them for error reporting.
Diffstat (limited to 'usr.bin/make/extern.h')
-rw-r--r--usr.bin/make/extern.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/make/extern.h b/usr.bin/make/extern.h
index c0f3ecee080..6ac0af8c4fd 100644
--- a/usr.bin/make/extern.h
+++ b/usr.bin/make/extern.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: extern.h,v 1.19 2000/02/02 13:47:47 espie Exp $ */
+/* $OpenBSD: extern.h,v 1.20 2000/04/17 23:45:23 espie Exp $ */
/* $NetBSD: nonints.h,v 1.12 1996/11/06 17:59:19 christos Exp $ */
/*-
@@ -98,6 +98,7 @@ void Parse_End __P((void));
void Parse_FromString __P((char *, unsigned long));
Lst Parse_MainName __P((void));
unsigned long Parse_Getlineno __P((void));
+const char *Parse_Getfilename __P((void));
/* str.c */
void str_init __P((void));