fix codelist to latest SWI and pl-codelist.h from old directory.

This commit is contained in:
Vítor Santos Costa 2012-01-25 22:15:53 -06:00
parent 0b0ffc0ef1
commit 20de9c3090
3 changed files with 6 additions and 2 deletions

View File

@ -129,7 +129,7 @@ INTERFACE_HEADERS = \
IOLIB_HEADERS=$(srcdir)/os/pl-buffer.h \
$(srcdir)/os/pl-ctype.h \
$(srcdir)/os/pl-codelist.h \
$(srcdir)/H/pl-codelist.h \
$(srcdir)/os/pl-dtoa.h \
$(srcdir)/os/dtoa.c \
$(srcdir)/H/pl-incl.h \

View File

@ -19,11 +19,15 @@
You should have received a copy of the GNU Lesser General Public
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"
#if __YAP_PROLOG__
#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)