Don't say "source file is newer" when either file is inaccessible.
authorLudovic Courtès <ludo@gnu.org>
Sat, 4 Sep 2010 14:13:42 +0000 (16:13 +0200)
committerLudovic Courtès <ludo@gnu.org>
Sat, 4 Sep 2010 14:13:42 +0000 (16:13 +0200)
commit722a4fb99e0be441005c65e303359d1b5885f1c4
tree6912c81be1f4a7031a69f41f96da8914064e03fc
parentabca59fea4c3652b1587f982bbf185423967bcfb
Don't say "source file is newer" when either file is inaccessible.

* libguile/load.c (compiled_is_fresh): Don't emit "source file is newer"
  warning when either FULL_FILENAME or COMPILED_FILENAME could not be
  stat'd.  This is consistent with what load/compiled-file-name do.
libguile/load.c