Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
src: fix NODE_DEPRECATED macro with old compilers
The `__attribute__((deprecated("warning")))` macro didn't exist until gcc 4.5 and clang 2.9. While io.js does not build with compilers that old, add-ons do. Let's make src/node.h compatible with such compilers, it's a public header. Refs: #1619
- Loading branch information