| 1 | static const union C(codestrs_t_, NOW) { |
|---|---|
| 2 | struct { |
| 3 | #define P(n, s) char MF(__LINE__)[sizeof (s)]; |
| 4 | #include "psiginfo-data.h" |
| 5 | }; |
| 6 | char str[0]; |
| 7 | } C(codestrs_, NOW) = { { |
| 8 | #define P(n, s) s, |
| 9 | #include "psiginfo-data.h" |
| 10 | } }; |
| 11 | static const uint8_t C(codes_, NOW)[] = { |
| 12 | #define P(n, s) [(n) - 1] = offsetof (union C(codestrs_t_, NOW), MF(__LINE__)), |
| 13 | #include "psiginfo-data.h" |
| 14 | }; |
| 15 | #undef NOW |
| 16 |