long_to_cons and cons_to_long are generally useful things; they're
authorJim Blandy <jimb@redhat.com>
Sat, 10 Apr 1993 08:05:07 +0000 (08:05 +0000)
committerJim Blandy <jimb@redhat.com>
Sat, 10 Apr 1993 08:05:07 +0000 (08:05 +0000)
commit51cf3e317c4a5e5664218b6fe7a1c09f1c81631b
tree36b81604db79c05fa628d67aabefa89eaa25f2ae
parent6904bdcd0874054d3992319455cf049e5f01c69d
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.
src/data.c
src/lisp.h
src/xselect.c