]> git.eshelyaron.com Git - emacs.git/commitdiff
(dump_glyph_matrix): Add `static' to declaration (for pcc).
authorDave Love <fx@gnu.org>
Mon, 19 Jun 2000 16:08:09 +0000 (16:08 +0000)
committerDave Love <fx@gnu.org>
Mon, 19 Jun 2000 16:08:09 +0000 (16:08 +0000)
src/xdisp.c

index 5676aa4b245599b584b9f849829ee17f13711345..4f0449383c61e04b23f9e59e5152aaadd9129924 100644 (file)
@@ -10578,7 +10578,7 @@ static void dump_glyph_matrix P_ ((struct glyph_matrix *, int));
 /* Dump the contents of glyph matrix MATRIX on stderr.  If
    WITH_GLYPHS_P is non-zero, dump glyph contents as well.  */
 
-void
+static void
 dump_glyph_matrix (matrix, with_glyphs_p)
      struct glyph_matrix *matrix;
      int with_glyphs_p;