1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-08-05 23:35:48 +03:00

removed ref to libxslt.la Minor cleanup of warning errors

* breakpoint/Makefile.am: removed ref to libxslt.la
* numbers.c transform.c python/libxml_wrap.h python/types.c
  xlstproc/xsltproc.c: Minor cleanup of warning errors
This commit is contained in:
William M. Brack
2003-08-07 13:03:02 +00:00
parent b36b9770af
commit 5814e8cf8b
7 changed files with 18 additions and 12 deletions

View File

@@ -88,10 +88,6 @@
# endif
#endif
xmlParserInputPtr xmlNoNetExternalEntityLoader(const char *URL,
const char *ID,
xmlParserCtxtPtr ctxt);
static int debug = 0;
static int repeat = 0;
static int timing = 0;