Changeset 4525 for trunk/compiler
- Timestamp:
- 10/21/08 03:54:02 (3 months ago)
- Files:
-
- 1 modified
-
trunk/compiler/logtalk.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/compiler/logtalk.pl
r4524 r4525 13852 13852 '$lgt_default_flag'(smart_compilation, Smart), write(', smart_compilation: '), write(Smart), 13853 13853 '$lgt_default_flag'(reload, Reload), write(', reload: '), write(Reload), nl, 13854 '$lgt_default_flag'(events, Events), write(' events: '), write(Events), 13854 '$lgt_default_flag'(complements, Complements), write(' complements: '), write(Complements), 13855 '$lgt_default_flag'(dynamic_declarations, DynamicDeclarations), write(', dynamic_declarations: '), write(DynamicDeclarations), 13856 '$lgt_default_flag'(events, Events), write(', events: '), write(Events), nl, 13855 13857 ( '$lgt_default_flag'(hook, Hook) -> true 13856 13858 ; Hook = '(none defined)' 13857 13859 ), 13858 write(' ,hook: '), write(Hook),13860 write(' hook: '), write(Hook), 13859 13861 '$lgt_default_flag'(tmpdir, TmpDir), write(', tmpdir: '), write(TmpDir), nl, 13860 13862 write('Read-only compilation flags:'), nl,
