fix codelist to latest SWI and pl-codelist.h from old directory.
This commit is contained in:
parent
0b0ffc0ef1
commit
20de9c3090
@ -129,7 +129,7 @@ INTERFACE_HEADERS = \
|
|||||||
|
|
||||||
IOLIB_HEADERS=$(srcdir)/os/pl-buffer.h \
|
IOLIB_HEADERS=$(srcdir)/os/pl-buffer.h \
|
||||||
$(srcdir)/os/pl-ctype.h \
|
$(srcdir)/os/pl-ctype.h \
|
||||||
$(srcdir)/os/pl-codelist.h \
|
$(srcdir)/H/pl-codelist.h \
|
||||||
$(srcdir)/os/pl-dtoa.h \
|
$(srcdir)/os/pl-dtoa.h \
|
||||||
$(srcdir)/os/dtoa.c \
|
$(srcdir)/os/dtoa.c \
|
||||||
$(srcdir)/H/pl-incl.h \
|
$(srcdir)/H/pl-incl.h \
|
||||||
|
@ -19,11 +19,15 @@
|
|||||||
|
|
||||||
You should have received a copy of the GNU Lesser General Public
|
You should have received a copy of the GNU Lesser General Public
|
||||||
License along with this library; if not, write to the Free Software
|
License along with this library; if not, write to the Free Software
|
||||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "pl-incl.h"
|
#include "pl-incl.h"
|
||||||
|
#if __YAP_PROLOG__
|
||||||
#include "pl-codelist.h"
|
#include "pl-codelist.h"
|
||||||
|
#else
|
||||||
|
#include "../pl-codelist.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
codes_or_chars_to_buffer(term_t l, unsigned int flags, int wide, CVT_code *status)
|
codes_or_chars_to_buffer(term_t l, unsigned int flags, int wide, CVT_code *status)
|
||||||
|
Reference in New Issue
Block a user