Mercurial > emacs
view etc/images/info.xpm @ 105885:8103235103a7
Let integers use up 2 tags to give them one extra bit and double their range.
* lisp.h (USE_2_TAGS_FOR_INTS): New macro.
(LISP_INT_TAG, case_Lisp_Int, LISP_STRING_TAG, LISP_INT_TAG_P): New macros.
(enum Lisp_Type): Use them. Give explicit values.
(Lisp_Type_Limit): Remove.
(XINT, XUINT, make_number) [!USE_LISP_UNION_TYPE]:
(MOST_NEGATIVE_FIXNUM, MOST_POSITIVE_FIXNUM, INTMASK):
Pay attention to USE_2_TAGS_FOR_INTS.
(INTEGERP): Use LISP_INT_TAG_P.
* fns.c (internal_equal): Simplify the default case.
(sxhash): Use case_Lisp_Int.
* data.c (wrong_type_argument): Don't check against Lisp_Type_Limit any more.
(Ftype_of): Use case_Lisp_Int.
(store_symval_forwarding): Take into account the fact that Ints can
now have more than one tag.
* buffer.c (syms_of_buffer): Use LISP_INT_TAG.
buffer_slot_type_mismatch):
* xfaces.c (face_attr_equal_p):
* print.c (print_object):
* alloc.c (mark_maybe_object, mark_object, survives_gc_p): Use case_Lisp_Int.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 06 Nov 2009 18:47:48 +0000 |
parents | fbbac2460322 |
children |
line wrap: on
line source
/* XPM */ static char * info_xpm[] = { "24 24 29 1", " c None", ". c #4F4F4F", "+ c #616161", "@ c #979797", "# c #A6A6A6", "$ c #BEBEBE", "% c #E0E0E0", "& c #C1C1C1", "* c #7B7B7B", "= c #D2D2D2", "- c #C8C8C8", "; c #DFDFDF", "> c #F8F8F8", ", c #8E8E8E", "' c #D7D7D7", ") c #D4D4D4", "! c #6E6E6E", "~ c #E5E5E5", "{ c #CDCDCD", "] c #727272", "^ c #DBDBDB", "/ c #6B6B6B", "( c #9C9C9C", "_ c #A5A5A5", ": c #737373", "< c #AEAEAE", "[ c #A3A3A3", "} c #B5B5B5", "| c #2B2B2B", " ", " .+++. ", " +@#$%%&*. ", " +$======%$. ", " +@-=;>>>;==,. ", " +'=>>>>>>>$)+ ", " !)=%~>>>~;={+ ", " ]$==$,,,$^=$+ ", " /(==,%%$,==_ ", " :$=%%%,$='+ ", " +(=%;%<^;, ", " +;=%<=;$+ ", " +$;==;;[ ", " @@@@@}@ ", " @>>>)))}@ ", " @>>)}@@ ", " @>~))))}@ ", " @@>>)}}@@ ", " @>~))))}@ ", " @@@@@@@ ", " .+.|| ", " ", " ", " "};