From 7c3d14eb1d103061939fdcad66bf2b27d78bc5b5 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Sun, 16 Apr 2017 12:53:35 +0300 Subject: Rename intdiv to intdiv0, require it to be configured in. --- builtin.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'builtin.c') diff --git a/builtin.c b/builtin.c index 87d9dcb8..b60d8b42 100644 --- a/builtin.c +++ b/builtin.c @@ -3971,6 +3971,7 @@ do_bindtextdomain(int nargs) return make_string(the_result, strlen(the_result)); } +#ifdef SUPPLY_INTDIV /* do_intdiv --- do integer division, return quotient and remainder in dest array */ /* @@ -4039,6 +4040,7 @@ do_intdiv(int nargs) return make_number((AWKNUM) 0.0); } +#endif /* SUPPLY_INTDIV */ /* do_typeof --- return a string with the type of the arg */ -- cgit v1.2.3