~ubuntu-branches/ubuntu/intrepid/swi-prolog/intrepid

« back to all changes in this revision

Viewing changes to src/pl-funct.ic

  • Committer: Bazaar Package Importer
  • Author(s): Chris Lamb
  • Date: 2008-05-14 02:47:49 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20080514024749-out53uysriunvn32
Tags: 5.6.55-1
* New upstream release.
* Use correct shared object file extension on HPPA to fix FTBFS on this
  architecture since 5.6.53-2. Patch backported from upstream repository.

Show diffs side-by-side

added added

removed removed

Lines of Context:
94
94
FUNCTOR(ATOM_ifthen, 2),
95
95
FUNCTOR(ATOM_input, 0),
96
96
FUNCTOR(ATOM_integer, 1),
 
97
FUNCTOR(ATOM_interrupt, 1),
97
98
FUNCTOR(ATOM_io_error, 2),
98
99
FUNCTOR(ATOM_is, 2),
99
100
FUNCTOR(ATOM_isovar, 1),
102
103
FUNCTOR(ATOM_line_count, 1),
103
104
FUNCTOR(ATOM_list_position, 4),
104
105
FUNCTOR(ATOM_listing, 1),
 
106
FUNCTOR(ATOM_locked, 2),
105
107
FUNCTOR(ATOM_log, 1),
106
108
FUNCTOR(ATOM_log10, 1),
107
109
FUNCTOR(ATOM_lsb, 1),
190
192
FUNCTOR(ATOM_warning, 3),
191
193
FUNCTOR(ATOM_xor, 2),
192
194
FUNCTOR(ATOM_xpceref, 1),
193
 
FUNCTOR(ATOM_locked, 2),