Skip to content

Commit 5ac0c84

Browse files
committed
fixed syntax error 3
1 parent 1cba0ef commit 5ac0c84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

prolog/echo_source_files.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
*/
1414
% File: $PACKDIR/subclause_expansion/prolog/echo_files.pl
1515
:- module(echo_files,
16-
[get_file_from_stream/2]).
16+
[get_file_from_stream/2,assume_caughtup_to/3]).
1717

1818
:- define_into_module(
1919
[
@@ -59,7 +59,7 @@
5959
stream_property(S,file_name(F)),
6060
%get_file_from_stream(S,F),
6161
character_count(S,Pos),
62-
assume_caughtup_to(F,S,Pos))),!.
62+
echo_files:assume_caughtup_to(F,S,Pos))),!.
6363

6464
check_current_echo:-
6565
source_location(F,_), prolog_load_context(source,S), S\==F,!,

0 commit comments

Comments
 (0)