From 8c25f9f8319413dd6bbafc9e4971fb1909436ad0 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Sat, 15 May 1993 14:32:16 +0000 Subject: [PATCH] Fix typo in last change. From-SVN: r4470 --- gcc/toplev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/toplev.c b/gcc/toplev.c index 8acbfb7732e..7eab30ffb48 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -1822,7 +1822,7 @@ compile_file (name) /* dbx on Suns needs to separate gcc_compiled. from first function. We do not test write_symbols because -g should not alter the actual code generated. */ -#ifdef DBX_DEBUGGING_INFO +#ifndef DBX_DEBUGGING_INFO /* Don't let the first function fall at the same address as gcc_compiled., if profiling. */ if (profile_flag || profile_block_flag) -- 2.30.2