aboutsummaryrefslogtreecommitdiffstats
path: root/node.c
diff options
context:
space:
mode:
Diffstat (limited to 'node.c')
-rw-r--r--node.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/node.c b/node.c
index 0982a6df..f02086e0 100644
--- a/node.c
+++ b/node.c
@@ -25,7 +25,6 @@
*/
#include "awk.h"
-#include <math.h>
#include "floatmagic.h" /* definition of isnan */
static NODE *r_make_number(double x);
@@ -61,7 +60,6 @@ r_force_number(NODE *n)
char *cpend;
char save;
char *ptr;
- extern double strtod();
if ((n->flags & NUMCUR) != 0)
return n;