Skip to content

Undefined arrays #8

Description

@1BADragon

The arrays associated with the macros:

#define days_of_week(n) (&_days_of_week[_days_of_week_idx[n]])
#define months_of_year(n) (&_months_of_year[_months_of_year_idx[n]])

appear to be undefined. days_of_week and month_of_year appear to be defined in utz.c, although the name is different. The *_idx arrays don't exist at all.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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