summaryrefslogtreecommitdiff
path: root/int_array.c
diff options
context:
space:
mode:
authorjohn haque <j.eh@mchsi.com>2012-02-16 15:44:26 -0600
committerjohn haque <j.eh@mchsi.com>2012-02-16 15:44:26 -0600
commit0221eb79f43f4ef5c8d74759679a501607936d19 (patch)
tree05bad5469dfeba414838280cb86332b8fa853be7 /int_array.c
parent06a6f16495e2a3d0cb664fc473107d3cdbe6f11e (diff)
downloadgawk-0221eb79f43f4ef5c8d74759679a501607936d19.tar.gz
New interpreter routine for MPFR.
Diffstat (limited to 'int_array.c')
-rw-r--r--int_array.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/int_array.c b/int_array.c
index 9dd20bea..d9983109 100644
--- a/int_array.c
+++ b/int_array.c
@@ -86,7 +86,7 @@ is_integer(NODE *symbol, NODE *subs)
long l;
AWKNUM d;
- if (subs == Nnull_string)
+ if (subs == Nnull_string || do_mpfr)
return NULL;
if ((subs->flags & NUMINT) != 0)