#if FOLLY_HAVE_INT128_T rather than #ifdef
authorMichael Lee <mzlee@fb.com>
Fri, 9 Sep 2016 00:02:37 +0000 (17:02 -0700)
committerFacebook Github Bot 9 <facebook-github-bot-9-bot@fb.com>
Fri, 9 Sep 2016 00:08:41 +0000 (17:08 -0700)
commit6b3b5defef877b96311cf8a148062068aafb3096
treea404d9dc2b8557fa36bd4f18d56846a0aa001108
parentf496210227b343d7e4aa39d64bbb8df93f062909
#if FOLLY_HAVE_INT128_T rather than #ifdef

Summary: Switch from #ifdef to #if so the configuration can define the macro to 0

Reviewed By: yfeldblum, Orvid

Differential Revision: D3838748

fbshipit-source-id: e287b07f0fdfdc86c882538e96f2078795b85bfd
folly/test/MathTest.cpp