v8: move __C99FEATURES__=1 into common.gypi

pull/23362/head
Ben Noordhuis 2011-09-12 22:52:56 +00:00
parent caaa59c559
commit 718032777d
2 changed files with 3 additions and 7 deletions

View File

@ -184,6 +184,9 @@
}],
],
}],
['OS=="solaris"', {
'defines': [ '__C99FEATURES__=1' ], # isinf() etc.
}],
],
'configurations': {
'Debug': {

View File

@ -3,11 +3,4 @@
'../../build/common.gypi',
'v8.gyp'
],
'target_defaults': {
'conditions': [
[ 'OS=="solaris"', {
'defines': [ '__C99FEATURES__=1' ],
}],
],
},
}