diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2002-10-22 17:35:37 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2002-10-22 17:35:37 +0000 |
commit | e645e8c1414b53d96b6cca3c7691005b75b2e647 (patch) | |
tree | 48f6df0badc9d67f9bae6f5ddb22fa4345ac3ecd /trionan.c | |
parent | f000f0730381ec768d093c76689b4abb68d7b6cf (diff) | |
download | libxml2-e645e8c1414b53d96b6cca3c7691005b75b2e647.tar.gz |
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.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) { |