fix previous fixes
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1061 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
@@ -577,7 +577,7 @@ debugging :-
|
||||
'$format'(user_error,"! g execute goal~n", []).
|
||||
|
||||
'$ilgl'(C) :-
|
||||
'$format'(user_error,"[ Illegal option ~d. Use h for help. ]. ~n", []).
|
||||
'$format'(user_error,"[ Illegal option ~d. Use h for help. ]. ~n", [C]).
|
||||
|
||||
'$skipeol'(10) :- !.
|
||||
'$skipeol'(_) :- get0(user,C), '$skipeol'(C).
|
||||
|
Reference in New Issue
Block a user