-
Notifications
You must be signed in to change notification settings - Fork 177
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: Fix regex patterns of the extractors to match capital letters.
* build/generator/extractor.py, CMakeLists.txt (def file generators): Use 'A-Za-z0-9_' list of allowed symbols instead of 'a-z_0-9' for function names. git-svn-id: https://svn.apache.org/repos/asf/subversion/trunk@1920793 13f79535-47bb-0310-9956-ffa450edef68
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters