pragma pack changes for solaris

slight change this will break other platforms, will test
This commit is contained in:
Eliot Horowitz
2009-02-01 22:21:32 -05:00
parent f248e745f0
commit 9bcacf16c0
15 changed files with 38 additions and 31 deletions

View File

@@ -484,7 +484,7 @@ v8::Handle<v8::Value> collectionFallback( v8::Local<v8::String> name, const v8::
return f->Call( info.This() , 1 , argv );
}
v8::Handle<v8::Value> dbQueryIndexAccess( uint32_t index , const v8::AccessorInfo& info ){
v8::Handle<v8::Value> dbQueryIndexAccess( unsigned int index , const v8::AccessorInfo& info ){
v8::Handle<v8::Value> arrayAccess = info.This()->GetPrototype()->ToObject()->Get( String::New( "arrayAccess" ) );
assert( arrayAccess->IsFunction() );