X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/40d83b412f584cc02e68d4eac8fd5e6eb769e2fe..eab3844f965646b62e242aa622754b86d1fd3444:/src/w32font.c diff --git a/src/w32font.c b/src/w32font.c index d86107bc6d..a9fa5256a4 100644 --- a/src/w32font.c +++ b/src/w32font.c @@ -165,7 +165,7 @@ intern_font_name (char * string) /* The following code is copied from the function intern (in lread.c). */ obarray = Vobarray; - if (!VECTORP (obarray) || XVECTOR (obarray)->size == 0) + if (!VECTORP (obarray) || XVECTOR_SIZE (obarray) == 0) obarray = check_obarray (obarray); tem = oblookup (obarray, SDATA (str), len, len); if (SYMBOLP (tem)) @@ -2581,4 +2581,3 @@ versions of Windows) characters. */); w32font_driver.type = Qgdi; register_font_driver (&w32font_driver, NULL); } -