diff options
Diffstat (limited to 'awkgram.y')
-rw-r--r-- | awkgram.y | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3270,7 +3270,7 @@ get_src_buf() static char * tokexpand() { - static int toksize; + static size_t toksize; int tokoffset; if (tokstart != NULL) { |