X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gas%2Finput-file.h;h=52447ed407b8d6ad01a336330a0357ec5f8e2d22;hb=2301204a3b3cd6553f7490498b3adc5973157c1b;hp=cedaa9bdd620fd58f4f78649a3c20b0198e874a5;hpb=6f2750feaf2827ef8a1a0a5b2f90c1e9a6cabbd1;p=deliverable%2Fbinutils-gdb.git diff --git a/gas/input-file.h b/gas/input-file.h index cedaa9bdd6..52447ed407 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-2016 Free Software Foundation, Inc. + Copyright (C) 1987-2020 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);