fix typo
This commit is contained in:
parent
04164487c7
commit
dd6c66392a
@ -73,7 +73,7 @@ true :- true.
|
||||
set_value('$gc',on),
|
||||
('$exit_undefp' -> true ; true),
|
||||
prompt1(' ?- '),
|
||||
'$swi_set_prolog_flag'(debug, false)
|
||||
'$swi_set_prolog_flag'(debug, false),
|
||||
% simple trick to find out if this is we are booting from Prolog.
|
||||
% boot from a saved state
|
||||
(
|
||||
|
Reference in New Issue
Block a user