Mercurial > emacs
changeset 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 | 65a5d08f12ec |
children | 4235764941b5 |
files | src/xdisp.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xdisp.c Mon Jun 19 16:06:25 2000 +0000 +++ b/src/xdisp.c Mon Jun 19 16:08:09 2000 +0000 @@ -10578,7 +10578,7 @@ /* 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;