https://bugs.webkit.org/show_bug.cgi?id=190062
<rdar://problem/
44838618>
Reviewed by Joseph Pecoraro.
This breaks some Apple-internal tooling. For now, work around it by
changing the comment style. On the other side, the issue will be fixed
more permanently by adopting the approach from r230213.
* wtf/Compiler.h: Use multiline comments.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@236608
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2018-09-28 Brian Burg <bburg@apple.com>
+
+ Replace recently added line comments in Compiler.h
+ https://bugs.webkit.org/show_bug.cgi?id=190062
+ <rdar://problem/44838618>
+
+ Reviewed by Joseph Pecoraro.
+
+ This breaks some Apple-internal tooling. For now, work around it by
+ changing the comment style. On the other side, the issue will be fixed
+ more permanently by adopting the approach from r230213.
+
+ * wtf/Compiler.h: Use multiline comments.
+
2018-09-28 Jer Noble <jer.noble@apple.com>
Refactoring: eliminate raw pointer usage in Fullscreen code
#define __has_include(path) 0
#endif
-/* IGNORE_WARNINGS.* */
+/* IGNORE_WARNINGS */
-// Can't use WTF_CONCAT() and STRINGIZE() because they are defined in
-// StdLibExtras.h which includes us
+/* Can't use WTF_CONCAT() and STRINGIZE() because they are defined in
+ * StdLibExtras.h, which includes this file. */
#define _COMPILER_CONCAT_I(a, b) a ## b
#define _COMPILER_CONCAT(a, b) _COMPILER_CONCAT_I(a, b)