summaryrefslogtreecommitdiff
path: root/test-groff.in
diff options
context:
space:
mode:
authorwlemb <wlemb>2003-12-31 08:49:22 +0000
committerwlemb <wlemb>2003-12-31 08:49:22 +0000
commit400784b9677df3bb78bd680cc564dc2e89914245 (patch)
treed6fd7798e4482386319abdbe69313f5d6374d283 /test-groff.in
parentc24642d1df255d198c2b0c92d2ad227b19f97313 (diff)
downloadgroff-400784b9677df3bb78bd680cc564dc2e89914245.tar.gz
* test-groff.in (SEP): Quote value.
* src/roff/troff/node.cpp (suppress_node::tprint): Change type of `tem' to `char*' to avoid deallocation of a pointer to a constant object which some compilers don't like.
Diffstat (limited to 'test-groff.in')
-rw-r--r--test-groff.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-groff.in b/test-groff.in
index 9840cd5e..fc44d252 100644
--- a/test-groff.in
+++ b/test-groff.in
@@ -2,7 +2,7 @@
# This script runs groff without requiring that it be installed.
# The current directory must be the top build directory.
-SEP=@PATH_SEPARATOR@
+SEP='@PATH_SEPARATOR@'
EXEEXT=@EXEEXT@
builddir=./src
srcdir=`echo $0 | sed -e 's;/[^/]*$;;'`