* lread.c (load_path_default): Prototype.

This commit is contained in:
Paul Eggert 2013-12-13 14:27:05 -08:00
parent fa5265fc99
commit dc7909c40a
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2013-12-13 Paul Eggert <eggert@cs.ucla.edu>
* lread.c (load_path_default): Prototype.
2013-12-13 Glenn Morris <rgm@gnu.org>
* lread.c: Unconditionally reset load-path after dumping. (Bug#16107)

View file

@ -4159,7 +4159,7 @@ load_path_check (Lisp_Object lpath)
check), then repeat the above steps for source-dir/lisp, site-lisp. */
static Lisp_Object
load_path_default ()
load_path_default (void)
{
Lisp_Object lpath = Qnil;
const char *normal;