~ubuntu-branches/ubuntu/hardy/steam/hardy

« back to all changes in this revision

Viewing changes to sources/_XML/xml_main.c

  • Committer: Bazaar Package Importer
  • Author(s): Alain Schroeder
  • Date: 2006-11-21 16:03:12 UTC
  • mfrom: (2.1.4 feisty)
  • Revision ID: james.westby@ubuntu.com-20061121160312-nf96y6nihzsyd2uv
Tags: 2.2.31-3
Add patch to prevent inconsistent data after shutdown.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 * along with this program; if not, write to the Free Software
17
17
 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
18
18
 *
19
 
 * $Id: xml_main.c,v 1.1.1.1 2005/02/23 14:47:22 cvs Exp $
 
19
 * $Id: xml_main.c,v 1.1.1.1 2006/03/27 12:40:18 exodusd Exp $
20
20
 */
21
21
 
22
22
/*
67
67
 
68
68
#include "xml_config.h"
69
69
 
 
70
#include "xml_sax.h"
 
71
 
 
72
 
70
73
#ifdef HAVE_XML2
71
74
#include <libxml/entities.h>
72
 
#include "xml_sax.h"
73
75
 
74
76
/*! @decl int substituteEntitiesDefault(int def)
75
77
 */
174
176
  if (!_init_xml_sax())
175
177
    Pike_error("Could not initialize the SAX class");
176
178
 
 
179
 
177
180
  /* global functions */
178
181
  ADD_FUNCTION("substituteEntitiesDefault", f_substituteEntitiesDefault,
179
182
               tFunc(tInt, tInt), 0);