Applied the VMS update patch from Craig A. Berry update Daniel

* vms/build_libxml.com vms/config.vms vms/readme.vms
  include/libxml/parser.h include/libxml/parserInternals.h
  include/libxml/tree.h include/libxml/xmlIO.h
  HTMLparser.c catalog.c debugXML.c parser.c parserInternals.c
  tree.c triodef.h trionan.c uri.c xmlIO.c xpath.c:
  Applied the VMS update patch from Craig A. Berry
* doc/*.html: update
Daniel
diff --git a/trionan.c b/trionan.c
index 5d63ad7..3a65986 100644
--- a/trionan.c
+++ b/trionan.c
@@ -773,7 +773,7 @@
 
 static TRIO_CONST char *
 getClassification
-TRIO_ARGS1((type)
+TRIO_ARGS1((type),
 	   int type)
 {
   switch (type) {
@@ -794,7 +794,7 @@
 
 static void
 print_class
-TRIO_ARGS2((prefix, number)
+TRIO_ARGS2((prefix, number),
 	   TRIO_CONST char *prefix,
 	   double number)
 {