Mercurial > hg > xemacs-beta
diff src/lstream.h @ 456:e7ef97881643 r21-2-43
Import from CVS: tag r21-2-43
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:41:24 +0200 |
parents | 576fb035e263 |
children | 0784d089fdc9 |
line wrap: on
line diff
--- a/src/lstream.h Mon Aug 13 11:40:56 2007 +0200 +++ b/src/lstream.h Mon Aug 13 11:41:24 2007 +0200 @@ -167,8 +167,8 @@ size_t unget_buffer_ind; /* pointer to next buffer spot to write a character */ size_t byte_count; - long flags; /* Align pointer for 64 bit machines (kny) */ - char data[1]; + int flags; + max_align_t data[1]; }; #define LSTREAM_TYPE_P(lstr, type) \