Menu ▾ ▴

#1 emu/cell_def_xsb.h little change

closed-accepted
nobody
C interface (1)
5
2001-12-30
2001-08-16
No

This is a very small change that I have done in order
to compile a my program that uses the C-interface.

#ifndef CELL_DEF_XSB_INCL
#define CELL_DEF_XSB_INCL

/* CELL and PROLOG_TERM are defined identically.
However, CELL is used to refer to elements of
(slg-)WAM stacks, while
PROLOG_TERM is used in the interface to point to a
cell containing
the outer functor of a prolog term. */
typedef unsigned long Cell;

#endif

Best regards
Massimo Zaniboni.

Discussion

  • Michael Kifer

    Michael Kifer - 2001-08-18

    Logged In: YES
    user_id=12609

    which version of XSB are you using?
    This should not be necessary under 2.4

     
  • Michael Kifer

    Michael Kifer - 2001-12-30
    • status: open --> closed-accepted
     

Log in to post a comment.