mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +00:00
remove double underscores
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
a9a5a69b73
commit
9dd704bc4b
|
@ -5,7 +5,6 @@ import re
|
|||
|
||||
ifndef = re.compile("#ifndef \_(.*)\_H\_")
|
||||
doubleu = re.compile("#(.*) (.*)\_\_H\_")
|
||||
#doubleu2 = re.compile("#define (.*)\_\_H\_")
|
||||
defn = re.compile("#define \_(.*)\_H\_")
|
||||
endif = re.compile("#endif /\* \_(.*)\_H\_")
|
||||
|
||||
|
|
Loading…
Reference in a new issue