projects
/
folly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2cc058a
)
Unbreak folly.
author
Florent Thoumie
<florentthoumie@fb.com>
Mon, 17 Dec 2012 22:12:57 +0000
(14:12 -0800)
committer
Jordan DeLong
<jdelong@fb.com>
Sat, 19 Jan 2013 00:37:23 +0000
(16:37 -0800)
Summary: Extra '#' in there.
Test Plan: fbconfig nagios/plugins && fbmake opt
Reviewed By: carl.moran1@fb.com
FB internal diff:
D660977
folly/Portability.h
patch
|
blob
|
history
diff --git
a/folly/Portability.h
b/folly/Portability.h
index f16c69a0adcd7a29fb4e0911591d6fec9d541831..a8d2d9eefa6af8424707c27c52c2511b8ba6c800 100644
(file)
--- a/
folly/Portability.h
+++ b/
folly/Portability.h
@@
-37,7
+37,7
@@
# define FOLLY_FINAL final
# define FOLLY_OVERRIDE override
#elif defined(__GNUC__)
-#
#
include <features.h>
+# include <features.h>
# if __GNUC_PREREQ(4,7)
# define FOLLY_FINAL final
# define FOLLY_OVERRIDE override