From b3350bf9c049962dad72aee7bbd4f6596fb8b778 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 7 Jul 2012 12:33:28 -0700 Subject: [PATCH] * lread.c (load_path_check): Now static. --- src/ChangeLog | 2 ++ src/lread.c | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index 14d82ee3ecb..3ef12b230b0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,7 @@ 2012-07-07 Paul Eggert + * 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]: diff --git a/src/lread.c b/src/lread.c index 92c9e0d5ab3..6b6231a8f11 100644 --- a/src/lread.c +++ b/src/lread.c @@ -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; -- 2.39.2