Changeset 4595

Show
Ignore:
Timestamp:
11/19/08 10:47:14 (7 weeks ago)
Author:
pmoura
Message:

Added an example, "cc", of using conditional compilation directives to implement a portable operating-system interface for some Prolog compilers.

Location:
trunk
Files:
6 added
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/libpaths/libpaths.pl

    r4572 r4595  
    2828     assertz(logtalk_library_path(bricks, examples('bricks/'))), 
    2929     assertz(logtalk_library_path(buffer, threads('buffer/'))), 
     30     assertz(logtalk_library_path(cc, examples('cc/'))), 
    3031     assertz(logtalk_library_path(classmethods, examples('classmethods/'))), 
    3132     assertz(logtalk_library_path(classvars, examples('classvars/'))), 
  • trunk/RELEASE_NOTES.txt

    r4594 r4595  
    4848    illustrate the use of some of the meta-predicates defined in the Logtalk 
    4949    library. 
     50 
     51    Added an example, "cc", of using conditional compilation directives to 
     52    implement a portable operating-system interface for some Prolog compilers. 
    5053 
    5154    Added syntax coloring support for the new conditional compilation