1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-08-01 10:06:59 +03:00

removed a couple of warning try to solve the linking problem on platforms

* catalog.c xmlcatalog.c: removed a couple of warning
* xpath.c: try to solve the linking problem on platforms
  needing trio to compile
Daniel
This commit is contained in:
Daniel Veillard
2001-09-20 13:56:06 +00:00
parent eb48e1ca0c
commit c0631a608f
4 changed files with 15 additions and 1 deletions

View File

@ -1,6 +1,11 @@
Thu Sep 20 15:54:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
* catalog.c xmlcatalog.c: removed a couple of warning
* xpath.c: try to solve the linking problem on platforms
needing trio to compile
Wed Sep 19 10:01:37 CEST 2001 Daniel Veillard <daniel@veillard.com> Wed Sep 19 10:01:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
PISSED !!! DO NOT COMMIT DIRECTLY IF NOT ALLOWED PERSONALLY
* Makefile.am libxml.spec.in: backing up non-documented changes * Makefile.am libxml.spec.in: backing up non-documented changes
commited without review or aproval by Jens Finke <jens@gnome.org> commited without review or aproval by Jens Finke <jens@gnome.org>
* HACKING: made 100% clear that no commit should be done directly * HACKING: made 100% clear that no commit should be done directly

View File

@ -27,6 +27,9 @@
#ifdef HAVE_FCNTL_H #ifdef HAVE_FCNTL_H
#include <fcntl.h> #include <fcntl.h>
#endif #endif
#ifdef HAVE_STDLIB_H
#include <stdlib.h>
#endif
#include <string.h> #include <string.h>
#include <libxml/xmlmemory.h> #include <libxml/xmlmemory.h>
#include <libxml/hash.h> #include <libxml/hash.h>

View File

@ -12,6 +12,10 @@
#include <stdio.h> #include <stdio.h>
#include <stdarg.h> #include <stdarg.h>
#ifdef HAVE_STDLIB_H
#include <stdlib.h>
#endif
#ifdef HAVE_LIBREADLINE #ifdef HAVE_LIBREADLINE
#include <readline/readline.h> #include <readline/readline.h>
#ifdef HAVE_LIBHISTORY #ifdef HAVE_LIBHISTORY

View File

@ -68,7 +68,9 @@ double xmlXPathDivideBy(double f, double fzero);
* * * *
************************************************************************/ ************************************************************************/
#ifndef TRIO_REPLACE_STDIO
#define TRIO_PUBLIC static #define TRIO_PUBLIC static
#endif
#include "trionan.c" #include "trionan.c"
/* /*