Fixed CHAR, errno, alpha RPM compile, updated doc, Daniel
diff --git a/error.c b/error.c
index 42e327e..b77839e 100644
--- a/error.c
+++ b/error.c
@@ -37,7 +37,7 @@
 
 void
 xmlParserPrintFileContext(xmlParserInputPtr input) {
-    const CHAR *cur, *base;
+    const xmlChar *cur, *base;
     int n;
 
     cur = input->cur;