danielmm8888 / TF2Classic

A repo containing the source code for Team Fortress 2 Classic
Other
40 stars 15 forks source link

Wrap TF2C_AUTHDATA_* definitions in quotes for OSX (clang) build #270

Closed sigsegv-mvm closed 8 years ago

sigsegv-mvm commented 8 years ago

Supercedes PR #268.

sigsegv-mvm commented 8 years ago

Actually, don't pull this.

Turns out that clang also interprets the single quotes as meaning that the definition is a string literal.

Will think of something else.

ghost commented 8 years ago

Does it have to be a macro? Couldn't we just use the definition directly in the code?

PistonMiner commented 8 years ago

It has to be a preprocessor for reasons of compatibility with an internal tool.

PistonMiner commented 8 years ago

Resolved in fbfceeb56ff33f70919f878f36a68d6e9b187269