diff options
author | Jerry DeLisle <jvdelisle@gcc.gnu.org> | 2025-09-02 15:58:26 -0700 |
---|---|---|
committer | Jerry DeLisle <jvdelisle@gcc.gnu.org> | 2025-09-02 15:58:26 -0700 |
commit | 071b4126c613881f4cb25b4e5c39032964827f88 (patch) | |
tree | 7ed805786566918630d1d617b1ed8f7310f5fd8e /gcc/libgdiagnostics-private.h | |
parent | 845d23f3ea08ba873197c275a8857eee7edad996 (diff) | |
parent | caa1c2f42691d68af4d894a5c3e700ecd2dba080 (diff) | |
download | gcc-devel/gfortran-test.zip gcc-devel/gfortran-test.tar.gz gcc-devel/gfortran-test.tar.bz2 |
Merge branch 'master' into gfortran-testdevel/gfortran-test
Diffstat (limited to 'gcc/libgdiagnostics-private.h')
-rw-r--r-- | gcc/libgdiagnostics-private.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/libgdiagnostics-private.h b/gcc/libgdiagnostics-private.h index 0e90f87..4186c67 100644 --- a/gcc/libgdiagnostics-private.h +++ b/gcc/libgdiagnostics-private.h @@ -58,6 +58,13 @@ private_diagnostic_execution_path_add_event_3 (diagnostic_execution_path *path, LIBGDIAGNOSTICS_PARAM_CAN_BE_NULL (5) LIBGDIAGNOSTICS_PARAM_MUST_BE_NON_NULL (6); +/* Entrypoint added in LIBGDIAGNOSTICS_ABI_5. */ + +extern void +private_diagnostic_set_nesting_level (diagnostic *diag, + int nesting_level) + LIBGDIAGNOSTICS_PARAM_MUST_BE_NON_NULL (1); + } // extern "C" #endif /* LIBGDIAGNOSTICS_PRIVATE_H */ |