Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cduce
cduce
Commits
e62f9153
Commit
e62f9153
authored
Jul 10, 2007
by
Pietro Abate
Browse files
[r2003-06-03 20:36:11 by cvscast] Empty log message
Original author: cvscast Date: 2003-06-03 20:36:11+00:00
parent
a9716b5f
Changes
1
Hide whitespace changes
Inline
Side-by-side
expat/expat_stubs.c
View file @
e62f9153
...
...
@@ -5,7 +5,7 @@
/* LICENCE for details. */
/***********************************************************************/
/* $Id: expat_stubs.c,v 1.
1
2003/0
5/31 10:32:42
cvscast Exp $ */
/* $Id: expat_stubs.c,v 1.
2
2003/0
6/03 20:36:11
cvscast Exp $ */
/* Stub code to interface Ocaml with Expat */
...
...
@@ -106,6 +106,7 @@ create_ocaml_expat_parser(XML_Parser xml_parser)
* handlers and register it as global root.
*/
handlers
=
stat_alloc
(
sizeof
*
handlers
);
*
handlers
=
Val_unit
;
register_global_root
(
handlers
);
*
handlers
=
alloc_tuple
(
NUM_HANDLERS
);
for
(
i
=
0
;
i
<
NUM_HANDLERS
;
i
++
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment