Remove the "Null_Word != NIL" test in make_strnode_no_copy().
It's a bug if Null_Word is not initialized by the time make_strnode_no_copy is called, so it's sufficient to assert it.
Authored by: david_costanzo 2019-05-27
Parent: [r4931]
Child: [r4933]