tccpp: #define max(a,b) && max /= 8;
commitaef64762c17e2581e589a62c7345067947b5b4f4
authorgrischka <grischka>
Sat, 8 Oct 2022 23:40:18 +0000 (9 01:40 +0200)
committergrischka <grischka>
Sun, 9 Oct 2022 18:30:15 +0000 (9 20:30 +0200)
tree2a97b5a20999b3271de86363c132992a07973f63
parent0fd7376000c68784d82464875bb1a6be58c63b29
tccpp: #define max(a,b) && max /= 8;

This fixes 20a1ebf8544c9be86e0f22a760b7bbb907f923e1
where the '/' above was lost when max() was defined

Also: ignore binary files with -E (for example 'tcc -lxxx -E ...')
libtcc.c
tccpp.c