lichray / nvi2

A multibyte fork of the nvi editor for BSD
Other
144 stars 34 forks source link

Replace Clang-only __builtin_is_aligned with C code #124

Closed lichray closed 11 months ago

lichray commented 11 months ago

We should use alignof in the future.

Closes: #123

jartusV commented 11 months ago

[a4e086c]

Seems to work. Compiles fine, no complaints.