• Eli Zaretskii's avatar
    Default to stack objects on DOS_NT platforms as well. · db61bdb1
    Eli Zaretskii authored
     src/w32term.h (ALIGN_STACK) [__GNUC__]: Define to
     __attribute__((force_align_arg_pointer)) for GCC 4.2 and later.
     src/lisp.h (USE_STACK_LISP_OBJECTS): Remove the !DOS_NT condition.
     src/w32proc.c (enum_locale_fn, enum_codepage_fn): Add the
     ALIGN_STACK attribute.
     src/w32fns.c (w32_monitor_enum): Add the ALIGN_STACK attribute.
     src/w32uniscribe.c (add_opentype_font_name_to_list): Add the
     ALIGN_STACK attribute.
     src/w32font.c (add_font_name_to_list, add_font_entity_to_list)
     (add_one_font_entity_to_list): Add the ALIGN_STACK attribute.
    db61bdb1
w32uniscribe.c 30.5 KB