summaryrefslogtreecommitdiff
path: root/xmlcatalog.c
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2001-10-12 17:29:10 +0000
committerDaniel Veillard <veillard@src.gnome.org>2001-10-12 17:29:10 +0000
commitb847864fc2f7151c81e57d02ca3b523dc5d8cf72 (patch)
tree952b35d54d60dca532e75a840dff82592201b193 /xmlcatalog.c
parentb44025c72b7472971a061b022cfe422adc42715d (diff)
downloadlibxml2-b847864fc2f7151c81e57d02ca3b523dc5d8cf72.tar.gz
started integrating the core of the thread support not activated yet but
* Makefile.am include/libxml/Makefile.am include/libxml/globals.h globals.c include/libxml/threads.h threads.c build_glob.py global.data xmlcatalog.c acconfig.h configure.in: started integrating the core of the thread support not activated yet but half integrated. The code should still compile and work anyway. Daniel
Diffstat (limited to 'xmlcatalog.c')
-rw-r--r--xmlcatalog.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/xmlcatalog.c b/xmlcatalog.c
index 80635450..b76719d9 100644
--- a/xmlcatalog.c
+++ b/xmlcatalog.c
@@ -370,9 +370,11 @@ int main(int argc, char **argv) {
} else if (argv[i][0] == '-')
continue;
filename = argv[i];
+ /* !!!!!!!!!!!!!!!!!! TODO !!!!
if (sgml)
ret = xmlLoadSGMLSuperCatalog(argv[i]);
else
+ !!!!!!!!! */
ret = xmlLoadCatalog(argv[i]);
if ((!sgml) && (ret < 0) && (create)) {
xmlCatalogAdd(BAD_CAST "catalog", BAD_CAST argv[i], NULL);