comparison src/lstream.c @ 410:de805c49cfc1 r21-2-35

Import from CVS: tag r21-2-35
author cvs
date Mon, 13 Aug 2007 11:19:21 +0200
parents a86b2b5e0111
children 697ef44129c6
comparison
equal deleted inserted replaced
409:301b9ebbdf3b 410:de805c49cfc1
24 24
25 /* Written by Ben Wing. */ 25 /* Written by Ben Wing. */
26 26
27 #include <config.h> 27 #include <config.h>
28 #include "lisp.h" 28 #include "lisp.h"
29 #include <limits.h>
30 29
31 #include "buffer.h" 30 #include "buffer.h"
32 #include "insdel.h" 31 #include "insdel.h"
33 #include "lstream.h" 32 #include "lstream.h"
34 33