From c4585d7cfd92a295e17500a0d3ddfedf95d92cdd Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 20 Oct 2025 00:36:29 -0400 Subject: Deduplicate Num code using the same templating technique as integers --- src/stdlib/intX.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/stdlib/intX.h') 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" -- cgit v1.2.3