* lread.c (load_path_check): Now static.
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 7 Jul 2012 19:33:28 +0000 (12:33 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 7 Jul 2012 19:33:28 +0000 (12:33 -0700)
src/ChangeLog
src/lread.c

index 14d82ee..3ef12b2 100644 (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]:
index 92c9e0d..6b6231a 100644 (file)
@@ -4061,7 +4061,7 @@ defvar_kboard (struct Lisp_Kboard_Objfwd *ko_fwd,
 \f
 /* Check that the elements of Vload_path exist.  */
 
-void
+static void
 load_path_check (void)
 {
   Lisp_Object path_tail;