diff options
Diffstat (limited to 'libcpp/internal.h')
-rw-r--r-- | libcpp/internal.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libcpp/internal.h b/libcpp/internal.h index 9973836..8ca4c75 100644 --- a/libcpp/internal.h +++ b/libcpp/internal.h @@ -622,8 +622,8 @@ struct cpp_reader zero of said file. */ location_t main_loc; - /* If non-zero, override diagnostic locations (other than DK_NOTE - diagnostics) to this one. */ + /* If non-zero, override diagnostic locations (other than + diagnostics::kind::note diagnostics) to this one. */ location_t diagnostic_override_loc; /* Returns true iff we should warn about UTF-8 bidirectional control |