aboutsummaryrefslogtreecommitdiffstats
path: root/awkgram.y
diff options
context:
space:
mode:
Diffstat (limited to 'awkgram.y')
-rw-r--r--awkgram.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/awkgram.y b/awkgram.y
index 2a141d35..0eb96940 100644
--- a/awkgram.y
+++ b/awkgram.y
@@ -3270,7 +3270,7 @@ get_src_buf()
static char *
tokexpand()
{
- static int toksize;
+ static size_t toksize;
int tokoffset;
if (tokstart != NULL) {