Skip to content

signed/unsigned needs to be at the beginning of a type #66

Description

@rweichler

For example, this:

ffi.cdef'long unsigned int x;'
ffi.cdef'long signed int x;'

Will error ';' expected near 'unsigned'

Seems like the bug is here:

if (ls.t.token == TOK_signed || ls.t.token == TOK_unsigned) {

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