Changeset 4060 for trunk/integration
- Timestamp:
- 02/01/08 08:04:31 (11 months ago)
- Files:
-
- 1 modified
-
trunk/integration/logtalk_comp_xsbmt.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/integration/logtalk_comp_xsbmt.pl
r4056 r4060 65 65 :- thread_shared(logtalk_library_path(_, _)). 66 66 67 % compiler hook goal: 68 :- thread_shared('$lgt_hook_goal_'(_, _)). 67 % compiler hook term and goal expansion: 68 :- thread_shared('$lgt_hook_term_expansion_'(_, _)). 69 :- thread_shared('$lgt_hook_goal_expansion_'(_, _)). 69 70 70 71 % multi-threading tags
