diff options
Diffstat (limited to 'src/c_type.h')
| -rw-r--r-- | src/c_type.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/c_type.h b/src/c_type.h index a9d95c4..ecca949 100644 --- a/src/c_type.h +++ b/src/c_type.h @@ -70,7 +70,7 @@ static_assert(sizeof(Type) == 4); typedef struct { internstr name; - union { vlong i; uvlong u; }; + union { s64int i; u64int u; }; } EnumVar; typedef struct { |