[patch] using 5.3.2

Hi,
attached is a patch that was necessary for version 5.3.2 on solaris
with the current gcc CVS. It's got more conformant about where
it looks for headers. <> is a system header and the system search
path is searched. "" is a user header and searches ., then the user
search path then the system search path.

do you need an assignment for such a trivial change?

nathan
-- 
Dr Nathan Sidwell :: Computer Science Department :: Bristol University
Never hand someone a gun unless you are sure where they will point it
nathan@acm.org  http://www.cs.bris.ac.uk/~nathan/  nathan@cs.bris.ac.uk
*** ../../../w3c-libwww-5.3.2/Library/src/HTXML.h	Wed Dec 20 11:00:07 2000
--- HTXML.h	Wed Feb 14 09:32:55 2001
*************** details. Thanks so much to John Punin fo
*** 36,42 ****
  #include "SGML.h"
  #endif /* HT_STRUCT_XML_STREAM */
  
! #include <xmlparse.h>
  
  /*
  .
--- 36,42 ----
  #include "SGML.h"
  #endif /* HT_STRUCT_XML_STREAM */
  
! #include "xmlparse.h"
  
  /*
  .

Received on Wednesday, 14 February 2001 05:35:33 UTC