NRK writes:
> On Fri, Sep 22, 2023 at 04:07:15PM +0200, Roberto E. Vargas Caballero wrote:
> > can you explain me how you solve the problem of duplicated static
> > symbols?
>
> It's not as big of a problem you're making it out to be. Neither dwm or
> st for example has duplicated static symbols.

No duplicate static symbols, no. It's far worse than that:

st/st.c:#define IS_SET(flag)            ((term.mode & (flag)) != 0)
st/x.c:#define IS_SET(flag)             ((win.mode & (flag)) != 0)

Matthew


Reply via email to