*** empty log message ***

This commit is contained in:
John Wiegley 2005-02-10 00:08:16 +00:00
parent 1c7669671c
commit 70f8732bec

2
util.h
View file

@ -17,7 +17,7 @@ typedef unsigned long ostream_pos_type;
#else
typedef std::istream::pos_type istream_pos_type;
typedef std::ostream::pos_type ostream_pos_type;
#endif // g++ version 2
#endif
inline char * skip_ws(char * ptr) {
while (*ptr == ' ' || *ptr == '\t' || *ptr == '\n')