* fileio.c (file_name_as_directory): Use const pointers when appropriate.
(Fexpand_file_name): Likewise. In particular, newdir might point at constant storage, so make it a const pointer.
Showing
Please register or sign in to comment
(Fexpand_file_name): Likewise. In particular, newdir might point at constant storage, so make it a const pointer.