Deleted Added
full compact
39c39
< * $FreeBSD: head/usr.bin/make/make.h 138564 2004-12-08 16:22:01Z harti $
---
> * $FreeBSD: head/usr.bin/make/make.h 138916 2004-12-16 16:14:16Z harti $
128c128
< Lst *iParents; /* Links to parents for which this is an
---
> Lst iParents; /* Links to parents for which this is an
130,134c130,134
< Lst *cohorts; /* Other nodes for the :: operator */
< Lst *parents; /* Nodes that depend on this one */
< Lst *children; /* Nodes on which this one depends */
< Lst *successors;/* Nodes that must be made after this one */
< Lst *preds; /* Nodes that must be made before this one */
---
> Lst cohorts; /* Other nodes for the :: operator */
> Lst parents; /* Nodes that depend on this one */
> Lst children; /* Nodes on which this one depends */
> Lst successors; /* Nodes that must be made after this one */
> Lst preds; /* Nodes that must be made before this one */
136,137c136,137
< Lst *context; /* The local variables */
< Lst *commands; /* Creation commands */
---
> Lst context; /* The local variables */
> Lst commands; /* Creation commands */
286,290c286,292
< extern Lst *create; /* The list of target names specified on the
< * command line. used to resolve #if
< * make(...) statements */
< extern Lst *dirSearchPath; /* The list of directories to search when
< * looking for targets */
---
> /* The list of target names specified on the command line.
> * Used to resolve #if make(...) statements */
> extern Lst create;
>
> /* The list of directories to search when looking for targets */
> extern Lst dirSearchPath;
>
292,293d293
< extern Lst *parseIncPath; /* The list of directories to search when
< * looking for includes */
294a295,297
> /* The list of directories to search when looking for includes */
> extern Lst parseIncPath;
>
317,319d319
< extern Lst *envFirstVars; /* List of specific variables for which the
< * environment should be searched before the
< * global context */
320a321,324
> /* List of specific variables for which the environment should be
> * searched before the global context */
> extern Lst envFirstVars;
>
336c340,341
< extern Lst *sysIncPath; /* The system include path. */
---
> /* The system include path. */
> extern Lst sysIncPath;