8000 TO_SEXP · Issue #26 · PLTools/Lama · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
TO_SEXP #26
Open
Open
@FeggieBoss

Description

@FeggieBoss

#define TO_DATA(x) ((data *)((char *)(x)-DATA_HEADER_SZ))

#define TO_SEXP(x) ((sexp *)((char *)(x)-DATA_HEADER_SZ))

Is it suppose to be SEXP_HEADER_SZ ((sizeof(int) + sizeof(size_t) + sizeof(int))) in TO_SEXP?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0