comparison src/lisp.h @ 5814:a216b3c2b09e

Add TLS support. See xemacs-patches message with ID <CAHCOHQk6FNm2xf=XiGEpPq43+7WOzNZ=SuD9V79o3wb9WVCTrQ@mail.gmail.com>.
author Jerry James <james@xemacs.org>
date Tue, 07 Oct 2014 21:16:10 -0600
parents 72c5d36ba3b6
children b3824b7f5627
comparison
equal deleted inserted replaced
5813:36dddf9d90d1 5814:a216b3c2b09e
5766 Lisp_Object, Bytecount, 5766 Lisp_Object, Bytecount,
5767 Bytecount, int, Error_Behavior, int); 5767 Bytecount, int, Error_Behavior, int);
5768 Bytecount fast_lisp_string_match (Lisp_Object, Lisp_Object); 5768 Bytecount fast_lisp_string_match (Lisp_Object, Lisp_Object);
5769 extern Fixnum warn_about_possibly_incompatible_back_references; 5769 extern Fixnum warn_about_possibly_incompatible_back_references;
5770 5770
5771 /* Defined in sequence.c */
5772 EXFUN (Ffill, MANY);
5771 5773
5772 /* Defined in signal.c */ 5774 /* Defined in signal.c */
5773 void init_interrupts_late (void); 5775 void init_interrupts_late (void);
5774 5776
5775 /* Defined in sound.c */ 5777 /* Defined in sound.c */