]> code.delx.au - gnu-emacs/blobdiff - src/disptab.h
Merge from trunk.
[gnu-emacs] / src / disptab.h
index 76fc586f1375ead58547bc98ce44b7390884a179..e70079d2098e94618e91b8bdaff8f09a218d873a 100644 (file)
@@ -54,7 +54,7 @@ extern Lisp_Object Qdisplay_table;
 /* Return the current length of the GLYPH table,
    or 0 if the table isn't currently valid.  */
 #define GLYPH_TABLE_LENGTH  \
-  ((VECTORP (Vglyph_table)) ? XVECTOR_SIZE (Vglyph_table) : 0)
+  ((VECTORP (Vglyph_table)) ? ASIZE (Vglyph_table) : 0)
 
 /* Return the current base (for indexing) of the GLYPH table,
    or 0 if the table isn't currently valid.  */