Skip to content

Importing into gcc gives "error: array subscript has type 'char'" #105

Open
@brazoayeye

Description

@brazoayeye

I'm using ESP-IDF and i'm importing this into a c++ project based on ESP-IDF 5.2.

During compilation I have many errors:
"error: array subscript has type 'char'"

The compilation succeded if I change the code to

#define isalpha(__c) (__ctype_lookup((unsigned char)__c)&(_U|_L))
and
#define isdigit(__c) (__ctype_lookup((unsigned char)__c)&_N)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions