]> Sergey Matveev's repositories - bfs.git/commit
dstring: Limit the special dchar typedef to lint builds
authorTavian Barnes <tavianator@tavianator.com>
Tue, 3 Oct 2023 20:26:05 +0000 (16:26 -0400)
committerTavian Barnes <tavianator@tavianator.com>
Wed, 4 Oct 2023 13:28:52 +0000 (09:28 -0400)
commit2c3bf8d6f064c5ccab1d57f3eb82381ff445cc4a
tree157b8a9016def531726cc8261d558f00cbf32117
parente3ebe734ab047418a3c26cd7eca53fc7f4f60111
dstring: Limit the special dchar typedef to lint builds

Clang still thinks that alignof(dstr[1]) == 2, so out of an abundance of
caution, don't mess with dchar alignment in normal builds.
src/dstring.h