s/MAX_STATIC_CONSTRUCTOR_PRIORITY/FOLLY_STATIC_CTOR_PRIORITY_MAX/g
authorYedidya Feldblum <yfeldblum@fb.com>
Mon, 28 Mar 2016 23:44:02 +0000 (16:44 -0700)
committerFacebook Github Bot 0 <facebook-github-bot-0-bot@fb.com>
Mon, 28 Mar 2016 23:50:33 +0000 (16:50 -0700)
commit03343ccb443b2ca14b2c1d4ebc99e2ede30aee74
treecde2e96f1d00365a95453063cd1980f42f223c35
parentefdf22707b55556ecf98772f0be7f016ac2fafab
s/MAX_STATIC_CONSTRUCTOR_PRIORITY/FOLLY_STATIC_CTOR_PRIORITY_MAX/g

Summary:[Folly] `s/MAX_STATIC_CONSTRUCTOR_PRIORITY/FOLLY_STATIC_CTOR_PRIORITY_MAX/g`.

Namespace it with a `FOLLY_` prefix - when Folly introduces its own symbols, it is best when they are namespaced.

And stick `_MAX` at the end. Reads a bit more hierarchically to me that way.

Reviewed By: andriigrynenko

Differential Revision: D3095964

fb-gh-sync-id: 4ac8c00c03c8bd146fad9be96ce3849830504d96
fbshipit-source-id: 4ac8c00c03c8bd146fad9be96ce3849830504d96
folly/Portability.h
folly/detail/ThreadLocalDetail.cpp