Commit fc6a8927 authored by Jack Jansen's avatar Jack Jansen

Don't override asplit_pat in Scanner_UH3. No reason to do so, and it broke

generating Waste.
parent 550fdae2
......@@ -580,7 +580,6 @@ class Scanner_PreUH3(Scanner):
self.whole_pat = self.type_pat + self.name_pat + self.args_pat
self.sym_pat = "^[ \t]*\(<name>[a-zA-Z0-9_]+\)[ \t]*=" + \
"[ \t]*\(<defn>[-0-9'\"][^\t\n,;}]*\),?"
self.asplit_pat = "^\(<type>.*[^a-zA-Z0-9_]\)\(<name>[a-zA-Z0-9_]+\)$"
class Scanner_OSX(Scanner):
"""Scanner for modern (post UH3.3) Universal Headers """
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment