command: Fix delayed execution of FINISH.
authorBen Pfaff <blp@cs.stanford.edu>
Mon, 8 Dec 2014 06:34:21 +0000 (22:34 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Mon, 8 Dec 2014 06:34:21 +0000 (22:34 -0800)
commitbde476f0e660baabf9a409b600edf864750f10b4
treeaf9b114a9d5728e8e7c21d4efd221afb9bc1eff2
parentc001d5a5877a0fcedae9c0226acea0faf6eca5f5
command: Fix delayed execution of FINISH.

PSPP delayed the execution of FINISH until it read the first token
of the next command.  This commit changes it to execute immediately,
as one would expect..

Reported by Daniel Schlieper.
Bug #43766.
src/language/command.c
tests/language/command.at