1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-01 11:14:55 +00:00

(dump_glyph_matrix): Add `static' to declaration (for pcc).

This commit is contained in:
Dave Love 2000-06-19 16:08:09 +00:00
parent cdf0357bd6
commit 5f85fa4e6c

View 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;