- catalog.[ch]: fixes and add xmlLoadCatalogs()
- DOCBparser.c: small cleanup
- xmllint.c: added a --catalogs option to load catalogs from
  $SGML_CATALOG_FILES
- tree.c: cleanup
- configure.in: iconv library fixup, ICONV_LIBS
Daniel
diff --git a/xpath.c b/xpath.c
index 3fc88aa..6667836 100644
--- a/xpath.c
+++ b/xpath.c
@@ -161,7 +161,7 @@
  */
 double
 xmlXPathDivideBy(double f, double fzero) {
-    float ret;
+    double ret;
 #ifdef HAVE_SIGNAL
 #ifdef SIGFPE
 #ifdef SIG_IGN
@@ -3079,7 +3079,6 @@
     xmlXPathFreeObject(arg1);
     xmlXPathFreeObject(arg2);
     return(ret);
-    return(0);
 }
 
 /**