summaryrefslogtreecommitdiff
path: root/test-groff.in
diff options
context:
space:
mode:
authorWerner LEMBERG <wl@gnu.org>2003-12-31 08:49:22 +0000
committerWerner LEMBERG <wl@gnu.org>2003-12-31 08:49:22 +0000
commit1df31a3902b1ae78b78cde3379f9c69d656d2f57 (patch)
treedbc813c8b1d18a2f62870c5e7b7a4da1cc2f8aa7 /test-groff.in
parent7e695391fb4b33c5d0fd9b773882bbb10cffbc9f (diff)
downloadgroff-git-1df31a3902b1ae78b78cde3379f9c69d656d2f57.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 9840cd5ec..fc44d252a 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;/[^/]*$;;'`