(list_fontsets): Use const for pointer to lisp string data.
int force;
{
Lisp_Object family, registry;
- char *p = SDATA (fontname);
- char *sep[15];
+ const char *p = SDATA (fontname);
+ const char *sep[15];
int i = 0;
while (*p && i < 15)
for (i = 0; i < ASIZE (Vfontset_table); i++)
{
Lisp_Object fontset;
- unsigned char *this_name;
+ const unsigned char *this_name;
fontset = FONTSET_FROM_ID (i);
if (NILP (fontset)
for (id = 0; id < ASIZE (Vfontset_table); id++)
{
Lisp_Object fontset;
- unsigned char *name;
+ const unsigned char *name;
fontset = FONTSET_FROM_ID (id);
if (NILP (fontset)