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:
parent
cdf0357bd6
commit
5f85fa4e6c
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue