summaryrefslogtreecommitdiff
path: root/src/main/interactive_shell.h
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2012-10-09 20:22:01 +0000
committerMorgan Deters <mdeters@gmail.com>2012-10-09 20:22:01 +0000
commitdba60e91f02ae9ca3c3126c76d79a09c95f95a45 (patch)
tree6fbc624797feec4e934ff3dca2c6038416d999f7 /src/main/interactive_shell.h
parent24ef270bb13fc36de9bea4fb92449f5ad8d0770d (diff)
* make Model class private (as discussed at meeting today)
* fix minor issue with s-expr parsing in CVC and SMT grammars * other minor things (this commit was certified error- and warning-free by the test-and-commit script.)
Diffstat (limited to 'src/main/interactive_shell.h')
-rw-r--r--src/main/interactive_shell.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main/interactive_shell.h b/src/main/interactive_shell.h
index 214ae0d02..9a783c484 100644
--- a/src/main/interactive_shell.h
+++ b/src/main/interactive_shell.h
@@ -5,7 +5,7 @@
** Major contributors: mdeters
** Minor contributors (to current version): none
** This file is part of the CVC4 prototype.
- ** Copyright (c) 2009, 2010, 2011 The Analysis of Computer Systems Group (ACSys)
+ ** Copyright (c) 2009-2012 The Analysis of Computer Systems Group (ACSys)
** Courant Institute of Mathematical Sciences
** New York University
** See the file COPYING in the top-level source directory for licensing
@@ -72,4 +72,3 @@ public:
}/* CVC4 namespace */
#endif /* __CVC4__INTERACTIVE_SHELL_H */
-
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback