]> granicus.if.org Git - libexpat/commitdiff
Bump the release number.
authorFred L. Drake, Jr. <fdrake@users.sourceforge.net>
Sat, 20 Apr 2002 21:15:46 +0000 (21:15 +0000)
committerFred L. Drake, Jr. <fdrake@users.sourceforge.net>
Sat, 20 Apr 2002 21:15:46 +0000 (21:15 +0000)
Remove text about -fexceptions for use with C++; that is added automatically
now.

expat/README

index f8a3789e73b3af4bb108cbf471da3a0e7e4a1200..6fca90147b85b4cfdc2308e7309fee57b92bffed 100644 (file)
@@ -1,5 +1,5 @@
 
-                       Expat, Release 1.95.2
+                       Expat, Release 1.95.3
 
 This is expat, a C library for parsing XML, written by James Clark.
 Expat is a stream-oriented XML parser.  This means that you register
@@ -43,13 +43,6 @@ things and "make install" will install things into their proper
 location.  Note that you need to have write permission into the
 directories into which things will be installed.
 
-When building for use with C++, you may need to add additional
-compiler flags to support proper interaction with exceptions.  This
-can be done by setting the CFLAGS environment variable.  For example,
-when using GCC, you can use:
-
-       CFLAGS=-fexceptions ./configure
-
 Note for Solaris users:  The "ar" command is usually located in
 "/usr/ccs/bin", which is not in the default PATH.  You will need to
 add this to your path for the "make" command, and probably also switch