Fix stringification. #37
Loading…
Reference in a new issue
No description provided.
Delete branch "lda/Cytoplasm:fix-stringify"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Nothing much here.
Please review the developer certificate of origin:
the right to submit it under the open source licenses of the
Telodendria project; or
my knowledge, is covered under an appropriate open source license and
I have the right under that license to submit that work with
modifications, whether created in whole or in part by me, under the
Telodendria project license; or
who certified (1), (2), or (3), and I have not modified it.
made public and that a record of the contribution—including all
personal information I submit with it—is maintained indefinitely
and may be redistributed consistent with this project or the open
source licenses involved.
origin, and I certify that I have permission to submit this patch
under the conditions specified in it.
I guess I’m not sure exactly what this is supposed to fix, can you go into some more detail?
Mostly just schematics around stringifying macros(for example
STRINGIFY(FOO)
would result in"FOO"
instead of"[whatever FOO expanded to]"
, which was mainly a problem aroundCytoplasmGetVersionStr
.Ah okay, got it.