aboutsummaryrefslogtreecommitdiffstats
path: root/trionan.c
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2002-10-22 17:35:37 +0000
committerDaniel Veillard <veillard@src.gnome.org>2002-10-22 17:35:37 +0000
commite645e8c1414b53d96b6cca3c7691005b75b2e647 (patch)
tree48f6df0badc9d67f9bae6f5ddb22fa4345ac3ecd /trionan.c
parentf000f0730381ec768d093c76689b4abb68d7b6cf (diff)
downloadandroid_external_libxml2-e645e8c1414b53d96b6cca3c7691005b75b2e647.tar.gz
android_external_libxml2-e645e8c1414b53d96b6cca3c7691005b75b2e647.tar.bz2
android_external_libxml2-e645e8c1414b53d96b6cca3c7691005b75b2e647.zip
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
Diffstat (limited to 'trionan.c')
-rw-r--r--trionan.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/trionan.c b/trionan.c
index 5d63ad78..3a65986b 100644
--- a/trionan.c
+++ b/trionan.c
@@ -773,7 +773,7 @@ TRIO_ARGS1((number),
static TRIO_CONST char *
getClassification
-TRIO_ARGS1((type)
+TRIO_ARGS1((type),
int type)
{
switch (type) {
@@ -794,7 +794,7 @@ TRIO_ARGS1((type)
static void
print_class
-TRIO_ARGS2((prefix, number)
+TRIO_ARGS2((prefix, number),
TRIO_CONST char *prefix,
double number)
{