root/trunk/examples/symdiff/loader.lgt

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/*
2On Windows, the compilation of this example generates invalid file names for
3the XML documenting files, wence the xmldocs(off) option used below. No problems
4on MacOS X and no problems expect in other POSIX systems.
5*/
6
7:- initialization(
8    logtalk_load(symdiff, [xmldocs(off)])).
Note: See TracBrowser for help on using the browser.