mirror of
https://github.com/mirror/tinycc.git
synced 2026-08-30 11:57:51 +08:00
This reverts commit 63193d1794.
Had some problems (_STATIC_ASSERT) and was too ugly anyway.
For retry, I'd suggest to implement a general function
static inline void memswap (void *p1, void* p2, size_t n);
and then use that. If you do so, please keep the original code
as comment.
43 KiB
43 KiB