aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDave Love2000-06-19 16:08:09 +0000
committerDave Love2000-06-19 16:08:09 +0000
commit5f85fa4e6cb673b89c8fe80ff6e0952da713b761 (patch)
tree1cd9f2e884496376335d443cad8f83c53545d03d /src
parentcdf0357bd633fc7ff2b15bab92cb4d762c71d55a (diff)
downloademacs-5f85fa4e6cb673b89c8fe80ff6e0952da713b761.tar.gz
emacs-5f85fa4e6cb673b89c8fe80ff6e0952da713b761.zip
(dump_glyph_matrix): Add `static' to declaration (for pcc).
Diffstat (limited to 'src')
-rw-r--r--src/xdisp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xdisp.c b/src/xdisp.c
index 5676aa4b245..4f0449383c6 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -10578,7 +10578,7 @@ static void dump_glyph_matrix P_ ((struct glyph_matrix *, int));
10578/* Dump the contents of glyph matrix MATRIX on stderr. If 10578/* Dump the contents of glyph matrix MATRIX on stderr. If
10579 WITH_GLYPHS_P is non-zero, dump glyph contents as well. */ 10579 WITH_GLYPHS_P is non-zero, dump glyph contents as well. */
10580 10580
10581void 10581static void
10582dump_glyph_matrix (matrix, with_glyphs_p) 10582dump_glyph_matrix (matrix, with_glyphs_p)
10583 struct glyph_matrix *matrix; 10583 struct glyph_matrix *matrix;
10584 int with_glyphs_p; 10584 int with_glyphs_p;