|
Revision 4601, 295 bytes
(checked in by pmoura, 7 weeks ago)
|
|
Added svn:mime-type property to source files (set to text/x-logtalk).
|
-
Property svn:mime-type set to
text/x-logtalk
-
Property svn:eol-style set to
native
|
| Line | |
|---|
| 1 | |
|---|
| 2 | % uncomment the next line only if your Prolog compiler supports modules |
|---|
| 3 | %:- ensure_loaded(module). |
|---|
| 4 | |
|---|
| 5 | :- initialization( |
|---|
| 6 | logtalk_load( |
|---|
| 7 | [category, objects, database, plain, benchmarks], |
|---|
| 8 | [events(on)])). % compile messages with event support in order |
|---|
| 9 | % to measure the implicit overhead |
|---|