diff options
author | John Wiegley <johnw@newartisans.com> | 2005-02-10 00:08:16 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 02:40:58 -0400 |
commit | 70f8732bec844e8be3c7e04238ccf763bd35c027 (patch) | |
tree | 804385ad132dd8beb59ef22aa226b517bb5e9b78 | |
parent | 1c7669671c46e463251589fad07aa470b27f80e8 (diff) | |
download | fork-ledger-70f8732bec844e8be3c7e04238ccf763bd35c027.tar.gz fork-ledger-70f8732bec844e8be3c7e04238ccf763bd35c027.tar.bz2 fork-ledger-70f8732bec844e8be3c7e04238ccf763bd35c027.zip |
*** empty log message ***
-rw-r--r-- | util.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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') |