We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
PCRE2_ERROR_MEMORY
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’?
The text was updated successfully, but these errors were encountered:
doc: avoid nonexistent PCRE2_ERROR_MEMORY error
33ddb5e
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
doc: avoid nonexistent PCRE2_ERROR_MEMORY error (#107)
a4ac97f
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
Thanks y'all
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
http://pcre.org/current/doc/html/pcre2serialize.html
gcc reports
The text was updated successfully, but these errors were encountered: