|
Revision 4601, 285 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
-
Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 | /* |
|---|
| 2 | On Windows, the compilation of this example generates invalid file names for |
|---|
| 3 | the XML documenting files, wence the xmldocs(off) option used below. No problems |
|---|
| 4 | on MacOS X and no problems expect in other POSIX systems. |
|---|
| 5 | */ |
|---|
| 6 | |
|---|
| 7 | :- initialization( |
|---|
| 8 | logtalk_load(symdiff, [xmldocs(off)])). |
|---|