3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-04 16:44:07 +00:00

try without #!/bin/env python #5397

This commit is contained in:
Nikolaj Bjorner 2021-07-10 15:20:56 +02:00
parent 0f8d2d1d51
commit 34885562e0
8 changed files with 8 additions and 8 deletions

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python
# -- /usr/bin/env python
"""
Reads a list of Z3 API header files and
generate the constant declarations need

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python
# - /usr/bin/env python
"""
Reads a list of Z3 API header files and
generate a ``.def`` file to define the

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python
# -- /usr/bin/env python
"""
Determines the available global parameters from a list of header files and
generates a ``gparams_register_modules.cpp`` file in the destination directory

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python
# -- /usr/bin/env python
"""
Determines the available tactics from a list of header files and generates a
``install_tactic.cpp`` file in the destination directory that defines a

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python
# -- /usr/bin/env python
"""
Scans the listed header files for
memory initializers and finalizers and

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python
# -- /usr/bin/env python
"""
Reads a pattern database and generates the corresponding
header file.

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python
# - /usr/bin/env python
"""
Reads a pyg file and emits the corresponding
C++ header file into the specified destination

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python
# - !/usr/bin/env python
############################################
# Copyright (c) 2012 Microsoft Corporation
#