Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Nießen <tniessen@tnie.de>2021-11-02 19:31:14 +0300
committerTobias Nießen <tniessen@tnie.de>2021-11-10 17:24:22 +0300
commit5e0dd79a3c111ae62712e22512de5ae18f9bcf9f (patch)
treeb578fc981477beb36563a0859545e6640b44a408 /src/allocated_buffer.h
parentd8f1823d5fca5e3c00b19530fb15343fdd3c8bf5 (diff)
src: add and fix some preprocessor comments
PR-URL: https://github.com/nodejs/node/pull/40701 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Minwoo Jung <nodecorelab@gmail.com>
Diffstat (limited to 'src/allocated_buffer.h')
-rw-r--r--src/allocated_buffer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/allocated_buffer.h b/src/allocated_buffer.h
index c984a342a8b..9cf41bffdc1 100644
--- a/src/allocated_buffer.h
+++ b/src/allocated_buffer.h
@@ -68,6 +68,6 @@ struct AllocatedBuffer {
} // namespace node
-#endif // NODE_WANT_INTERNALS
+#endif // defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS
#endif // SRC_ALLOCATED_BUFFER_H_