Roxen.git/
server/
etc/
modules/
Roxen.pmod
Branch:
Tag:
Non-build tags
All tags
No tags
2001-06-19
2001-06-19 00:22:55 by Martin Stjernholm <mast@lysator.liu.se>
735cfae10935b94870532444e26f8863a7e10ce4 (
4
lines) (+
3
/-
1
)
[
Show
|
Annotate
]
Branch:
5.2
Fixed parse error recovery for the PCode objects too.
Rev: server/etc/modules/Roxen.pmod:1.96
1:
// This is a roxen pike module. Copyright © 1999 - 2000, Roxen IS. //
-
// $Id: Roxen.pmod,v 1.
95
2001/06/19 00:
13
:
56
mast Exp $
+
// $Id: Roxen.pmod,v 1.
96
2001/06/19 00:
22
:
55
mast Exp $
#include <roxen.h> #include <config.h>
764:
RXML.Parser parser = id->conf->rxml_tag_set->get_parser ( type || id->conf->default_content_type, id, make_p_code); parser->recover_errors = 1;
+
if (make_p_code) parser->p_code->recover_errors = 1;
return parser; }