Skip to content

Commit 09e8e28

Browse files
committed
Added note about the importance of ending lines with semicolons.
1 parent 49b3c76 commit 09e8e28

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

WebViewJavascriptBridge/WebViewJavascriptBridge.js.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
#ifdef _______STRINGIFY
22
#error _______STRINGIFY already defined!
33
#endif
4+
5+
// The preprocessor will remove line-endings so you MUST use semi-colons to denote the end of a line.
6+
47
#define _______STRINGIFY(x) #x
58
_______STRINGIFY(
69
;(function() {

0 commit comments

Comments
 (0)