>> +} _gl_max_align_t; >> +#define max_align_t _gl_max_align_t >> #endif >> # endif /* _@GUARD_PREFIX@_STDDEF_H */ >> This one is not brittle and is not a big change. If Paul agrees, I >> would commit this, and you (Werner) would not need to reorganize >> your package's configuration. > > Sure, that works for me. Though I expect in the long run Werner > will have to reorganize for some other reason.
Indeed, and I'm grateful for Bruno's instructions. However, it will take time until I actually convince myself that it should be done :-) I will report back if I have something working so that (a) you can inspect it, and (b) other projects using C and C++ together can use this as a template. Werner