Skip to content

c2hs doesn't understand enums on Mac OSX #15

Closed
@ian-ross

Description

@ian-ross

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions