aboutsummaryrefslogtreecommitdiff
path: root/stmt.c
diff options
context:
space:
mode:
Diffstat (limited to 'stmt.c')
-rw-r--r--stmt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stmt.c b/stmt.c
index 9ae0039..244d2da 100644
--- a/stmt.c
+++ b/stmt.c
@@ -14,7 +14,7 @@ label(struct func *f, struct scope *s)
char *name;
struct gotolabel *g;
struct block *b;
- uint64_t i;
+ unsigned long long i;
switch (tok.kind) {
case TCASE: