* fileio.c (file_name_as_directory): Use const pointers when appropriate.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 15 Mar 2011 02:46:32 +0000 (19:46 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 15 Mar 2011 02:46:32 +0000 (19:46 -0700)
commit2893f1463d31f84556a78b1a714f2427064caf78
treecbaa728007b6a8a9f2842252f6f69c159ed83013
parentf14b7e14bb9284b6020431789ebc4c0dac1ef487
* 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.
src/ChangeLog
src/fileio.c