mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
Fix non ASCII character
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
7c3ca302f0
commit
2633dc56ab
2 changed files with 2 additions and 1 deletions
|
@ -520,6 +520,7 @@ def parse_options():
|
|||
# Return a list containing a file names included using '#include' in
|
||||
# the given C/C++ file named fname.
|
||||
def extract_c_includes(fname):
|
||||
print(fname)
|
||||
result = []
|
||||
# We look for well behaved #include directives
|
||||
std_inc_pat = re.compile("[ \t]*#include[ \t]*\"(.*)\"[ \t]*")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue