Commit 2271234d authored by Florent Thoumie's avatar Florent Thoumie Committed by Jordan DeLong

Unbreak folly.

Summary: Extra '#' in there.

Test Plan: fbconfig nagios/plugins && fbmake opt

Reviewed By: carl.moran1@fb.com

FB internal diff: D660977
parent 2cc058aa
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
# define FOLLY_FINAL final # define FOLLY_FINAL final
# define FOLLY_OVERRIDE override # define FOLLY_OVERRIDE override
#elif defined(__GNUC__) #elif defined(__GNUC__)
# #include <features.h> # include <features.h>
# if __GNUC_PREREQ(4,7) # if __GNUC_PREREQ(4,7)
# define FOLLY_FINAL final # define FOLLY_FINAL final
# define FOLLY_OVERRIDE override # define FOLLY_OVERRIDE override
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment