Mercurial > hg > xemacs-beta
comparison src/objects-msw.c @ 296:5a79be0ef6a8 r21-0b46
Import from CVS: tag r21-0b46
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:38:46 +0200 |
parents | 4b85ae5eabfb |
children | afd57c14dfc8 |
comparison
equal
deleted
inserted
replaced
295:9d5da8baa111 | 296:5a79be0ef6a8 |
---|---|
827 * the corresponding field in the other pattern is either identical or blank. | 827 * the corresponding field in the other pattern is either identical or blank. |
828 */ | 828 */ |
829 static int | 829 static int |
830 match_font (char *pattern1, char *pattern2, char *fontname) | 830 match_font (char *pattern1, char *pattern2, char *fontname) |
831 { | 831 { |
832 char *c1=pattern1, *c2=pattern2, *e1, *e2; | 832 char *c1=pattern1, *c2=pattern2, *e1=0, *e2=0; |
833 int i; | 833 int i; |
834 | 834 |
835 if (fontname) | 835 if (fontname) |
836 fontname[0] = '\0'; | 836 fontname[0] = '\0'; |
837 | 837 |