emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/disptab.h


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/src/disptab.h
Date: Thu, 28 Feb 2002 20:25:52 -0500

Index: emacs/src/disptab.h
diff -c emacs/src/disptab.h:1.15 emacs/src/disptab.h:1.16
*** emacs/src/disptab.h:1.15    Thu Apr 10 17:16:33 1997
--- emacs/src/disptab.h Fri Nov 21 09:46:31 1997
***************
*** 33,48 ****
  #define DISP_INVIS_VECTOR(dp) ((dp)->extras[4])
  #define DISP_BORDER_GLYPH(dp) ((dp)->extras[5])
  
! extern Lisp_Object disp_char_vector ();
  
  #define DISP_CHAR_VECTOR(dp, c) \
    (SINGLE_BYTE_CHAR_P(c) ? (dp)->contents[c] : disp_char_vector ((dp), (c)))
  
  /* Defined in window.c.  */
! extern struct Lisp_Char_Table *window_display_table ();
  
  /* Defined in indent.c.  */
! extern struct Lisp_Char_Table *buffer_display_table ();
  
  /* Display table to use for vectors that don't specify their own.  */
  extern Lisp_Object Vstandard_display_table;
--- 33,48 ----
  #define DISP_INVIS_VECTOR(dp) ((dp)->extras[4])
  #define DISP_BORDER_GLYPH(dp) ((dp)->extras[5])
  
! extern Lisp_Object disp_char_vector P_ ((struct Lisp_Char_Table *, int));
  
  #define DISP_CHAR_VECTOR(dp, c) \
    (SINGLE_BYTE_CHAR_P(c) ? (dp)->contents[c] : disp_char_vector ((dp), (c)))
  
  /* Defined in window.c.  */
! extern struct Lisp_Char_Table *window_display_table P_ ((struct window *));
  
  /* Defined in indent.c.  */
! extern struct Lisp_Char_Table *buffer_display_table P_ ((void));
  
  /* Display table to use for vectors that don't specify their own.  */
  extern Lisp_Object Vstandard_display_table;
***************
*** 99,106 ****
  #define NULL_GLYPH 00
  
  #define GLYPH_FROM_CHAR(c) (c)
- 
- extern int glyphlen ();
- extern void str_to_glyph_cpy ();
- extern void str_to_glyph_ncpy ();
- extern void glyph_to_str_cpy ();
--- 99,101 ----



reply via email to

[Prev in Thread] Current Thread [Next in Thread]