From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Philipp Stephani
> From: Philipp Stephani <p.stephani2@gmail.com>
> Date: Fri, 21 Apr 2017 22:05:58 +0200
>
> nsterm.m:6969:8: error: member reference base type 'enum z_group= 39; is not a structure or union
>=C2=A0 =C2=A0if (!NILP (FRAME_Z_GROUP (f)))
>=C2=A0 =C2=A0 =C2=A0 =C2=A0 ^~~~~~~~~~~~~~~~~~~~~~~~
It should compare against z_group_none instead.
> (Tangentially, is there any reason not to define Lisp_Object as struct=
> unconditionally, to avoid such coding errors?)
Yes, it produces slower code.