comparison src/lib/istream-internal.h @ 6410:e4eb71ae8e96 HEAD

Changed .h ifdef/defines to use <NAME>_H format.
author Timo Sirainen <tss@iki.fi>
date Sun, 16 Sep 2007 11:31:27 +0300
parents 6c0bfc35af03
children b0096861c390
comparison
equal deleted inserted replaced
6409:7f733ba453bf 6410:e4eb71ae8e96
1 #ifndef __ISTREAM_INTERNAL_H 1 #ifndef ISTREAM_INTERNAL_H
2 #define __ISTREAM_INTERNAL_H 2 #define ISTREAM_INTERNAL_H
3 3
4 #include "istream.h" 4 #include "istream.h"
5 #include "iostream-internal.h" 5 #include "iostream-internal.h"
6 6
7 #define I_STREAM_MIN_SIZE 4096 7 #define I_STREAM_MIN_SIZE 4096