Deleted Added
full compact
49c49
< __FBSDID("$FreeBSD: head/usr.bin/make/main.c 138510 2004-12-07 10:14:16Z harti $");
---
> __FBSDID("$FreeBSD: head/usr.bin/make/main.c 138512 2004-12-07 13:49:13Z harti $");
96c96
< Lst create; /* Targets to be made */
---
> Lst *create; /* Targets to be made */
102c102
< static Lst makefiles; /* ordered list of makefiles to read */
---
> static Lst *makefiles; /* ordered list of makefiles to read */
104c104
< static Lst variables; /* list of variables to print */
---
> static Lst *variables; /* list of variables to print */
119c119
< Lst envFirstVars; /* (-E) vars to override from env */
---
> Lst *envFirstVars; /* (-E) vars to override from env */
453c453
< Lst targs; /* target nodes to create -- passed to Make_Init */
---
> Lst *targs; /* target nodes to create -- passed to Make_Init */
463c463
< Lst sysMkPath; /* Path of sys.mk */
---
> Lst *sysMkPath; /* Path of sys.mk */
712c712
< LstNode ln;
---
> LstNode *ln;
747c747
< LstNode ln;
---
> LstNode *ln;
759c759
< LstNode ln;
---
> LstNode *ln;
819c819
< LstNode ln;
---
> LstNode *ln;