diff src/lisp.h @ 2515:c0cdd6a80391

long_to_cons and cons_to_long are generally useful things; they're needed whether or not X is defined. * xselect.c (long_to_cons, cons_to_long): Moved from here... * data.c (long_to_cons, cons_to_long): ... to here. * lisp.h (long_to_cons, cons_to_long): Add extern declaration.
author Jim Blandy <jimb@redhat.com>
date Sat, 10 Apr 1993 08:05:07 +0000
parents b6c62e4abf59
children b3c605e9bb30
line wrap: on
line diff
--- a/src/lisp.h	Sat Apr 10 08:04:27 1993 +0000
+++ b/src/lisp.h	Sat Apr 10 08:05:07 1993 +0000
@@ -985,6 +985,8 @@
 extern Lisp_Object Fadd1 (), Fsub1 ();
 
 extern Lisp_Object make_number ();
+extern Lisp_Object   long_to_cons ();
+extern unsigned long cons_to_long ();
 extern void args_out_of_range ();
 extern void args_out_of_range_3 ();
 extern Lisp_Object wrong_type_argument ();