From 70f8732bec844e8be3c7e04238ccf763bd35c027 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 10 Feb 2005 00:08:16 +0000 Subject: *** empty log message *** --- util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util.h') diff --git a/util.h b/util.h index 0ed3e81f..81be0269 100644 --- a/util.h +++ b/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') -- cgit v1.2.3