From: Dave Love Date: Mon, 19 Jun 2000 16:08:09 +0000 (+0000) Subject: (dump_glyph_matrix): Add `static' to declaration (for pcc). X-Git-Tag: emacs-pretest-21.0.90~3237 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5f85fa4e6cb673b89c8fe80ff6e0952da713b761;p=emacs.git (dump_glyph_matrix): Add `static' to declaration (for pcc). --- diff --git a/src/xdisp.c b/src/xdisp.c index 5676aa4b245..4f0449383c6 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -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;