From 5f58216315e0196fa4dab5dfd419d1ea85c055c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Santos=20Costa?= Date: Thu, 5 Nov 2015 19:27:34 +0000 Subject: [PATCH] init and new text size function --- H/YapText.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/H/YapText.h b/H/YapText.h index 1d9337b2b..11b8ec273 100644 --- a/H/YapText.h +++ b/H/YapText.h @@ -484,7 +484,7 @@ static inline Term Yap_AtomToNumber(Term t0 USES_REGS) { inp.type = YAP_STRING_ATOM; out.val.uc = NULL; out.type = - YAP_STRING_INT | YAP_STRING_FLOAT | YAP_STRING_BIG | YAP_STRING_TERM; + YAP_STRING_INT | YAP_STRING_FLOAT | YAP_STRING_BIG; if (!Yap_CVT_Text(&inp, &out PASS_REGS)) return 0L; return out.val.t;