summaryrefslogtreecommitdiff
path: root/src/include/parser.h
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2009-11-03 00:31:47 +0000
committerMorgan Deters <mdeters@gmail.com>2009-11-03 00:31:47 +0000
commita101d3298691265ee4cf72bed1ca59cd60318839 (patch)
treef445dfe10bc6d3cf983609afc1217e3d1be2ddeb /src/include/parser.h
parent6b9eec8b8b03e6c67c73aa931001949f06fea5fb (diff)
commit of project structure including autotools support
Diffstat (limited to 'src/include/parser.h')
-rw-r--r--src/include/parser.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/include/parser.h b/src/include/parser.h
new file mode 100644
index 000000000..0cfc89a28
--- /dev/null
+++ b/src/include/parser.h
@@ -0,0 +1,17 @@
+/********************* -*- C++ -*- */
+/** parser.h
+ ** This file is part of the CVC4 prototype.
+ **
+ ** The Analysis of Computer Systems Group (ACSys)
+ ** Courant Institute of Mathematical Sciences
+ ** New York University
+ **/
+
+#ifndef __CVC4_PARSER_H
+#define __CVC4_PARSER_H
+
+namespace CVC4 {
+
+} /* CVC4 namespace */
+
+#endif /* __CVC4_PARSER_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback