1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-28 00:01:33 -08:00

(struct frame): Make the `nothing' member of union

output_data an EMACS_INT.
This commit is contained in:
Gerd Moellmann 2000-09-26 12:35:06 +00:00
parent 61f2bcd7d1
commit cf0fb540d0

View file

@ -245,7 +245,7 @@ struct frame
struct x_output *x;
struct w32_output *w32;
struct mac_output *mac;
int nothing;
EMACS_INT nothing;
}
output_data;