Closed
Description
Bug imported from C2HS Trac
Trac ticket created: 2009-02-16T15:23:33-0800
Mac OSX libraries are full of the following:
enum {
kClippingCreator = 'drag',
kClippingPictureType = 'clpp',
kClippingTextType = 'clpt',
kClippingSoundType = 'clps',
kClippingUnknownType = 'clpu'
};
c2hs has problems dealing with 'characters' in enum definition.
This problem prevents ApplicationServices from being parsed and this constitutes for the most of Mac OSX API