* lread.c (load_path_check): Now static.

This commit is contained in:
Paul Eggert 2012-07-07 12:33:28 -07:00
parent 6045c4fdb8
commit b3350bf9c0
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,7 @@
2012-07-07 Paul Eggert <eggert@cs.ucla.edu>
* lread.c (load_path_check): Now static.
Fix some minor --with-ns problems found by static checking.
* frame.c (Ftool_bar_pixel_width) [!FRAME_TOOLBAR_WIDTH]:
(x_set_font) [!HAVE_X_WINDOWS]:

View file

@ -4061,7 +4061,7 @@ defvar_kboard (struct Lisp_Kboard_Objfwd *ko_fwd,
/* Check that the elements of Vload_path exist. */
void
static void
load_path_check (void)
{
Lisp_Object path_tail;