We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 865622e commit 2deea1bCopy full SHA for 2deea1b
makefile
@@ -171,7 +171,7 @@ c89:
171
-e 's/INT64_MAX/(mp_i64)(((mp_u64)1<<63)-1)/g' \
172
-e 's/INT64_MIN/(mp_i64)((mp_u64)1<<63)/g' \
173
-e 's/SIZE_MAX/((size_t)-1)/g' \
174
- -e 's/[^u]intmax_t/__intmax_t/g' \
+ -e 's/\([^u]\)intmax_t/\1__intmax_t/g' \
175
-e 's/uintmax_t/__uintmax_t/g' \
176
-e 's/\(PRI[ioux]64\)/MP_\1/g' \
177
-e 's/uint\([0-9][0-9]*\)_t/mp_u\1/g' \
0 commit comments