Change paramter name to FB_STRINGIZE
authorPeter Griess <pgriess@fb.com>
Wed, 29 Jan 2014 17:18:12 +0000 (09:18 -0800)
committerSara Golemon <sgolemon@fb.com>
Thu, 6 Feb 2014 19:50:13 +0000 (11:50 -0800)
commitd5a042384b5fc138a07c285fca966a0b89283fd8
tree0eef6fef08d2f233bb1c537aa43f5a926a48f7d6
parentd6ed81ca6f520767f841780f779bfb5922455662
Change paramter name to FB_STRINGIZE

Summary:
- The fbobjc codebase defines this macro as well, and to the same thing.
However, Clang complains on macro redefinitions if paramater names are
different, even if the macros expand to the same thing. Normalize the
Folly version to 'x', which is what fbobjc uses.

Test Plan:
- fbconfig -r folly && fbmake runtests
- Builds in fbobjc

Reviewed By: andrei.alexandrescu@fb.com

FB internal diff: D1149985
folly/Preprocessor.h