fix bad transitions on missing file.

This commit is contained in:
Vitor Santos Costa 2011-09-07 22:28:13 +02:00
parent 3d1781d2f3
commit 7940ec75b2

View File

@ -443,6 +443,7 @@ initialization(G,OPT) :-
), ),
!, !,
( '$access_yap_flags'(15, 0) -> true ; halt). ( '$access_yap_flags'(15, 0) -> true ; halt).
'$do_startup_reconsult'(_).
'$skip_unix_comments'(Stream) :- '$skip_unix_comments'(Stream) :-
peek_code(Stream, 0'#), !, % 35 is ASCII for '# peek_code(Stream, 0'#), !, % 35 is ASCII for '#