Created attachment 2049[details]
STRING and XSTRING in q_shared.h
The definitions don't actually conflict, but from a developer's point of view it's annoying to have the same (useful) macro defined in several different places.
This bug is beyond trivial but I want to add a third usage to Tremulous and it's starting to get a little messy. Attached is a patch that puts the definition in q_shared.h where it belongs.
Created attachment 2049 [details] STRING and XSTRING in q_shared.h The definitions don't actually conflict, but from a developer's point of view it's annoying to have the same (useful) macro defined in several different places. This bug is beyond trivial but I want to add a third usage to Tremulous and it's starting to get a little messy. Attached is a patch that puts the definition in q_shared.h where it belongs.
Created attachment 2050 [details] unconditional Force of habit :) Attached is previous with #[end]if removed