/[emacs]/emacs/src/lisp.h
ViewVC logotype

Diff of /emacs/src/lisp.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.407.2.3 by handa, Wed Jun 12 00:14:48 2002 UTC revision 1.407.2.4 by handa, Fri Jul 26 04:06:43 2002 UTC
# Line 727  struct Lisp_Vector Line 727  struct Lisp_Vector
727  /* Almost equivalent to Faref (CT, IDX) with optimization for ASCII  /* Almost equivalent to Faref (CT, IDX) with optimization for ASCII
728     characters.  Do not check validity of CT.  */     characters.  Do not check validity of CT.  */
729  #define CHAR_TABLE_REF(CT, IDX)                                          \  #define CHAR_TABLE_REF(CT, IDX)                                          \
730    (((IDX) >= 0 && ASCII_CHAR_P (IDX)                                     \    ((ASCII_CHAR_P (IDX)                                                   \
731      && SUB_CHAR_TABLE_P (XCHAR_TABLE (CT)->ascii)                        \      && SUB_CHAR_TABLE_P (XCHAR_TABLE (CT)->ascii)                        \
732      && !NILP (XSUB_CHAR_TABLE (XCHAR_TABLE (CT)->ascii)->contents[IDX])) \      && !NILP (XSUB_CHAR_TABLE (XCHAR_TABLE (CT)->ascii)->contents[IDX])) \
733     ? XSUB_CHAR_TABLE (XCHAR_TABLE (CT)->ascii)->contents[IDX]            \     ? XSUB_CHAR_TABLE (XCHAR_TABLE (CT)->ascii)->contents[IDX]            \
# Line 3061  extern void fatal () NO_RETURN; Line 3061  extern void fatal () NO_RETURN;
3061  #ifdef HAVE_X_WINDOWS  #ifdef HAVE_X_WINDOWS
3062  /* Defined in fontset.c */  /* Defined in fontset.c */
3063  extern void syms_of_fontset P_ ((void));  extern void syms_of_fontset P_ ((void));
3064  EXFUN (Fset_fontset_font, 4);  EXFUN (Fset_fontset_font, 5);
3065  #endif  #endif
3066    
3067  /* Defined in xfaces.c */  /* Defined in xfaces.c */

Legend:
Removed from v.1.407.2.3  
changed lines
  Added in v.1.407.2.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26