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

Possible docs typo PCRE2_ERROR_MEMORY #106

Closed
sjshuck opened this issue Apr 21, 2022 · 1 comment · Fixed by #107
Closed

Possible docs typo PCRE2_ERROR_MEMORY #106

sjshuck opened this issue Apr 21, 2022 · 1 comment · Fixed by #107

Comments

@sjshuck
Copy link

sjshuck commented Apr 21, 2022

http://pcre.org/current/doc/html/pcre2serialize.html

gcc reports

error: ‘PCRE2_ERROR_MEMORY’ undeclared (first use in this function); did you mean ‘PCRE2_ERROR_NOMEMORY’?

carenas added a commit to carenas/pcre2 that referenced this issue Apr 21, 2022
5438fc8 (Add serialization functions and tests with updated pcre2test.
Fix PCRE2_INFO_SIZE issues., 2015-01-23) introduced the typo.

Reported-by: @sjshuck
Fixes: PCRE2Project#106
PhilipHazel pushed a commit that referenced this issue Apr 22, 2022
5438fc8 (Add serialization functions and tests with updated pcre2test.
Fix PCRE2_INFO_SIZE issues., 2015-01-23) introduced the typo.

Reported-by: @sjshuck
Fixes: #106
@sjshuck
Copy link
Author

sjshuck commented Apr 22, 2022

Thanks y'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

Successfully merging a pull request may close this issue.

1 participant