# HG changeset patch # User Dave Love # Date 961430889 0 # Node ID 1cd9b7a33ad18ec6f4495b9dd8f473cf1c59072e # Parent 65a5d08f12ecc57192e43a7edcc819a1919286f4 (dump_glyph_matrix): Add `static' to declaration (for pcc). diff -r 65a5d08f12ec -r 1cd9b7a33ad1 src/xdisp.c --- 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;