fix fflush
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@125 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
@@ -188,9 +188,9 @@ print_message(help,M) :-
|
||||
'$output_error_message'(existence_error(source_sink,F), W) :-
|
||||
format(user_error,"[ EXISTENCE ERROR- ~w could not find file ~w ]~n",
|
||||
[W,F]).
|
||||
'$output_error_message'(existence_error(stream,_), Where) :-
|
||||
format(user_error,"[ EXISTENCE ERROR- ~w: not an open stream ]~n",
|
||||
[Where]).
|
||||
'$output_error_message'(existence_error(stream,Stream), Where) :-
|
||||
format(user_error,"[ EXISTENCE ERROR- ~w: ~w not an open stream ]~n",
|
||||
[Where,Stream]).
|
||||
'$output_error_message'(evaluation_error(int_overflow), Where) :-
|
||||
format(user_error,"[ INTEGER OVERFLOW ERROR- ~w ]~n",
|
||||
[Where]).
|
||||
|
@@ -33,7 +33,7 @@ not(G) :- not(G).
|
||||
(:- G) :- '$execute'(G), !.
|
||||
'$$!'(CP) :- '$cut_by'(CP).
|
||||
|
||||
:- '$set_value'($doindex,true).
|
||||
:- '$set_value'('$doindex',true).
|
||||
|
||||
:- ['errors.yap',
|
||||
'utils.yap',
|
||||
|
Reference in New Issue
Block a user