Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fc6a892

Browse files
committed
Don't override asplit_pat in Scanner_UH3. No reason to do so, and it broke
generating Waste.
1 parent 550fdae commit fc6a892

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Tools/bgen/bgen/scantools.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,6 @@ def initpatterns(self):
580580
self.whole_pat = self.type_pat + self.name_pat + self.args_pat
581581
self.sym_pat = "^[ \t]*\(<name>[a-zA-Z0-9_]+\)[ \t]*=" + \
582582
"[ \t]*\(<defn>[-0-9'\"][^\t\n,;}]*\),?"
583-
self.asplit_pat = "^\(<type>.*[^a-zA-Z0-9_]\)\(<name>[a-zA-Z0-9_]+\)$"
584583

585584
class Scanner_OSX(Scanner):
586585
"""Scanner for modern (post UH3.3) Universal Headers """

0 commit comments

Comments
 (0)