diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-02-17 19:54:32 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-02-17 19:54:32 -0500 |
| commit | 30c5b1ec254bb5cc158fe82bf58821d7d35e98b2 (patch) | |
| tree | 1189dc1e68f6f95f01d8672240da246c6a7cc775 /builtins/integers.c | |
| parent | dd2de3166653c1bf0d33d5872791ae6fbe8e2998 (diff) | |
Use #defines for Int aliasing
Diffstat (limited to 'builtins/integers.c')
| -rw-r--r-- | builtins/integers.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/builtins/integers.c b/builtins/integers.c index b4170f7b..13dbe31c 100644 --- a/builtins/integers.c +++ b/builtins/integers.c @@ -63,7 +63,6 @@ .random=KindOfInt##__random, \ }; -DEFINE_INT_TYPE(int64_t, Int, "ld", labs, INT64_MIN, INT64_MAX); DEFINE_INT_TYPE(int64_t, Int64, "ld", labs, INT64_MIN, INT64_MAX); DEFINE_INT_TYPE(int32_t, Int32, "d_i32", abs, INT32_MIN, INT32_MAX); DEFINE_INT_TYPE(int16_t, Int16, "d_i16", abs, INT16_MIN, INT16_MAX); |
