Initialize a NODE** to NULL instead of NIL.
NIL is a typed NODE* that means "empty list" has no meaning for any other pointer. NULL means "not yet set".
Authored by: david_costanzo 2019-02-10
Parent: [r4783]
Child: [r4785]