Re: [xml] Missing static modifier in 'HTMLtree.c' and 'valid.c'



On Thu, Dec 13, 2001 at 03:50:48PM +0100, Henke, Markus wrote:
Well, it's a triffle. In HTMLtree we have

398: static void
398: htmlNodeDumpFormat(xmlBufferPtr buf, xmlDocPtr doc, xmlNodePtr cur, int
format);

and then

431: void
432: htmlNodeDumpFormat(xmlBufferPtr buf, xmlDocPtr doc, xmlNodePtr cur,
433:             int format) {

HP C/iX compiler requites that with a warning:

  Right, I tried to fix the static declarations, since they are not exported
by the header files not used in other modules they really are intended to
stay internal. Patch at :

http://cvs.gnome.org/bonsai/cvsquery.cgi?module=gnome-xml&branch=HEAD&branchtype=match&dir=gnome-xml&file=&filetype=match&who=veillard&whotype=match&sortby=Date&hours=&date=explicit&mindate=12%2F13%2F01+09%3A54&maxdate=12%2F13%2F01+09%3A56&cvsroot=%2Fcvs%2Fgnome

Think i'm using the wrong diff-tool. However it's the only one i've by now.
Any suggestion for Win32 platform (or for MPE...8) ?

  the gnu tools have a -c (or -p) switch to produce contextual diffs.

Daniel

-- 
Daniel Veillard      | Red Hat Network https://rhn.redhat.com/
veillard redhat com  | libxml Gnome XML XSLT toolkit  http://xmlsoft.org/
http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]