X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=gas%2Finput-file.h;h=4d711e53ee84ed6d2d253b22c6706a26a705e929;hb=b685de86cc42cec995c38c042a4377be471fc77b;hp=7f7b65f8eedafe25c9c9b83b0de8dd9c7f2b402d;hpb=4b95cf5c0c75d6efc1b2f96af72317aecca079f1;p=binutils-gdb.git diff --git a/gas/input-file.h b/gas/input-file.h index 7f7b65f8eed..4d711e53ee8 100644 --- a/gas/input-file.h +++ b/gas/input-file.h @@ -1,5 +1,5 @@ /* input_file.h header for input-file.c - Copyright (C) 1987-2014 Free Software Foundation, Inc. + Copyright (C) 1987-2021 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. @@ -18,7 +18,7 @@ Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ -/*"input_file.c":Operating-system dependant functions to read source files.*/ +/*"input_file.c":Operating-system dependent functions to read source files.*/ /* * No matter what the operating system, this module must provide the @@ -61,5 +61,5 @@ size_t input_file_buffer_size (void); void input_file_begin (void); void input_file_close (void); void input_file_end (void); -void input_file_open (char *filename, int pre); +void input_file_open (const char *filename, int pre); void input_file_pop (char *arg);