Fix a few casting warnings.

Signed-off-by: Patrick Hogan <pbhogan@gmail.com>
This commit is contained in:
Patrick Hogan
2012-04-25 11:30:56 -05:00
parent a408ba2dd6
commit ec27c18dae
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -4658,7 +4658,7 @@ parser_new(mrb_state *mrb)
p->cmd_start = TRUE;
p->in_def = p->in_single = FALSE;
p->capture_errors = NULL;
p->capture_errors = 0;
p->lineno = 1;
#if defined(PARSER_TEST) || defined(PARSER_DEBUG)