* lread.c (load_path_check): Now static.
This commit is contained in:
parent
6045c4fdb8
commit
b3350bf9c0
2 changed files with 3 additions and 1 deletions
|
@ -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]:
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue