Ferdinand Bachmann

Results 154 comments of Ferdinand Bachmann

Sorry for leaving this open for so long. I completely forgot about this and just ran into this today again, intend to attempt to fix this in the next few...

@apprehensions The issue is that both sway and basu define a publicly visible function named `parse_boolean()`. Since C has no namespacing, there is no way for the linker to know...

IIUC there is no way in standard C to make a function available in a different file without making it global. I think you can do things with visibility attributes...

> Visibility attributes only affect dynamic linking. I expected something like that, but didn't know exactly. So the only option is to rename the functions in at least one of...