aboutsummaryrefslogtreecommitdiff
path: root/gcc/dump-context.h
diff options
context:
space:
mode:
authorThomas Koenig <tkoenig@gcc.gnu.org>2021-09-13 19:49:49 +0200
committerThomas Koenig <tkoenig@gcc.gnu.org>2021-09-13 19:49:49 +0200
commitb18a97e5dd0935e1c4a626c230f21457d0aad3d5 (patch)
treec1818f41af6fe780deafb6cd6a183f32085fe654 /gcc/dump-context.h
parente76a53644c9d70e998c0d050e9a456af388c6b61 (diff)
downloadgcc-b18a97e5dd0935e1c4a626c230f21457d0aad3d5.zip
gcc-b18a97e5dd0935e1c4a626c230f21457d0aad3d5.tar.gz
gcc-b18a97e5dd0935e1c4a626c230f21457d0aad3d5.tar.bz2
Merged current trunk to branch.
Diffstat (limited to 'gcc/dump-context.h')
-rw-r--r--gcc/dump-context.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/dump-context.h b/gcc/dump-context.h
index 3f72cc9..1a6bf5e 100644
--- a/gcc/dump-context.h
+++ b/gcc/dump-context.h
@@ -1,5 +1,5 @@
/* Support code for handling the various dump_* calls in dumpfile.h
- Copyright (C) 2018-2020 Free Software Foundation, Inc.
+ Copyright (C) 2018-2021 Free Software Foundation, Inc.
Contributed by David Malcolm <dmalcolm@redhat.com>.
This file is part of GCC.
@@ -204,7 +204,7 @@ private:
class debug_dump_context
{
public:
- debug_dump_context ();
+ debug_dump_context (FILE *f = stderr);
~debug_dump_context ();
private: