Changeset 1038 for trunk/compiler
- Timestamp:
- 06/06/04 12:15:32 (5 years ago)
- Files:
-
- 1 modified
-
trunk/compiler/logtalk.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/compiler/logtalk.pl
r1017 r1038 2121 2121 2122 2122 '$lgt_dbg_pretty_print_spypoint'(Sender, This, Self, Goal) :- 2123 current_ou put(Output),2123 current_output(Output), 2124 2124 (var(Sender) -> write('_, '); '$lgt_pretty_print_vars_quoted'(Output, Sender), write(', ')), 2125 2125 (var(This) -> write('_, '); '$lgt_pretty_print_vars_quoted'(Output, This), write(', ')),
