Mercurial > emacs
view etc/images/disconnect.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 | ed7704221f2b |
children |
line wrap: on
line source
/* XPM */ static char * stock_disconnect_xpm[] = { "24 24 42 1", " c None", ". c #000000", "+ c #989389", "@ c #807D74", "# c #C6C2BA", "$ c #43423C", "% c #B7B3AA", "& c #C4C2BD", "* c #EAE8E3", "= c #E2E1DD", "- c #F0EFEC", "; c #AAA7A0", "> c #C5D2C8", ", c #E9EEEA", "' c #F0EEEB", ") c #F2F0ED", "! c #EBEAE6", "~ c #8A857B", "{ c #ECEBE8", "] c #EEECEA", "^ c #78756B", "/ c #BEBBB5", "( c #B3B1AA", "_ c #7D786E", ": c #E1DFDB", "< c #D1D0CC", "[ c #010101", "} c #8C8981", "| c #A6A29B", "1 c #726D63", "2 c #CECAC3", "3 c #A7A49E", "4 c #0F0F0D", "5 c #F0F3F1", "6 c #272622", "7 c #8B877E", "8 c #706C62", "9 c #B1ADA4", "0 c #6C685E", "a c #97938A", "b c #646056", "c c #8B877D", " ", " ", " ", " ", " ", " ", " .. ..", " ..+@. .#@", " $%&*@.... .*@", " .=-;*@.>>,. .'@", ".....@=-;*@.... .'@", "******)!~{@. .]@", "@@@@^^/(_:^. .<@", "....[^}|12^.... .3@", " 4}|12^.>>5. .3@", " 67890.... .a@", " 44+b. .c@", " 44 4.", " ", " ", " ", " ", " ", " "};