diff options
Diffstat (limited to 'binutils/debug.h')
-rw-r--r-- | binutils/debug.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/debug.h b/binutils/debug.h index 7dcb087..fd19c8b 100644 --- a/binutils/debug.h +++ b/binutils/debug.h @@ -435,7 +435,7 @@ extern bool debug_set_filename (void *, const char *); /* Change source files to the given file name. This is used for include files in a single compilation unit. */ -extern bool debug_start_source (void *, const char *); +extern bool debug_start_source (void *, const char *, bool *); /* Record a function definition. This implicitly starts a function block. The debug_type argument is the type of the return value. |