From a53ba84a4c0c8cfcc944d08aa30d062afc6df9a3 Mon Sep 17 00:00:00 2001 From: "Andrew J. Schorr" Date: Wed, 10 Jun 2020 09:52:45 -0400 Subject: Convert exec_count to unsigned long long. --- awk.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'awk.h') diff --git a/awk.h b/awk.h index 5ba6bb9f..283817a1 100644 --- a/awk.h +++ b/awk.h @@ -759,7 +759,7 @@ typedef struct exp_instruction { awk_value_t *result, struct awk_ext_func *finfo); long dl; - long long ldl; // for exec_count + unsigned long long ldl; // for exec_count char *name; } d; -- cgit v1.2.3