chiark / gitweb /
Change TTXI etc macros to take XML tag name as a string
authorBen Harris <bjh21@bjh21.me.uk>
Fri, 8 Nov 2024 00:41:20 +0000 (00:41 +0000)
committerBen Harris <bjh21@bjh21.me.uk>
Thu, 14 Nov 2024 22:27:18 +0000 (22:27 +0000)
commit1055dd31f574477bf0e5d422be143435ddd0e92e
tree312e3f8d79cfdc9c83a9ea56274d9e5e8e7b8de1
parentf7094e7c757e6d03610f45ab70db6eae97ed4937
Change TTXI etc macros to take XML tag name as a string

Stringifying it from a C token may have been more compact, but it was
also quite confusing because those really weren't C identifiers and
everywhere else XML appears in strings.
bedstead.c