aboutsummaryrefslogtreecommitdiff
path: root/gcc/fix-header.c
diff options
context:
space:
mode:
authorMatt Kraai <kraai@alumni.cmu.edu>2003-05-20 01:49:12 +0000
committerMatt Kraai <kraai@gcc.gnu.org>2003-05-20 01:49:12 +0000
commit07b7c979e712bf73ae3976d5dfb2633d0c225fe3 (patch)
treea0ae90c628c4a05fd6ad65bf2161b3503e772089 /gcc/fix-header.c
parent7e2dbcef0122c12e67af1bc737796c574fc10128 (diff)
downloadgcc-07b7c979e712bf73ae3976d5dfb2633d0c225fe3.zip
gcc-07b7c979e712bf73ae3976d5dfb2633d0c225fe3.tar.gz
gcc-07b7c979e712bf73ae3976d5dfb2633d0c225fe3.tar.bz2
* alias.c (nonlocal_mentioned_p, nonlocal_referenced_p)
(nonlocal_set_p): Remove initial blank line. * dwarf2out.c (simple_type_size_in_bits): Likewise. * et-forest.c (et_forest_create): Likewise. * explow.c (stabilize): Likewise. * fix-header.c (write_lbrac): Likewise. * graph.c (start_fct, node_data): Likewise. * jump.c (only_sets_cc0_p, sets_cc0_p): Likewise. * rtlanal.c (global_reg_mentioned_p): Likewise. * tree.c (bit_position): Likewise. From-SVN: r66984
Diffstat (limited to 'gcc/fix-header.c')
-rw-r--r--gcc/fix-header.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/fix-header.c b/gcc/fix-header.c
index 6ec7851..745570c 100644
--- a/gcc/fix-header.c
+++ b/gcc/fix-header.c
@@ -415,7 +415,6 @@ int required_other = 0;
static void
write_lbrac ()
{
-
#if ADD_MISSING_EXTERN_C
if (missing_extern_C_count + required_unseen_count > 0)
fprintf (outf, "#ifdef __cplusplus\nextern \"C\" {\n#endif\n");