PRINT SPACE: When an output file is specified, don't ignore expression.
authorBen Pfaff <blp@cs.stanford.edu>
Sat, 12 Feb 2011 16:02:48 +0000 (08:02 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Sat, 12 Feb 2011 16:02:48 +0000 (08:02 -0800)
commit94ab41f950adbdbd353c376851f3198abc9736fa
tree69df417c9e828370cbb25b3691f54101c1304e6f
parentd6850d8b37aed424e3d35ca1439243220678b72a
PRINT SPACE: When an output file is specified, don't ignore expression.

When both OUTFILE= and an expression were specified on PRINT SPACE, the
expression was ignored (if it was only a single token) or an error would
occur (if it was was more than one token).
src/language/data-io/print-space.c
tests/automake.mk
tests/language/data-io/print-space.at [new file with mode: 0644]