# HG changeset patch # User Kenichi Handa # Date 974336008 0 # Node ID c4c7abc4875221823f8327f1a3e3d989fb8b80af # Parent 27fb2616a75ea1248bd840c277c5316c8600160d (null_row): New gloval static variable. (clear_glyph_row): Delete local static variable null_row. diff -r 27fb2616a75e -r c4c7abc48752 src/dispnew.c --- a/src/dispnew.c Thu Nov 16 00:53:00 2000 +0000 +++ b/src/dispnew.c Thu Nov 16 00:53:28 2000 +0000 @@ -976,12 +976,13 @@ changes in the glyph_row structure, i.e. addition or removal of structure members. */ +static struct glyph_row null_row; + void clear_glyph_row (row) struct glyph_row *row; { struct glyph *p[1 + LAST_AREA]; - static struct glyph_row null_row; /* Save pointers. */ p[LEFT_MARGIN_AREA] = row->glyphs[LEFT_MARGIN_AREA];