Remove Unixware and openserver support
[oweals/cde.git] / cde / programs / nsgmls / Syntax.C
index f5a64622bbd18fe50674a9fe5c594ecc6db6606d..22a0ad586976629bae8ec219ef2c39471c07e37a 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
  */
@@ -64,7 +64,9 @@ Syntax::Syntax(const Sd &sd)
   categoryTable_(otherCategory),
   shuncharControls_(0),
   multicode_(0),
-  markupScanTable_(MarkupScan::normal)
+  markupScanTable_(MarkupScan::normal),
+  namecaseGeneral_(false),
+  namecaseEntity_(false)
 {
   static const char lcletter[] = "abcdefghijklmnopqrstuvwxyz";
   static const char ucletter[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZ";