Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Undefined arrays #8

Open
1BADragon opened this issue Nov 25, 2022 · 0 comments
Open

Undefined arrays #8

1BADragon opened this issue Nov 25, 2022 · 0 comments

Comments

@1BADragon
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant