[Expat-checkins] CVS: expat/doc reference.html,1.4,1.5

Clark Cooper coopercc@users.sourceforge.net
Mon, 25 Sep 2000 06:06:43 -0700


Update of /cvsroot/expat/expat/doc
In directory slayer.i.sourceforge.net:/tmp/cvs-serv10240

Modified Files:
	reference.html 
Log Message:
Make more explicit the need to do an include of expat.h


Index: reference.html
===================================================================
RCS file: /cvsroot/expat/expat/doc/reference.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** reference.html	2000/09/25 00:58:47	1.4
--- reference.html	2000/09/25 13:06:39	1.5
***************
*** 233,237 ****
  <p>Unless you installed expat in a location not expected by your compiler
  and linker, all you have to do to use expat in your programs is to include
! the expat header in your files that make calls to it and to tell the linker
  that it needs to link against the expat library. On Unix systems, this would
  be the <code>-lexpat</code> argument.
--- 233,238 ----
  <p>Unless you installed expat in a location not expected by your compiler
  and linker, all you have to do to use expat in your programs is to include
! the expat header (<code>#include &lt;expat.h&gt;</code>) in your files that
! make calls to it and to tell the linker
  that it needs to link against the expat library. On Unix systems, this would
  be the <code>-lexpat</code> argument.