diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-10-20 00:36:29 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-10-20 00:36:29 -0400 |
| commit | c4585d7cfd92a295e17500a0d3ddfedf95d92cdd (patch) | |
| tree | 1241d96ac7c10cbf5bfe47d700bb3479088e2ac7 /src/stdlib/intX.h | |
| parent | 43a28773cf1ddc52d5ab605d056092eb47ee3b0c (diff) | |
Deduplicate Num code using the same templating technique as integers
Diffstat (limited to 'src/stdlib/intX.h')
| -rw-r--r-- | src/stdlib/intX.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stdlib/intX.h b/src/stdlib/intX.h index 7b1f90d5..e0980923 100644 --- a/src/stdlib/intX.h +++ b/src/stdlib/intX.h @@ -1,5 +1,5 @@ // Integer type infos and methods -// This file expects `c_type` and `type_name` to be defined before including: +// This file expects `INTX_H__INT_BITS` to be defined before including: // // #define INTX_H__INT_BITS 64 // #include "intX.h" |
