From 400784b9677df3bb78bd680cc564dc2e89914245 Mon Sep 17 00:00:00 2001 From: wlemb Date: Wed, 31 Dec 2003 08:49:22 +0000 Subject: * 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. --- test-groff.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test-groff.in') 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;/[^/]*$;;'` -- cgit v1.2.1