Show
Ignore:
Timestamp:
06/02/08 15:34:57 (6 months ago)
Author:
pmoura
Message:

Added a note on the requirement to patch the Logtalk compiler for using Quintus Prolog as the back-end compiler. Corrected two small typos in comments and documentation.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/compiler/logtalk.pl

    r4297 r4300  
    62256225 
    62266226'$lgt_tr_clause'(Clause, _) :- 
    6227     \+ '$lgt_pp_entity'(_, _, _, _, _),         % all clause occuring before an opening entity directive 
     6227    \+ '$lgt_pp_entity'(_, _, _, _, _),         % all clauses occuring before an opening entity directive 
    62286228    !, 
    62296229    assertz('$lgt_pp_ppclause_'(Clause)).       % are copied unchanged to the generated Prolog file