summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2005-02-10 00:08:16 +0000
committerJohn Wiegley <johnw@newartisans.com>2008-04-13 02:40:58 -0400
commit70f8732bec844e8be3c7e04238ccf763bd35c027 (patch)
tree804385ad132dd8beb59ef22aa226b517bb5e9b78
parent1c7669671c46e463251589fad07aa470b27f80e8 (diff)
downloadfork-ledger-70f8732bec844e8be3c7e04238ccf763bd35c027.tar.gz
fork-ledger-70f8732bec844e8be3c7e04238ccf763bd35c027.tar.bz2
fork-ledger-70f8732bec844e8be3c7e04238ccf763bd35c027.zip
*** empty log message ***
-rw-r--r--util.h2
1 files changed, 1 insertions, 1 deletions
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')