Mercurial > hg > xemacs-beta
comparison src/lisp.h @ 577:910449c92002
[xemacs-hg @ 2001-05-25 10:04:26 by hrvojen]
Commit the new, faster version of long_to_string.
Published in <sxsofsiy5ze.fsf@florida.arsdigita.de>.
author | hrvojen |
---|---|
date | Fri, 25 May 2001 10:04:29 +0000 |
parents | 9cdcb214753f |
children | 190b164ddcac |
comparison
equal
deleted
inserted
replaced
576:6db80f4ab17c | 577:910449c92002 |
---|---|
2833 /* Same goes for this function. */ | 2833 /* Same goes for this function. */ |
2834 void write_string_1 (const Bufbyte *, Bytecount, Lisp_Object); | 2834 void write_string_1 (const Bufbyte *, Bytecount, Lisp_Object); |
2835 void print_cons (Lisp_Object, Lisp_Object, int); | 2835 void print_cons (Lisp_Object, Lisp_Object, int); |
2836 void print_vector (Lisp_Object, Lisp_Object, int); | 2836 void print_vector (Lisp_Object, Lisp_Object, int); |
2837 void print_string (Lisp_Object, Lisp_Object, int); | 2837 void print_string (Lisp_Object, Lisp_Object, int); |
2838 char *long_to_string (char *, long); | 2838 void long_to_string (char *, long); |
2839 void print_internal (Lisp_Object, Lisp_Object, int); | 2839 void print_internal (Lisp_Object, Lisp_Object, int); |
2840 void print_symbol (Lisp_Object, Lisp_Object, int); | 2840 void print_symbol (Lisp_Object, Lisp_Object, int); |
2841 void print_float (Lisp_Object, Lisp_Object, int); | 2841 void print_float (Lisp_Object, Lisp_Object, int); |
2842 extern int print_escape_newlines; | 2842 extern int print_escape_newlines; |
2843 extern int print_readably; | 2843 extern int print_readably; |