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:
parent
cdf0357bd6
commit
5f85fa4e6c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user