X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=Misc%2Fstrutils.cxx;h=2f23d83f4919601a30a8b13ed2686fabb3980734;hb=75bc07dc420a1d4ad1753d6b5164b2c1b45496e9;hp=4c2f520e9fe7ceed75cb956109bb0e56b2c58664;hpb=bac27f1ce30eb6e517f0c55b36d3f8a9f9a04975;p=flightgear.git diff --git a/Misc/strutils.cxx b/Misc/strutils.cxx index 4c2f520e9..2f23d83f4 100644 --- a/Misc/strutils.cxx +++ b/Misc/strutils.cxx @@ -27,6 +27,8 @@ #include "strutils.hxx" +const string whitespace = " \n\r\t"; + // string trimleft( const string& s, const string& trimmings ) @@ -69,6 +71,9 @@ trim( const string& s, const string& trimmings ) } // $Log$ +// Revision 1.2 1998/10/18 01:17:15 curt +// Point3D tweaks. +// // Revision 1.1 1998/09/01 19:06:30 curt // Initial revision. //