/[emacs]/emacs/src/xfaces.c
ViewVC logotype

Diff of /emacs/src/xfaces.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.259 by raeburn, Mon Jul 15 00:00:37 2002 UTC revision 1.260 by raeburn, Tue Jul 16 19:49:19 2002 UTC
# Line 824  x_free_gc (f, gc) Line 824  x_free_gc (f, gc)
824    
825  int  int
826  xstricmp (s1, s2)  xstricmp (s1, s2)
827       unsigned char *s1, *s2;       const unsigned char *s1, *s2;
828  {  {
829    while (*s1 && *s2)    while (*s1 && *s2)
830      {      {

Legend:
Removed from v.1.259  
changed lines
  Added in v.1.260

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26