changeset 36625:08aed53e171c

DEBUGSOURCES should contain a list of files, separated by colons.
author Gerd Moellmann <gerd@gnu.org>
date Wed, 07 Mar 2001 14:01:03 +0000
parents d8ad1534920a
children c9ab48ddfcfe
files etc/DEBUG
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/etc/DEBUG	Wed Mar 07 12:55:29 2001 +0000
+++ b/etc/DEBUG	Wed Mar 07 14:01:03 2001 +0000
@@ -350,7 +350,7 @@
 variables, so that one can see what LessTif was doing at this point.
 For instance
   
-  export DEBUGSOURCES="RowColumn.c MenuShell.c MenuUtil.c"
+  export DEBUGSOURCES="RowColumn.c:MenuShell.c:MenuUtil.c"
   export DEBUG_FILE=/usr/tmp/LESSTIF_TRACE
   emacs &