Skip to content

Commit

Permalink
void value check added
Browse files Browse the repository at this point in the history
  • Loading branch information
Watson1978 committed Jan 11, 2012
1 parent 65a1112 commit 6227381
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions parse.y
Expand Up @@ -2333,6 +2333,7 @@ opt_call_args : none
call_args : command
{
/*%%%*/
value_expr($1);
$$ = NEW_LIST($1);
/*%
$$ = arg_add(arg_new(), $1);
Expand Down

0 comments on commit 6227381

Please sign in to comment.