-
Notifications
You must be signed in to change notification settings - Fork 22
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
Make more static arrays const #65
Conversation
Now that this is in, should I create a new PR for the patch above? |
Given the whole point of this is to reduce the number of mutable globals/statics: this should be computed by the description function and returned via a caller-owned buffer IMO.
Yes, that sounds OK to me. |
Do you have a patch (or a draft of it) ? |
No, I only just saw your patch a moment ago. |
See also libxmp/libxmp#752.