summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/suff.h
Commit message (Collapse)AuthorAgeFilesLines
* Make paths an explicite datatype instead of using the generic Lst.harti2005-03-231-1/+2
| | | | | | A Path is now a TAILQ of PathElements each of which just points to a reference counted directory. Rename all functions dealing with Paths from the Dir_ prefix to a Path_ prefix.
* Reorganize Suff_EndTransform to be called only for nodes forharti2005-03-101-1/+1
| | | | which it is needed (transforms).
* Clean up include files and file including. Split nonints.h into piecesharti2005-02-011-0/+60
that get included just where they are needed. All headers include the headers that they need to compile (just with an empty .c file). Sort includes alphabetically where apropriate and fix some duplicate commenting for struct Job, struct GNode and struct Shell by removing one version and inlining the comments into the structure declaration (the comments have been somewhat outdated). This patch does not contain functional changes (checked with md5). Submitted by: Max Okumoto <okumoto@ucsd.edu>
OpenPOWER on IntegriCloud