fix comment option in read_term.

This commit is contained in:
Vitor Santos Costa 2011-06-14 09:03:44 +01:00
parent 318c906966
commit ad5e29ba72

View File

@ -44,6 +44,7 @@
'$check_opt_read'(term_position(_), _) :- !.
'$check_opt_read'(term_position(_), _) :- !.
'$check_opt_read'(comments(_), _) :- !.
'$check_opt_read'(module(_), _) :- !.
'$check_opt_read'(A, G) :-
'$do_error'(domain_error(read_option,A),G).