diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2012-11-22 16:11:22 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2012-11-22 16:11:22 +0200 |
commit | 86024b7f014c286daa68c3a0a223ce51f6e13dfa (patch) | |
tree | d91f270960dc6400b3b84cade8511d747034c92a /cint_array.c | |
parent | 391c19511eda50484a80827694f4555127cca1c8 (diff) | |
download | gawk-86024b7f014c286daa68c3a0a223ce51f6e13dfa.tar.gz |
Clean up of awk.h.
Diffstat (limited to 'cint_array.c')
-rw-r--r-- | cint_array.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cint_array.c b/cint_array.c index cafd1bbc..22f9fbed 100644 --- a/cint_array.c +++ b/cint_array.c @@ -25,6 +25,8 @@ #include "awk.h" +#define INT32_BIT 32 + extern FILE *output_fp; extern void indent(int indent_level); extern NODE **is_integer(NODE *symbol, NODE *subs); |