Mercurial > hg > xemacs-beta
diff src/lstream.h @ 219:262b8bb4a523 r20-4b8
Import from CVS: tag r20-4b8
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:09:35 +0200 |
parents | 3d6bfa290dbd |
children | 727739f917cb |
line wrap: on
line diff
--- a/src/lstream.h Mon Aug 13 10:08:36 2007 +0200 +++ b/src/lstream.h Mon Aug 13 10:09:35 2007 +0200 @@ -132,10 +132,11 @@ Lstream_implementation c_name[1] = \ { { (name), (size) } } -#define LSTREAM_FL_IS_OPEN 1 -#define LSTREAM_FL_READ 2 -#define LSTREAM_FL_WRITE 4 -#define LSTREAM_FL_NO_PARTIAL_CHARS 8 +#define LSTREAM_FL_IS_OPEN 1 +#define LSTREAM_FL_READ 2 +#define LSTREAM_FL_WRITE 4 +#define LSTREAM_FL_NO_PARTIAL_CHARS 8 +#define LSTREAM_FL_CLOSE_AT_DISKSAVE 16 struct lstream {