root/tags/lgt291/configs/ciao17.config

Revision 7, 489 bytes (checked in by pmoura, 7 years ago)

Corrected compiler bug in the error checking code of directives info/1 and info/2.
Change the "mi" example objects loading order to avoid some "unknown entity" warnings.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
2%
3%  Logtalk - Object oriented extension to Prolog
4%  Release 2.9.1
5%
6%  loader file for CIAO Prolog 1.7p115
7%
8%  last updated: July 21, 2001
9%
10%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
11
12
13% Windows 95/98/NT:
14
15:- include('ciao_aux17.config').
16
17:- include('..\\compiler\\logtalk.pl').
18
19
20
21% Linux/UNIX:
22
23% :- include('ciao_aux17.config').
24
25% :- include('../compiler/logtalk.pl').
Note: See TracBrowser for help on using the browser.