nodestack: do not allow Node with act == NULL
authorBrian Norris <banorris@uci.edu>
Sat, 15 Dec 2012 00:29:31 +0000 (16:29 -0800)
committerBrian Norris <banorris@uci.edu>
Sat, 15 Dec 2012 01:56:27 +0000 (17:56 -0800)
commite9e73da450a5045d569a947072bb20232cede7f4
tree8f5a6a9a2070afaf3234d5927fe33c6fd559aa49
parent2d9c8d86e9a5050786c5f83ab6f18cd583984279
nodestack: do not allow Node with act == NULL

Since I removed the root 'NULL' Node, all Nodes will have a
corresponding action. Now, just ASSERT this in the constructor.
nodestack.cc