fix argunebt handling
This commit is contained in:
parent
aeb54ebc61
commit
0a353815a3
@ -1245,7 +1245,7 @@ static const opt_spec read_term_options[] =
|
|||||||
{ ATOM_variables, OPT_TERM },
|
{ ATOM_variables, OPT_TERM },
|
||||||
{ ATOM_singletons, OPT_TERM },
|
{ ATOM_singletons, OPT_TERM },
|
||||||
{ ATOM_term_position, OPT_TERM },
|
{ ATOM_term_position, OPT_TERM },
|
||||||
// { ATOM_subterm_positions, OPT_TERM },
|
// { ATOM_subterm_positions, OPT_TERM },
|
||||||
{ ATOM_character_escapes, OPT_BOOL },
|
{ ATOM_character_escapes, OPT_BOOL },
|
||||||
{ ATOM_double_quotes, OPT_ATOM },
|
{ ATOM_double_quotes, OPT_ATOM },
|
||||||
{ ATOM_module, OPT_ATOM },
|
{ ATOM_module, OPT_ATOM },
|
||||||
@ -1285,7 +1285,7 @@ if ( !scan_options(options, 0, ATOM_read_option, read_term_options,
|
|||||||
&rd.variables,
|
&rd.variables,
|
||||||
&rd.singles,
|
&rd.singles,
|
||||||
&tpos,
|
&tpos,
|
||||||
&rd.subtpos,
|
// &rd.subtpos,
|
||||||
&charescapes,
|
&charescapes,
|
||||||
&dq,
|
&dq,
|
||||||
&mname,
|
&mname,
|
||||||
|
Reference in New Issue
Block a user