From 5f85fa4e6cb673b89c8fe80ff6e0952da713b761 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Mon, 19 Jun 2000 16:08:09 +0000 Subject: [PATCH] (dump_glyph_matrix): Add `static' to declaration (for pcc). --- src/xdisp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5