*** empty log message ***
This commit is contained in:
parent
1c7669671c
commit
70f8732bec
1 changed files with 1 additions and 1 deletions
2
util.h
2
util.h
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue