Created attachment 873140 [details, diff] Patch to remove register keyword usage When compiling ddd with a compiler whose C++ standard is beyond C++11 (like Clang17) then it does not compile due to usage of "register" keyword. I attach a patch which removes that keyword and I think it is safe its application
This doesn't seem to be a problem anymore in 3.4.0