summaryrefslogtreecommitdiff
path: root/usr.bin/make/parse.c
diff options
context:
space:
mode:
authorHartmut Brandt <harti@FreeBSD.org>2005-04-11 07:40:54 +0000
committerHartmut Brandt <harti@FreeBSD.org>2005-04-11 07:40:54 +0000
commit797bb929c63139c26869e67a886780bde1558eae (patch)
tree9fe3f3e4a0e3faf1f0bc611c7413638b939acc94 /usr.bin/make/parse.c
parent9e1e6570f373f651ffff6902aef29e5c10d036fc (diff)
Notes
Diffstat (limited to 'usr.bin/make/parse.c')
-rw-r--r--usr.bin/make/parse.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/usr.bin/make/parse.c b/usr.bin/make/parse.c
index a211c0f57dad..431d854a94cb 100644
--- a/usr.bin/make/parse.c
+++ b/usr.bin/make/parse.c
@@ -45,23 +45,12 @@ __FBSDID("$FreeBSD$");
* parse.c --
* Functions to parse a makefile.
*
- * One function, Parse_Init, must be called before any functions
- * in this module are used. After that, the function Parse_File is the
- * main entry point and controls most of the other functions in this
- * module.
- *
* Most important structures are kept in Lsts. Directories for
* the #include "..." function are kept in the 'parseIncPath' Lst, while
* those for the #include <...> are kept in the 'sysIncPath' Lst. The
* targets currently being defined are kept in the 'targets' Lst.
*
- * The variables 'curFile.fname' and 'curFile.lineno' are used to track
- * the name of the current file and the line number in that file so that
- * error messages can be more meaningful.
- *
* Interface:
- * Parse_Init Initialization function which must be
- * called before anything else in this module is used.
*
* Parse_File Function used to parse a makefile. It must
* be given the name of the file, which should