--- parser3/src/include/pa_string.h 2003/10/10 05:59:15 1.150 +++ parser3/src/include/pa_string.h 2003/10/21 05:11:00 1.151 @@ -8,7 +8,7 @@ #ifndef PA_STRING_H #define PA_STRING_H -static const char* IDENT_STRING_H="$Date: 2003/10/10 05:59:15 $"; +static const char* IDENT_STRING_H="$Date: 2003/10/21 05:11:00 $"; // includes @@ -350,6 +350,8 @@ private: public: + static const String Empty; + explicit String(const char* cstr=0, size_t helper_length=0, bool tainted=false); explicit String(const C cstr, bool tainted=false); String(Body abody, Language alang): body(abody), langs(alang) {