comparison src/xdisp.c @ 29748:1cd9b7a33ad1

(dump_glyph_matrix): Add `static' to declaration (for pcc).
author Dave Love <fx@gnu.org>
date Mon, 19 Jun 2000 16:08:09 +0000
parents 9ad6e18de5f7
children 6c3a17ddb763
comparison
equal deleted inserted replaced
29747:65a5d08f12ec 29748:1cd9b7a33ad1
10576 10576
10577 10577
10578 /* Dump the contents of glyph matrix MATRIX on stderr. If 10578 /* Dump the contents of glyph matrix MATRIX on stderr. If
10579 WITH_GLYPHS_P is non-zero, dump glyph contents as well. */ 10579 WITH_GLYPHS_P is non-zero, dump glyph contents as well. */
10580 10580
10581 void 10581 static void
10582 dump_glyph_matrix (matrix, with_glyphs_p) 10582 dump_glyph_matrix (matrix, with_glyphs_p)
10583 struct glyph_matrix *matrix; 10583 struct glyph_matrix *matrix;
10584 int with_glyphs_p; 10584 int with_glyphs_p;
10585 { 10585 {
10586 int i; 10586 int i;