We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
NODE_DEPRECATED
1 parent df4f85f commit bf3803bCopy full SHA for bf3803b
1 file changed
src/node.h
@@ -111,7 +111,7 @@
111
#if defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS
112
# define NODE_DEPRECATED(message, declarator) declarator
113
#else // NODE_WANT_INTERNALS
114
-# define NODE_DEPRECATED(message, declarator) [[deprecated(message)]] declarator
+#define NODE_DEPRECATED(message, declarator) [[deprecated(message)]] declarator
115
#endif
116
117
// Forward-declare libuv loop
0 commit comments