diff options
Diffstat (limited to 'libcpp/errors.c')
-rw-r--r-- | libcpp/errors.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcpp/errors.c b/libcpp/errors.c index 0b7c1e0..5e8e637 100644 --- a/libcpp/errors.c +++ b/libcpp/errors.c @@ -76,7 +76,7 @@ print_location (cpp_reader *pfile, source_location line, unsigned int col) big enough max_column_hint.) Returns 0 if the error has been suppressed. */ -int +static int _cpp_begin_message (cpp_reader *pfile, int code, source_location src_loc, unsigned int column) { |