mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
template args
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
67827ede4c
commit
4bb5302def
3 changed files with 40 additions and 24 deletions
|
@ -304,7 +304,7 @@ int main(int argc, char ** argv) {
|
|||
}
|
||||
|
||||
if (g_input_kind == IN_UNSPECIFIED) {
|
||||
g_input_kind = IN_SMTLIB;
|
||||
g_input_kind = IN_SMTLIB_2;
|
||||
char const * ext = get_extension(g_input_file);
|
||||
if (ext) {
|
||||
if (strcmp(ext, "datalog") == 0 || strcmp(ext, "dl") == 0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue