Fix C-ENUM: -> ENUM:

db4
Doug Coleman 2010-04-21 00:41:30 -05:00
parent f68983b310
commit eefc8b6e2f
3 changed files with 4 additions and 4 deletions

View File

@ -41,17 +41,17 @@ TYPEDEF: void* JSObjectConvertToTypeCallback
TYPEDEF: uint unsigned TYPEDEF: uint unsigned
TYPEDEF: ushort JSChar TYPEDEF: ushort JSChar
C-ENUM: JSPropertyAttributes ENUM: JSPropertyAttributes
{ kJSPropertyAttributeNone 0 } { kJSPropertyAttributeNone 0 }
{ kJSPropertyAttributeReadOnly 2 } { kJSPropertyAttributeReadOnly 2 }
{ kJSPropertyAttributeDontEnum 4 } { kJSPropertyAttributeDontEnum 4 }
{ kJSPropertyAttributeDontDelete 8 } ; { kJSPropertyAttributeDontDelete 8 } ;
C-ENUM: JSClassAttributes ENUM: JSClassAttributes
{ kJSClassAttributeNone 0 } { kJSClassAttributeNone 0 }
{ kJSClassAttributeNoAutomaticPrototype 2 } ; { kJSClassAttributeNoAutomaticPrototype 2 } ;
C-ENUM: JSType ENUM: JSType
kJSTypeUndefined, kJSTypeUndefined,
kJSTypeNull, kJSTypeNull,
kJSTypeBoolean, kJSTypeBoolean,

View File

@ -0,0 +1 @@
macosx

View File

@ -1 +0,0 @@
not tested