Skip to content

Commit 2deea1b

Browse files
committed
The lost comma is back
1 parent 865622e commit 2deea1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ c89:
171171
-e 's/INT64_MAX/(mp_i64)(((mp_u64)1<<63)-1)/g' \
172172
-e 's/INT64_MIN/(mp_i64)((mp_u64)1<<63)/g' \
173173
-e 's/SIZE_MAX/((size_t)-1)/g' \
174-
-e 's/[^u]intmax_t/__intmax_t/g' \
174+
-e 's/\([^u]\)intmax_t/\1__intmax_t/g' \
175175
-e 's/uintmax_t/__uintmax_t/g' \
176176
-e 's/\(PRI[ioux]64\)/MP_\1/g' \
177177
-e 's/uint\([0-9][0-9]*\)_t/mp_u\1/g' \

0 commit comments

Comments
 (0)