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:
vsc
2004-05-01 04:38:29 +00:00
parent 420bf9e92c
commit 94714907ec
3 changed files with 9 additions and 3 deletions

View File

@@ -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).