rpc.cmsd: use TIRPC on Linux
[oweals/cde.git] / cde / programs / nsgmls / ParserState.C
index 55a39bd3bbd2e1da92399e171f77cdc349bc58dd..ba8dee070edee15789e2dd2e766d49248900d967 100644 (file)
@@ -16,7 +16,7 @@
  * details.
  *
  * You should have received a copy of the GNU Lesser General Public
- * License along with these librararies and programs; if not, write
+ * License along with these libraries and programs; if not, write
  * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
  * Floor, Boston, MA 02110-1301 USA
  */
@@ -97,7 +97,10 @@ ParserState::ParserState(const Ptr<EntityManager> &em,
   currentMarkup_(0),
   cancelPtr_(&dummyCancel_),
   finalPhase_(finalPhase),
-  hadAfdrDecl_(0)
+  hadAfdrDecl_(0),
+  pass2StartOffset_(0),
+  phase_(noPhase),
+  specialParseMode_()
 {
 }