emacs-devel
[Top][All Lists]
Advanced

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

Re: MPS: face-cache


From: Eli Zaretskii
Subject: Re: MPS: face-cache
Date: Mon, 29 Apr 2024 11:37:59 +0300

> From: Helmut Eller <eller.helmut@gmail.com>
> Cc: Eli Zaretskii <eliz@gnu.org>,  emacs-devel@gnu.org
> Date: Mon, 29 Apr 2024 10:03:17 +0200
> 
> > Could you please check that everything is okay? Should be, just to
> > reassure me that I did it right using Magit.
> 
> LGTM

Are you both using clang or something?  The change didn't compiled for
me with GCC 9.2, because the case in a switch needed braces:

  igc.c: In function 'fix_font':
  igc.c:1671:2: error: a label can only be part of a statement and a 
declaration is not a statement
   1671 |  struct font *f = (struct font *)v;
        |  ^~~~~~
  igc.c:1672:2: error: expected expression before 'Lisp_Object'
   1672 |  Lisp_Object const *type = &f->driver->type;
        |  ^~~~~~~~~~~



reply via email to

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