comparison src/xfaces.c @ 46293:1fb8f75062c6

Use macro SPECPDL_INDEX.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 11 Jul 2002 14:18:02 +0000
parents 3f111801efb4
children 40db0673e6f0
comparison
equal deleted inserted replaced
46292:712d0161e499 46293:1fb8f75062c6
2842 struct frame *f = check_x_frame (frame); 2842 struct frame *f = check_x_frame (frame);
2843 int nfonts, i; 2843 int nfonts, i;
2844 struct font_name *fonts; 2844 struct font_name *fonts;
2845 Lisp_Object result; 2845 Lisp_Object result;
2846 struct gcpro gcpro1; 2846 struct gcpro gcpro1;
2847 int count = specpdl_ptr - specpdl; 2847 int count = SPECPDL_INDEX ();
2848 int limit; 2848 int limit;
2849 2849
2850 /* Let's consider all fonts. Increase the limit for matching 2850 /* Let's consider all fonts. Increase the limit for matching
2851 fonts until we have them all. */ 2851 fonts until we have them all. */
2852 for (limit = 500;;) 2852 for (limit = 500;;)