summaryrefslogtreecommitdiff
path: root/src/parser/smtlib_scanner.lpp
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2009-11-17 08:39:27 +0000
committerMorgan Deters <mdeters@gmail.com>2009-11-17 08:39:27 +0000
commit7293554b109742697d4d928ed7b58acadc6de947 (patch)
tree73e057306fac266b5c9ca9cf12ae050f73c43bdf /src/parser/smtlib_scanner.lpp
parentacd68152ff9600bdff208376f2cd43f09d45cdc8 (diff)
another pass
Diffstat (limited to 'src/parser/smtlib_scanner.lpp')
-rw-r--r--src/parser/smtlib_scanner.lpp11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/parser/smtlib_scanner.lpp b/src/parser/smtlib_scanner.lpp
index b78b27a0d..bb5802aed 100644
--- a/src/parser/smtlib_scanner.lpp
+++ b/src/parser/smtlib_scanner.lpp
@@ -1,12 +1,13 @@
/********************* -*- C++ -*- */
/** smtlib_scanner.lpp
** This file is part of the CVC4 prototype.
- **
- ** Reference-counted encapsulation of a pointer to an expression.
- **
- ** The Analysis of Computer Systems Group (ACSys)
+ ** Copyright (c) 2009 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
+ ** information.
+ **
+ ** Lexer for smtlib format.
**/
%option interactive
@@ -19,7 +20,7 @@
%{
#include <iostream>
-#include "smtlib.h"
+#include "smtlib.hpp"
#include "debug.h"
namespace CVC4 {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback