From 7c286ef9b68907e687d44681dc81aee7ec56f8cb Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Mon, 28 Oct 2002 04:06:06 +0000 Subject: [PATCH] Fix -d+5 output [SVN r15997] --- historic/jam/src/compile.c | 2 +- jam_src/compile.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/historic/jam/src/compile.c b/historic/jam/src/compile.c index e337f82f9..d483f7e2d 100644 --- a/historic/jam/src/compile.c +++ b/historic/jam/src/compile.c @@ -1134,8 +1134,8 @@ debug_compile( int which, char *s, FRAME* frame ) i -= 35; } - print_source_line( frame->procedure ); printf( "%*.*s ", i, i, indent ); + print_source_line( frame->procedure ); } if( s ) diff --git a/jam_src/compile.c b/jam_src/compile.c index e337f82f9..d483f7e2d 100644 --- a/jam_src/compile.c +++ b/jam_src/compile.c @@ -1134,8 +1134,8 @@ debug_compile( int which, char *s, FRAME* frame ) i -= 35; } - print_source_line( frame->procedure ); printf( "%*.*s ", i, i, indent ); + print_source_line( frame->procedure ); } if( s )