fix argunebt handling

This commit is contained in:
Vítor Santos Costa 2014-09-15 13:41:44 -05:00
parent aeb54ebc61
commit 0a353815a3
1 changed files with 2 additions and 2 deletions

View File

@ -1245,7 +1245,7 @@ static const opt_spec read_term_options[] =
{ ATOM_variables, OPT_TERM },
{ ATOM_singletons, OPT_TERM },
{ ATOM_term_position, OPT_TERM },
// { ATOM_subterm_positions, OPT_TERM },
// { ATOM_subterm_positions, OPT_TERM },
{ ATOM_character_escapes, OPT_BOOL },
{ ATOM_double_quotes, OPT_ATOM },
{ ATOM_module, OPT_ATOM },
@ -1285,7 +1285,7 @@ if ( !scan_options(options, 0, ATOM_read_option, read_term_options,
&rd.variables,
&rd.singles,
&tpos,
&rd.subtpos,
// &rd.subtpos,
&charescapes,
&dq,
&mname,