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

Diff of /emacs/src/fns.c

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

revision 1.402 by rms, Sun Sep 4 01:11:43 2005 UTC revision 1.403 by dann, Tue Sep 27 18:48:56 2005 UTC
# Line 77  Lisp_Object Qcodeset, Qdays, Qmonths, Qp Line 77  Lisp_Object Qcodeset, Qdays, Qmonths, Qp
77    
78  extern Lisp_Object Qinput_method_function;  extern Lisp_Object Qinput_method_function;
79    
80  static int internal_equal ();  static int internal_equal P_ ((Lisp_Object , Lisp_Object, int, int));
81    
82  extern long get_random ();  extern long get_random ();
83  extern void seed_random ();  extern void seed_random P_ ((long));
84    
85  #ifndef HAVE_UNISTD_H  #ifndef HAVE_UNISTD_H
86  extern long time ();  extern long time ();
# Line 2250  internal_equal (o1, o2, depth, props) Line 2250  internal_equal (o1, o2, depth, props)
2250            if (!internal_equal (OVERLAY_START (o1), OVERLAY_START (o2),            if (!internal_equal (OVERLAY_START (o1), OVERLAY_START (o2),
2251                                 depth + 1, props)                                 depth + 1, props)
2252                || !internal_equal (OVERLAY_END (o1), OVERLAY_END (o2),                || !internal_equal (OVERLAY_END (o1), OVERLAY_END (o2),
2253                                    depth + 1))                                    depth + 1, props))
2254              return 0;              return 0;
2255            o1 = XOVERLAY (o1)->plist;            o1 = XOVERLAY (o1)->plist;
2256            o2 = XOVERLAY (o2)->plist;            o2 = XOVERLAY (o2)->plist;

Legend:
Removed from v.1.402  
changed lines
  Added in v.1.403

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