summaryrefslogtreecommitdiff
path: root/node.gyp
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2013-07-24 18:03:53 +0200
committerBen Noordhuis <info@bnoordhuis.nl>2013-07-24 21:49:35 +0200
commit0330bdf5195eb77f04c26a09a8bd2088a261fe53 (patch)
tree2c13f9f1757bca93e83e425a028dcae78549f40e /node.gyp
parent457d52924152c6f2baf2fddbe76a03bca7bdde7c (diff)
downloadnode-new-0330bdf5195eb77f04c26a09a8bd2088a261fe53.tar.gz
lib: macro-ify type checks
Increases the grep factor. Makes it easier to harmonize type checks across the code base.
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/node.gyp b/node.gyp
index a6f725648e..ecf21f2f8a 100644
--- a/node.gyp
+++ b/node.gyp
@@ -388,6 +388,7 @@
'<(python)',
'tools/js2c.py',
'<@(_outputs)',
+ 'src/macros.py',
'<@(_inputs)',
],
},