mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 04:03:39 +00:00
try without #!/bin/env python #5397
This commit is contained in:
parent
0f8d2d1d51
commit
34885562e0
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/env python
|
# -- /usr/bin/env python
|
||||||
"""
|
"""
|
||||||
Reads a list of Z3 API header files and
|
Reads a list of Z3 API header files and
|
||||||
generate the constant declarations need
|
generate the constant declarations need
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/env python
|
# - /usr/bin/env python
|
||||||
"""
|
"""
|
||||||
Reads a list of Z3 API header files and
|
Reads a list of Z3 API header files and
|
||||||
generate a ``.def`` file to define the
|
generate a ``.def`` file to define the
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/env python
|
# -- /usr/bin/env python
|
||||||
"""
|
"""
|
||||||
Determines the available global parameters from a list of header files and
|
Determines the available global parameters from a list of header files and
|
||||||
generates a ``gparams_register_modules.cpp`` file in the destination directory
|
generates a ``gparams_register_modules.cpp`` file in the destination directory
|
||||||
|
|
|
@ -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
|
Determines the available tactics from a list of header files and generates a
|
||||||
``install_tactic.cpp`` file in the destination directory that defines a
|
``install_tactic.cpp`` file in the destination directory that defines a
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/env python
|
# -- /usr/bin/env python
|
||||||
"""
|
"""
|
||||||
Scans the listed header files for
|
Scans the listed header files for
|
||||||
memory initializers and finalizers and
|
memory initializers and finalizers and
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/env python
|
# -- /usr/bin/env python
|
||||||
"""
|
"""
|
||||||
Reads a pattern database and generates the corresponding
|
Reads a pattern database and generates the corresponding
|
||||||
header file.
|
header file.
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/env python
|
# - /usr/bin/env python
|
||||||
"""
|
"""
|
||||||
Reads a pyg file and emits the corresponding
|
Reads a pyg file and emits the corresponding
|
||||||
C++ header file into the specified destination
|
C++ header file into the specified destination
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/env python
|
# - !/usr/bin/env python
|
||||||
############################################
|
############################################
|
||||||
# Copyright (c) 2012 Microsoft Corporation
|
# Copyright (c) 2012 Microsoft Corporation
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue