From 6697c6bf7f30841df630ede04050e1c9e2383ed9 Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Sun, 5 Feb 1995 05:26:45 +0000 Subject: (dbxout_source_file): Clean up null tree pointer test. Update copyright. From-SVN: r8867 --- gcc/dbxout.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/dbxout.c') diff --git a/gcc/dbxout.c b/gcc/dbxout.c index 5da643a..d8f5e80 100644 --- a/gcc/dbxout.c +++ b/gcc/dbxout.c @@ -1,5 +1,5 @@ /* Output dbx-format symbol table information from GNU compiler. - Copyright (C) 1987, 1988, 1992, 1993, 1994 Free Software Foundation, Inc. + Copyright (C) 1987, 88, 92, 93, 94, 1995 Free Software Foundation, Inc. This file is part of GNU CC. @@ -518,7 +518,7 @@ dbxout_source_file (file, filename) fprintf (file, "%s ", ASM_STABS_OP); output_quoted_string (file, filename); fprintf (file, ",%d,0,0,%s\n", N_SOL, <ext_label_name[1]); - if (current_function_decl + if (current_function_decl != NULL_TREE && DECL_SECTION_NAME (current_function_decl) != NULL_TREE) ; /* Don't change section amid function. */ else -- cgit v1.1