bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#18699: 25.0.50; Windows 7: Odd length text property list


From: Óscar Fuentes
Subject: bug#18699: 25.0.50; Windows 7: Odd length text property list
Date: Mon, 13 Oct 2014 12:27:41 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

Eli Zaretskii <eliz@gnu.org> writes:

> The important part is the force_align_arg_pointer attribute.
>
> This is set up in w32term.h, like this:
>
>   #ifdef __GNUC__
>   # if USE_STACK_LISP_OBJECTS && !defined _W64 && !defined __x86_64__     \
>     && __GNUC__ + (__GNUC_MINOR__ > 1) >= 5
>   #  define ALIGN_STACK __attribute__((force_align_arg_pointer))

The problem is _W64, which is defined to _w64. This doesn't make much
sense to me. I'll ask on the MinGW-w64 ml.

Thanks.





reply via email to

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