aboutsummaryrefslogtreecommitdiffstats
path: root/gen/bits/intconf.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--gen/bits/intconf.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/gen/bits/intconf.h b/gen/bits/intconf.h
index 2dca3b5..eb7b5b5 100644
--- a/gen/bits/intconf.h
+++ b/gen/bits/intconf.h
@@ -18,7 +18,11 @@
#ifndef _BITS_INTCONF_H
#define _BITS_INTCONF_H
//>set -e
-//>FAST8=8; FAST16=64; FAST32=64; FAST64=64
+
+//>FAST8=$(bin/gen/bits/intconf fast8)
+//>FAST16=$(bin/gen/bits/intconf fast16)
+//>FAST32=$(bin/gen/bits/intconf fast32)
+//>FAST64=$(bin/gen/bits/intconf fast64)
#define __MAX_TO_MIN(max) (-(max) - 1)
#define __CHAR_BIT //(bin/gen/bits/intconf | grep ^CHAR_BIT | sed "s/^[^ ]* //")
@@ -45,6 +49,5 @@
#define __UINT_FAST64_MAX UINT//{FAST64}_MAX
-
#endif