1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-12 14:30:42 -08: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;