Re: [Sawfish] Compile failure with new gcc 10.0.1-0.7 in Fedora 32 |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/sawfish Archives
]
> DEFSYM(foo_bar, "foo-bar") essentially expands to repv Qfoo_bar;
> static const rep_string str_foo_bar = <"foo-bar" converted to
> rep_string>. rep_INTERN(foo_bar) initialises Qfoo_bar to the symbol
> corresponding to str_foo_bar, creating it if necessary.
Thanks Timo for good explanation. It makes perfect sense now.
I opened github pull request #42 to fix these errors.
--
Sawfish ML